138
138
h1 , h2 , h3 , h4 , h5 , h6 {
139
139
color : # 4D5762 ;
140
140
position : relative;
141
- word-spacing : -0.1 em ;
141
+ word-spacing : 0 ;
142
142
}
143
143
h4 , h5 , h6 {
144
144
font-weight : bold;
@@ -242,7 +242,7 @@ blockquote,q {
242
242
display : block;
243
243
font-style : normal;
244
244
quotes : "" "" ;
245
- background : url ("../img /quote.png" ) no-repeat scroll 0 8px transparent;
245
+ background : url ("../images /quote.png" ) no-repeat scroll 0 8px transparent;
246
246
display : block;
247
247
font-size : 14px ;
248
248
min-height : 42px ;
@@ -445,7 +445,7 @@ label.required:before {
445
445
font-family : "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
446
446
}
447
447
label .ok {
448
- background : url ("../img /valid.gif" ) no-repeat;
448
+ background : url ("../images /valid.gif" ) no-repeat;
449
449
padding-left : 16px ;
450
450
}
451
451
label .error {
@@ -683,19 +683,19 @@ fieldset small {
683
683
padding-left : 32px ;
684
684
border-top : 1px solid # B8E2FB ;
685
685
border-bottom : 1px solid # B8E2FB ;
686
- background : # E8F6FF url ("../img /information.png" ) no-repeat 8px 50% ;
686
+ background : # E8F6FF url ("../images /information.png" ) no-repeat 8px 50% ;
687
687
}
688
688
.box-warning {
689
689
padding-left : 32px ;
690
690
border-top : 1px solid # F2DD8C ;
691
691
border-bottom : 1px solid # F2DD8C ;
692
- background : # FFF5CC url ("../img /error.png" ) no-repeat 8px 50% ;
692
+ background : # FFF5CC url ("../images /error.png" ) no-repeat 8px 50% ;
693
693
}
694
694
.box-error {
695
695
padding-left : 32px ;
696
696
border-top : 1px solid # F8ACAC ;
697
697
border-bottom : 1px solid # F8ACAC ;
698
- background : # FFD1D1 url ("../img /exclamation.png" ) no-repeat 8px 50% ;
698
+ background : # FFD1D1 url ("../images /exclamation.png" ) no-repeat 8px 50% ;
699
699
}
700
700
.box-error-msg {
701
701
margin-top : -8px ;
@@ -713,7 +713,7 @@ fieldset small {
713
713
padding-left : 32px ;
714
714
border-top : 1px solid # BBDF8D ;
715
715
border-bottom : 1px solid # BBDF8D ;
716
- background : # EAF7D9 url ("../img /accept.png" ) no-repeat 8px 50% ;
716
+ background : # EAF7D9 url ("../images /accept.png" ) no-repeat 8px 50% ;
717
717
}
718
718
719
719
.box a : hover {
@@ -941,7 +941,7 @@ ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
941
941
height : 10px ;
942
942
text-indent : -999em ;
943
943
overflow : hidden;
944
- background : url ('../img /arrows-ffffff.png' ) no-repeat -10px -100px ; /* 8-bit indexed alpha png. IE6 gets solid image only */
944
+ background : url ('../images /arrows-ffffff.png' ) no-repeat -10px -100px ; /* 8-bit indexed alpha png. IE6 gets solid image only */
945
945
}
946
946
a > .sf-sub-indicator { /* give all except IE6 the correct values */
947
947
top : .8em ;
@@ -965,7 +965,7 @@ a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,a:active>.sf-sub-indicator,l
965
965
}
966
966
/*** shadows for all but IE6 ***/
967
967
.sf-shadow ul {
968
- background : url ('../img /shadow.png' ) no-repeat bottom right;
968
+ background : url ('../images /shadow.png' ) no-repeat bottom right;
969
969
padding : 0 8px 9px 0 ;
970
970
-moz-border-radius-bottomleft : 17px ;
971
971
-moz-border-radius-topright : 17px ;
@@ -1031,7 +1031,7 @@ a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,a:active>.sf-sub-indicator,l
1031
1031
padding : 4px 24px 4px 4px ;
1032
1032
vertical-align : middle;
1033
1033
width : 202px ;
1034
- background : # fff url ("../img /search.gif" ) no-repeat 99% 56% ;
1034
+ background : # fff url ("../images /search.gif" ) no-repeat 99% 56% ;
1035
1035
-moz-box-shadow : 0 0 ;
1036
1036
-webkit-box-shadow : 0 0 ;
1037
1037
box-shadow : 0 0 ;
@@ -1163,7 +1163,7 @@ footer#animated a:hover, footer#animated a:focus, footer#animated a:active {
1163
1163
position : relative;
1164
1164
cursor : pointer;
1165
1165
border : 1px solid # ccc !important ;
1166
- background : # fff url ("../img /btn-overlay.png" ) repeat-x !important ;
1166
+ background : # fff url ("../images /btn-overlay.png" ) repeat-x !important ;
1167
1167
}
1168
1168
.btn : hover , .btn : focus , .btn : active {
1169
1169
outline : medium none;
@@ -1234,13 +1234,13 @@ footer#animated a:hover, footer#animated a:focus, footer#animated a:active {
1234
1234
margin-right : 4px ;
1235
1235
}
1236
1236
.icon-add {
1237
- background : url ("../img /add.png" ) no-repeat;
1237
+ background : url ("../images /add.png" ) no-repeat;
1238
1238
}
1239
1239
.icon-ok {
1240
- background : url ("../img /accept.png" ) no-repeat;
1240
+ background : url ("../images /accept.png" ) no-repeat;
1241
1241
}
1242
1242
.icon-cancel {
1243
- background : url ("../img /cancel.png" ) no-repeat;
1243
+ background : url ("../images /cancel.png" ) no-repeat;
1244
1244
}
1245
1245
1246
1246
.btn-special .icon {
@@ -1394,7 +1394,7 @@ footer#animated a:hover, footer#animated a:focus, footer#animated a:active {
1394
1394
.content-box-closed {
1395
1395
}
1396
1396
.content-box-closed header {
1397
- background : # 999 url ("../img /toggle.gif" ) no-repeat scroll 96% 15px ;
1397
+ background : # 999 url ("../images /toggle.gif" ) no-repeat scroll 96% 15px ;
1398
1398
}
1399
1399
.content-box-closed section {
1400
1400
display : none
@@ -1479,7 +1479,7 @@ a#totop:hover, a#totop:focus, a#totop:active{
1479
1479
---------------------------------------------------------------------*/
1480
1480
1481
1481
span .label {
1482
- background : url ("../img /tag-bg.gif" ) no-repeat scroll 100% 50% transparent;
1482
+ background : url ("../images /tag-bg.gif" ) no-repeat scroll 100% 50% transparent;
1483
1483
font : bold 10 px/1.2 "tahoma" , sans-serif;
1484
1484
padding : 4px 16px 5px 5px ;
1485
1485
text-transform : uppercase;
@@ -1550,7 +1550,7 @@ div.wysiwyg ul.panel li a {
1550
1550
display : block;
1551
1551
width : 16px ;
1552
1552
height : 16px ;
1553
- background : url ('../img /jquery.wysiwyg.gif' ) no-repeat -64px -80px ;
1553
+ background : url ('../images /jquery.wysiwyg.gif' ) no-repeat -64px -80px ;
1554
1554
border : 0 ;
1555
1555
cursor : pointer;
1556
1556
margin : 1px ;
@@ -1967,19 +1967,19 @@ div.wysiwyg iframe {
1967
1967
}
1968
1968
1969
1969
.paginate_disabled_previous {
1970
- background-image : url ('../img /datatable/back_disabled.png' );
1970
+ background-image : url ('../images /datatable/back_disabled.png' );
1971
1971
}
1972
1972
1973
1973
.paginate_enabled_previous {
1974
- background-image : url ('../img /datatable/back_enabled.png' );
1974
+ background-image : url ('../images /datatable/back_enabled.png' );
1975
1975
}
1976
1976
1977
1977
.paginate_disabled_next {
1978
- background-image : url ('../img /datatable/forward_disabled.png' );
1978
+ background-image : url ('../images /datatable/forward_disabled.png' );
1979
1979
}
1980
1980
1981
1981
.paginate_enabled_next {
1982
- background-image : url ('../img /datatable/forward_enabled.png' );
1982
+ background-image : url ('../images /datatable/forward_enabled.png' );
1983
1983
}
1984
1984
1985
1985
table .display {
@@ -2009,23 +2009,23 @@ table.display td.center {
2009
2009
}
2010
2010
2011
2011
.sorting_asc {
2012
- background : url ('../img /datatable/sort_asc.png' ) no-repeat center right;
2012
+ background : url ('../images /datatable/sort_asc.png' ) no-repeat center right;
2013
2013
}
2014
2014
2015
2015
.sorting_desc {
2016
- background : url ('../img /datatable/sort_desc.png' ) no-repeat center right;
2016
+ background : url ('../images /datatable/sort_desc.png' ) no-repeat center right;
2017
2017
}
2018
2018
2019
2019
.sorting {
2020
- background : url ('../img /datatable/sort_both.png' ) no-repeat center right;
2020
+ background : url ('../images /datatable/sort_both.png' ) no-repeat center right;
2021
2021
}
2022
2022
2023
2023
.sorting_asc_disabled {
2024
- background : url ('../img /datatable/sort_asc_disabled.png' ) no-repeat center right;
2024
+ background : url ('../images /datatable/sort_asc_disabled.png' ) no-repeat center right;
2025
2025
}
2026
2026
2027
2027
.sorting_desc_disabled {
2028
- background : url ('../img /datatable/sort_desc_disabled.png' ) no-repeat center right;
2028
+ background : url ('../images /datatable/sort_desc_disabled.png' ) no-repeat center right;
2029
2029
}
2030
2030
2031
2031
table .display tr .odd .gradeA {
@@ -2207,7 +2207,7 @@ table.stylized td.highlighted {
2207
2207
table .stylized td .title > div {
2208
2208
position : relative;
2209
2209
display : block;
2210
- background : url ("../img /toggle-small-expand.png" ) 0 2px no-repeat;
2210
+ background : url ("../images /toggle-small-expand.png" ) 0 2px no-repeat;
2211
2211
padding : 0 0 0 16px ;
2212
2212
}
2213
2213
@@ -2283,7 +2283,7 @@ div#nyroModalFull div#nyroModalLoading {
2283
2283
width : 150px ;
2284
2284
height : 150px ;
2285
2285
text-indent : -9999em ;
2286
- background : # fff url(../ img /nyro/ajaxLoader.gif) no-repeat;
2286
+ background : # fff url(../ images /nyro/ajaxLoader.gif) no-repeat;
2287
2287
background-position : center;
2288
2288
}
2289
2289
div # nyroModalFull div # nyroModalLoading .error {
@@ -2307,7 +2307,7 @@ div#nyroModalFull div#nyroModalWrapper a#closeBut {
2307
2307
width : 12px ;
2308
2308
height : 12px ;
2309
2309
text-indent : -9999em ;
2310
- background : url(../ img /nyro/close.gif) no-repeat;
2310
+ background : url(../ images /nyro/close.gif) no-repeat;
2311
2311
outline : 0 ;
2312
2312
}
2313
2313
div # nyroModalFull div # nyroModalWrapper h1 # nyroModalTitle {
@@ -2368,14 +2368,14 @@ div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
2368
2368
left : 0 ;
2369
2369
}
2370
2370
div # nyroModalFull div # nyroModalWrapper div # nyroModalContent a .nyroModalPrev : hover {
2371
- background-image : url(../ img /nyro/prev.gif);
2371
+ background-image : url(../ images /nyro/prev.gif);
2372
2372
}
2373
2373
div # nyroModalFull div # nyroModalWrapper div # nyroModalContent a .nyroModalNext {
2374
2374
right : 0 ;
2375
2375
background-position : right 20% ;
2376
2376
}
2377
2377
div # nyroModalFull div # nyroModalWrapper div # nyroModalContent a .nyroModalNext : hover {
2378
- background-image : url(../ img /nyro/next.gif);
2378
+ background-image : url(../ images /nyro/next.gif);
2379
2379
}
2380
2380
2381
2381
/* jQuery date picker
0 commit comments