|
84 | 84 | } |
85 | 85 | table.list thead th { font-size: 10px; } |
86 | 86 | table.list tbody { border: 1px solid #d3d3d3 !important; } |
87 | | - table.list tfoot td { text-align: center; background: #f8f8f8 url(../../images/lists_tfoot_bg.png) repeat-x bottom left; padding: 24px 8px 8px 8px; } |
| 87 | + table.list tfoot td { text-align: center; background: #f8f8f8 url("../../images/lists_tfoot_bg.png") repeat-x bottom left; padding: 24px 8px 8px 8px; } |
88 | 88 | table.list .tbl_row_even { background: #fcfcfc; } |
89 | 89 | table.list .tbl_row_uneven { background: #f0f8ff; } |
90 | 90 | table.list tr:hover { background: #fffacd; } |
|
94 | 94 | /* Password Strength */ |
95 | 95 | #passBar { |
96 | 96 | width: 101px; height: 10px; |
97 | | - background: url(../../images/meter_bg.gif) repeat-x bottom left; |
| 97 | + background: url("../../images/meter_bg.gif") repeat-x bottom left; |
98 | 98 | margin: 2px 0; |
99 | 99 | float: left; |
100 | 100 | } |
|
259 | 259 | text-decoration: none; |
260 | 260 | } |
261 | 261 |
|
262 | | - .dashboard-modules.admin { background-image: url('../../icons/x32/system.png') !important; } |
263 | | - .dashboard-modules.vm { background-image: url('../../icons/x32/drawer.png') !important; } |
264 | | - .dashboard-modules.client { background-image: url('../../icons/x32/client.png') !important; } |
265 | | - .dashboard-modules.mail { background-image: url('../../icons/x32/email.png') !important; } |
266 | | - .dashboard-modules.monitor { background-image: url('../../icons/x32/monitor.png') !important; } |
267 | | - .dashboard-modules.dns { background-image: url('../../icons/x32/dns.png') !important; } |
268 | | - .dashboard-modules.tools { background-image: url('../../icons/x32/tools.png') !important; } |
269 | | - .dashboard-modules.help { background-image: url('../../icons/x32/help.png') !important; } |
270 | | - .dashboard-modules.domain { background-image: url('../../icons/x32/domain.png') !important; } |
271 | | - .dashboard-modules.sites { background-image: url('../../icons/x32/sites.png') !important; } |
272 | | - .dashboard-modules.billing { background-image: url('../../icons/x32/calculator.png') !important; } |
| 262 | + .dashboard-modules.admin { background-image: url("../../icons/x32/system.png") !important; } |
| 263 | + .dashboard-modules.vm { background-image: url("../../icons/x32/drawer.png") !important; } |
| 264 | + .dashboard-modules.client { background-image: url("../../icons/x32/client.png") !important; } |
| 265 | + .dashboard-modules.mail { background-image: url("../../icons/x32/email.png") !important; } |
| 266 | + .dashboard-modules.monitor { background-image: url("../../icons/x32/monitor.png") !important; } |
| 267 | + .dashboard-modules.dns { background-image: url("../../icons/x32/dns.png") !important; } |
| 268 | + .dashboard-modules.tools { background-image: url("../../icons/x32/tools.png") !important; } |
| 269 | + .dashboard-modules.help { background-image: url("../../icons/x32/help.png") !important; } |
| 270 | + .dashboard-modules.domain { background-image: url("../../icons/x32/domain.png") !important; } |
| 271 | + .dashboard-modules.sites { background-image: url("../../icons/x32/sites.png") !important; } |
| 272 | + .dashboard-modules.billing { background-image: url("../../icons/x32/calculator.png") !important; } |
273 | 273 |
|
274 | 274 | .panel_dashboard h2 { |
275 | 275 | font-size:20px; |
|
371 | 371 | .iconstxt span { padding-left: 20px; } |
372 | 372 | .iconstxt.icoPositive { background-image: url("../../icons/x16/tick_circle_frame.png"); } |
373 | 373 | .iconstxt.icoNegative { background-image: url("../../icons/x16/cross_circle_frame.png"); } |
374 | | - .iconstxt.icoAdd { background-image: url(../../icons/x16/plus_circle_frame.png); } |
| 374 | + .iconstxt.icoAdd { background-image: url("../../icons/x16/plus_circle_frame.png"); } |
375 | 375 | .iconstxt.icoKey { background-image: url("../../icons/x16/key.png"); } |
376 | 376 | .iconstxt.icoDelete { background-image: url("../../icons/x16/minus_circle_frame.png"); } |
377 | 377 | .iconstxt.icoDownload { background-image: url("../../icons/x16/arrow_270.png"); } |
|
383 | 383 | button.icons16 { height: 20px; width: 20px; padding: 0; background-repeat: no-repeat; background-position: 1px 1px;} |
384 | 384 |
|
385 | 385 | .icons16.icoDelete { background-image: url("../../icons/x16/minus_circle_frame.png"); } |
386 | | - .icons16.icoFilter { background-image: url(../../icons/x16/funnel.png); } |
| 386 | + .icons16.icoFilter { background-image: url("../../icons/x16/funnel.png"); } |
387 | 387 | .icons16.icoEdit { background-image: url("../../icons/x16/wrench.png"); } |
388 | 388 | .icons16.icoDbAdmin { background-image: url("../../icons/x16/database.png"); } |
389 | 389 | .icons16.icoLoginAs { background-image: url("../../icons/x16/user_go.png"); } |
|
709 | 709 | margin-right:10px; |
710 | 710 | width:16px; |
711 | 711 | height:16px; |
712 | | - background:url(../../icons/x16/plus_circle_frame.png) top left no-repeat; |
| 712 | + background:url("../../icons/x16/plus_circle_frame.png") top left no-repeat; |
713 | 713 | } |
714 | 714 | div.subsectiontoggle span.showing{ |
715 | | - background:url(../../icons/x16/minus_circle_frame.png) top left no-repeat; |
| 715 | + background:url("../../icons/x16/minus_circle_frame.png") top left no-repeat; |
716 | 716 | } |
717 | 717 | div.subsectiontoggle em{ |
718 | 718 | display:block; |
|
722 | 722 | margin-bottom:-3px; |
723 | 723 | width:13px; |
724 | 724 | height:13px; |
725 | | - background:url(../../images/chevron.png) top left no-repeat; |
| 725 | + background:url("../../images/chevron.png") top left no-repeat; |
726 | 726 | -webkit-transform:none; |
727 | 727 | -moz-transform:none; |
728 | 728 | -khtml-transform:none; |
|
747 | 747 | position:relative; |
748 | 748 | left:425px; |
749 | 749 | top:-13px; |
750 | | - background:url(../../images/chevron.png) top left no-repeat; |
| 750 | + background:url("../../images/chevron.png") top left no-repeat; |
751 | 751 | width:13px; |
752 | 752 | height:13px; |
753 | 753 | -webkit-transform:rotate(90deg); |
|
790 | 790 | border-radius:5px; |
791 | 791 | } |
792 | 792 | input.gs-loading{ |
793 | | - background-image: url(../../icons/x16/loading.gif); |
| 793 | + background-image: url("../../icons/x16/loading.gif"); |
794 | 794 | background-repeat: no-repeat; |
795 | 795 | background-position: center right; |
796 | 796 | } |
|
912 | 912 | div.df-container input{ |
913 | 913 | } |
914 | 914 | input.df-loading{ |
915 | | - background-image: url(../../icons/x16/loading.gif); |
| 915 | + background-image: url("../../icons/x16/loading.gif"); |
916 | 916 | background-repeat: no-repeat; |
917 | 917 | background-position: center right; |
918 | 918 | } |
|
1035 | 1035 | width:16px; |
1036 | 1036 | height:16px; |
1037 | 1037 | cursor:pointer; |
1038 | | - background: url(../../icons/x16/question_frame.png) no-repeat center center; |
| 1038 | + background: url("../../icons/x16/question_frame.png") no-repeat center center; |
1039 | 1039 | float:right; |
1040 | 1040 | display:inline; |
1041 | 1041 | position:relative; |
|
0 commit comments