@@ -522,9 +522,9 @@ div.icoDevice {
522522 margin : 5px ;
523523 background : url ("../icons/device_sprite.png" ) no-repeat transparent;
524524}
525- .systemmonitor-server div .icoDevice { background-position : 0 0 ; }
526- .systemmonitor-ve div .icoDevice { background-position : -64px 0 ; }
527- .systemmonitor-network div .icoDevice { background-position : -128 px 0 ; }
525+ .systemmonitor-server div .icoDevice { background-position : 0 -128 px ; }
526+ .systemmonitor-ve div .icoDevice { background-position : 0 -64px ; }
527+ .systemmonitor-network div .icoDevice { background-position : 0 0 px ; }
528528div .statusDevice ,
529529div .statusMsg { float : left; }
530530div .statusMsg p {
@@ -600,17 +600,17 @@ div.status {
600600 width : 60px ;
601601 text-decoration : none;
602602}
603- .dashboard-modules .tools a { background-position : 12 px -9 px ; }
604- .dashboard-modules .admin a { background-position : 12 px -73 px ; }
605- .dashboard-modules .sites a { background-position : 12 px -520px ; }
606- .dashboard-modules .monitor a { background-position : 13 px -585 px ; }
607- .dashboard-modules .help a { background-position : 13 px -716 px ; }
608- .dashboard-modules .mail a { background-position : 12 px -776px ; }
609- .dashboard-modules .vm a { background-position : 14px -842 px ; }
610- .dashboard-modules .domain a { background-position : 12 px -905 px ; }
611- .dashboard-modules .dns a { background-position : 12 px -970 px ; }
612- .dashboard-modules .client a { background-position : 13 px -1096px ; }
613- .dashboard-modules .billing a { background-position : 14px -1162 px ; }
603+ .dashboard-modules .tools a { background-position : 14 px -8 px ; }
604+ .dashboard-modules .admin a { background-position : 14 px -72 px ; }
605+ .dashboard-modules .sites a { background-position : 14 px -520px ; }
606+ .dashboard-modules .monitor a { background-position : 14 px -584 px ; }
607+ .dashboard-modules .help a { background-position : 14 px -712 px ; }
608+ .dashboard-modules .mail a { background-position : 14 px -776px ; }
609+ .dashboard-modules .vm a { background-position : 14px -840 px ; }
610+ .dashboard-modules .domain a { background-position : 14 px -904 px ; }
611+ .dashboard-modules .dns a { background-position : 14 px -968 px ; }
612+ .dashboard-modules .client a { background-position : 14 px -1096px ; }
613+ .dashboard-modules .billing a { background-position : 14px -116 px ; }
614614
615615.panel_dashboard h2 { font-size : 20px ; }
616616
@@ -737,13 +737,13 @@ button.negative:hover {
737737/* Button with icon and text */
738738.iconstxt { background : url ("../icons/button_sprite.png" ) no-repeat transparent; }
739739.iconstxt span { padding-left : 20px ; font-weight : bold; }
740- .iconstxt .icoPositive { background-position : 6 px -130 px ; }
741- .iconstxt .icoNegative { background-position : 6 px -98 px ; }
742- .iconstxt .icoAdd { background-position : 6 px -66 px ; }
743- .iconstxt .icoKey { background-position : 6 px -1 px ; }
744- .iconstxt .icoDelete { background-position : 6 px -34 px ; }
745- .iconstxt .icoDownload { background-position : 6 px -1 px ; }
746- .iconstxt .icoRestore { background-position : 6 px -1 px ; }
740+ .iconstxt .icoPositive { background-position : 0 px -136 px ; }
741+ .iconstxt .icoNegative { background-position : 0 px -104 px ; }
742+ .iconstxt .icoAdd { background-position : 0 px -72 px ; }
743+ .iconstxt .icoKey { background-position : 0 px -8 px ; }
744+ .iconstxt .icoDelete { background-position : 0 px -40 px ; }
745+ .iconstxt .icoDownload { background-position : 0 px -8 px ; }
746+ .iconstxt .icoRestore { background-position : 0 px -8 px ; }
747747
748748/* Button with icon and without text */
749749.icons16 { position : relative; }
0 commit comments