forked from I2P_Developers/i2p.i2p
Fix a couple small CSS issues on SusiDNS, Hidden Services Manager. Darken the Active Arrow dropdown.
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 8.3 KiB |
@ -435,8 +435,6 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod
|
||||
}
|
||||
|
||||
.tunnelPreviewHostname {
|
||||
/*margin-bottom: 1em !important;
|
||||
margin-top: -1em !important;*/
|
||||
width: 100%;
|
||||
height: 1.5em;
|
||||
overflow: hidden;
|
||||
|
@ -589,12 +589,12 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod
|
||||
|
||||
.tunnelHostnameCopy {
|
||||
margin-bottom: 1em !important;
|
||||
margin-top: -1em !important;
|
||||
/*margin-top: -1em !important;*/
|
||||
}
|
||||
|
||||
.tunnelPreviewHostname {
|
||||
margin-bottom: 1em !important;
|
||||
margin-top: -1em !important;
|
||||
/*margin-top: -1em !important;*/
|
||||
width: 100%;
|
||||
height: 1.5em;
|
||||
overflow: hidden;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 265 B After Width: | Height: | Size: 8.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 250 B After Width: | Height: | Size: 8.9 KiB |
@ -111,6 +111,11 @@ body.iframed {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#navi a:active {
|
||||
border: 1px solid #da736b;
|
||||
box-shadow: inset 3px 3px 3px #000;
|
||||
@ -566,6 +571,16 @@ tr.list0 {
|
||||
margin: 10px -31px;
|
||||
}
|
||||
|
||||
.expanded {
|
||||
background: url(/themes/console/light/images/dropdown_active.png) #f8f8ff !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-position: .5%, 15% !important;
|
||||
}
|
||||
|
||||
#addrtitle.expanded {
|
||||
background: url(../images/addressbook.png) 6px center no-repeat #fcfcff !important;
|
||||
}
|
||||
|
||||
.help h3:first-child {
|
||||
margin-top: -21px;
|
||||
}
|
||||
@ -609,6 +624,11 @@ tr.list0 {
|
||||
color: #990;
|
||||
}
|
||||
|
||||
#helpconfig h3 {
|
||||
background-image: none;
|
||||
padding: 6px 16px;
|
||||
}
|
||||
|
||||
div#content p {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
@ -130,8 +130,6 @@ object {
|
||||
margin: -1px 0 -2px;
|
||||
padding: 8px 5px;
|
||||
background: #f6f6fa;
|
||||
background: #f6f6fa;
|
||||
background: #f6f6fa;
|
||||
}
|
||||
|
||||
.iframed .headline {
|
||||
@ -354,6 +352,11 @@ p, #helpconfig {
|
||||
-webkit-break-inside: avoid;
|
||||
}
|
||||
|
||||
#helpconfig h3 {
|
||||
background-image: none;
|
||||
padding: 6px 16px;
|
||||
}
|
||||
|
||||
span.addrhlpr {
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user