minor style update for header line
This commit is contained in:
parent
8464c96e06
commit
9dd317a467
|
@ -87,6 +87,7 @@ table.lamHeader {
|
||||||
background-image: url(lam-images/headerLine.png);
|
background-image: url(lam-images/headerLine.png);
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.highlight {
|
tr.highlight {
|
||||||
|
@ -107,6 +108,10 @@ tr.highlight {
|
||||||
background-image: url(../graphics/del.png) !important;
|
background-image: url(../graphics/del.png) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.smallPadding span {
|
||||||
|
padding: 0.1em 0.4em !important;
|
||||||
|
}
|
||||||
|
|
||||||
table.settingsTab {
|
table.settingsTab {
|
||||||
border-width:0px;
|
border-width:0px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 435 B After Width: | Height: | Size: 506 B |
|
@ -64,7 +64,7 @@ foreach ($jsFiles as $jsEntry) {
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<table border=0 width="100%" class="lamHeader">
|
<table border=0 width="100%" class="lamHeader ui-corner-all">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" height="30">
|
<td align="left" height="30">
|
||||||
<a class="lamHeader" href="http://www.ldap-account-manager.org/" target="new_window"> <img src="<?php echo $headerPrefix; ?>../graphics/logo32.png" width=24 height=24 class="align-middle" alt="LDAP Account Manager"> LDAP Account Manager</a>
|
<a class="lamHeader" href="http://www.ldap-account-manager.org/" target="new_window"> <img src="<?php echo $headerPrefix; ?>../graphics/logo32.png" width=24 height=24 class="align-middle" alt="LDAP Account Manager"> LDAP Account Manager</a>
|
||||||
|
|
Loading…
Reference in New Issue