[3319] | 1 | select.CleaningList { width: 100%; height:90px; } |
---|
| 2 | select.categoryList { height:90px; } |
---|
| 3 | td.right { text-align: right; } |
---|
| 4 | a .thumbbar {display: inline-block; color:#f70; background-color:#f70; width: 16px; } |
---|
| 5 | a:hover .thumbbar {display: inline-block; color:#f33; background-color:#f33; width: 16px; border: 1px solid #ff3363; } |
---|
| 6 | a.other { color: #666; text-decoration: none; border-bottom: none; } |
---|
| 7 | a.other:hover { text-decoration: none; border-bottom: none; } |
---|
| 8 | /* tables */ |
---|
| 9 | .table2 thead tr .header { |
---|
| 10 | background-image: url(icons/bg.gif); background-repeat: no-repeat; |
---|
| 11 | background-position: center right; cursor: pointer; |
---|
| 12 | } |
---|
| 13 | .table2 thead tr .headerSortUp { background-image: url(icons/asc.gif); } |
---|
| 14 | .table2 thead tr .headerSortDown { background-image: url(icons/desc.gif); } |
---|
| 15 | .table2 thead tr .ns { background-image: none !important; } |
---|
| 16 | a.ws2 { display: inline-block; text-align: center; padding: 0px 1px; min-width: 21px; overflow: hidden; margin-left: 0px; margin-right: 1px; color: #666; background-color: #111; } |
---|
[6386] | 17 | .clear a.ws2 { background-color: #ccc;} |
---|
[3319] | 18 | a.ws2:hover { color: #f33; background-color: #f33; border-bottom: 1px solid #ff3363;} |
---|
| 19 | a.ws1 { display: inline-block; text-align: center; padding: 0px 1px; min-width: 21px; overflow: hidden; margin-left: 0px; margin-right: 1px; color: #666; background-color: #222; } |
---|
[6386] | 20 | .clear a.ws1 { background-color: #eee;} |
---|
[3319] | 21 | a.ws1:hover { color: #f33; background-color: #f33; border-bottom: 1px solid #ff3363;} |
---|
[6201] | 22 | a.ws { color: #111; background-color: #f33 !important; } |
---|
| 23 | #theAdminPage #content { margin-top:15px; min-height:370px; } |
---|
| 24 | .cluetip-default #cluetip-outer { border-radius: 16px; -moz-border-radius: 16px; -khtml-border-radius: 16px; -webkit-border-radius: 16px; } |
---|
[6386] | 25 | .cluetip-default h3#cluetip-title { border-radius: 16px 16px 0 0; -moz-border-radius: 16px 16px 0 0; -khtml-border-radius: 16px 16px 0 0; -webkit-border-radius: 16px 16px 0 0; } |
---|
| 26 | |
---|
| 27 | .content .errors, .content .infos { position:relative;} |
---|
| 28 | #theAdminPage #pwgMain .Whois_Online { text-align:center; } |
---|
| 29 | #theAdminPage #pwgMain .Whois_Online *, |
---|
| 30 | #theAdminPage #pwgMain .Whois_Online *:hover, |
---|
| 31 | #theAdminPage #pwgMain .Whois_Online *:focus, |
---|
| 32 | #theAdminPage #pwgMain .Whois_Online *:active { outline: 0; } |
---|
| 33 | #theAdminPage #pwgMain .Whois_Online input { border-radius: 8px; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; } |
---|
| 34 | #theAdminPage .Whois_Online fieldset { border-radius: 16px; -moz-border-radius: 16px; -khtml-border-radius: 16px; -webkit-border-radius: 16px; } |
---|
| 35 | #theAdminPage #pwgMain .Whois_Online input { padding-left:5px; } |
---|
| 36 | #theAdminPage #pwgMain .Whois_Online input[type="submit"] { padding:0 45px; } |
---|