Skip to content

Commit daf1488

Browse files
author
cfoe
committed
corrected url() parameters
1 parent 5889ff0 commit daf1488

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

interface/web/themes/default/css/screen/basemod.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#header {
5252
color: #faf0e6;
5353
padding: 15px 2em 5px 20px;
54-
background: #9a9a9a url(../../images/header_bg.png) repeat-x top left;
54+
background: #9a9a9a url("../../images/header_bg.png") repeat-x top left;
5555
}
5656

5757
/* (en) Text Alignment for #topnav content */

interface/web/themes/default/css/screen/content_ispc.css

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
}
8585
table.list thead th { font-size: 10px; }
8686
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; }
8888
table.list .tbl_row_even { background: #fcfcfc; }
8989
table.list .tbl_row_uneven { background: #f0f8ff; }
9090
table.list tr:hover { background: #fffacd; }
@@ -94,7 +94,7 @@
9494
/* Password Strength */
9595
#passBar {
9696
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;
9898
margin: 2px 0;
9999
float: left;
100100
}
@@ -259,17 +259,17 @@
259259
text-decoration: none;
260260
}
261261

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; }
273273

274274
.panel_dashboard h2 {
275275
font-size:20px;
@@ -371,7 +371,7 @@
371371
.iconstxt span { padding-left: 20px; }
372372
.iconstxt.icoPositive { background-image: url("../../icons/x16/tick_circle_frame.png"); }
373373
.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"); }
375375
.iconstxt.icoKey { background-image: url("../../icons/x16/key.png"); }
376376
.iconstxt.icoDelete { background-image: url("../../icons/x16/minus_circle_frame.png"); }
377377
.iconstxt.icoDownload { background-image: url("../../icons/x16/arrow_270.png"); }
@@ -383,7 +383,7 @@
383383
button.icons16 { height: 20px; width: 20px; padding: 0; background-repeat: no-repeat; background-position: 1px 1px;}
384384

385385
.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"); }
387387
.icons16.icoEdit { background-image: url("../../icons/x16/wrench.png"); }
388388
.icons16.icoDbAdmin { background-image: url("../../icons/x16/database.png"); }
389389
.icons16.icoLoginAs { background-image: url("../../icons/x16/user_go.png"); }
@@ -709,10 +709,10 @@
709709
margin-right:10px;
710710
width:16px;
711711
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;
713713
}
714714
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;
716716
}
717717
div.subsectiontoggle em{
718718
display:block;
@@ -722,7 +722,7 @@
722722
margin-bottom:-3px;
723723
width:13px;
724724
height:13px;
725-
background:url(../../images/chevron.png) top left no-repeat;
725+
background:url("../../images/chevron.png") top left no-repeat;
726726
-webkit-transform:none;
727727
-moz-transform:none;
728728
-khtml-transform:none;
@@ -747,7 +747,7 @@
747747
position:relative;
748748
left:425px;
749749
top:-13px;
750-
background:url(../../images/chevron.png) top left no-repeat;
750+
background:url("../../images/chevron.png") top left no-repeat;
751751
width:13px;
752752
height:13px;
753753
-webkit-transform:rotate(90deg);
@@ -790,7 +790,7 @@
790790
border-radius:5px;
791791
}
792792
input.gs-loading{
793-
background-image: url(../../icons/x16/loading.gif);
793+
background-image: url("../../icons/x16/loading.gif");
794794
background-repeat: no-repeat;
795795
background-position: center right;
796796
}
@@ -912,7 +912,7 @@
912912
div.df-container input{
913913
}
914914
input.df-loading{
915-
background-image: url(../../icons/x16/loading.gif);
915+
background-image: url("../../icons/x16/loading.gif");
916916
background-repeat: no-repeat;
917917
background-position: center right;
918918
}
@@ -1035,7 +1035,7 @@
10351035
width:16px;
10361036
height:16px;
10371037
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;
10391039
float:right;
10401040
display:inline;
10411041
position:relative;

0 commit comments

Comments
 (0)