Merge all url definitions in CSS : use only url(path/to/image). This is compliant to cache policy

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40911 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7a23753f
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts91104621.52</string> </value>
<value> <string>ts91105683.41</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -234,7 +234,7 @@ div.border_bottom0px{\n
\tpadding: 0 0 0 10px;\n
\theight:22px;\n
\twidth:auto;\n
\tbackground: url(../km_img/tabs.png) no-repeat transparent;\n
\tbackground: url(km_img/tabs.png) no-repeat transparent;\n
\n
}\n
\n
......@@ -285,7 +285,7 @@ a#tabs-hide:link, a#tabs-hide:active, a#tabs-hide:visited { padding: 0 10px 0 10
}\n
\n
#navigation_table td {\n
background: url(../km_img/tabsbg.png) repeat-x transparent;\n
background: url(km_img/tabsbg.png) repeat-x transparent;\n
background-position: 0 100%;\n
font-size: 8pt;\n
}\n
......@@ -304,12 +304,12 @@ table tr td, table tr.thead th {\n
#tabs ul li a, #tabs ul li.last a { background: none; }\n
\n
#tabs ul li a.tabs-hide:link, #tabs ul li a.tabs-hide:active, #tabs ul li a.tabs-hide:visited {\n
background: url(../km_img/tabs-hide.png) no-repeat transparent;\n
background: url(km_img/tabs-hide.png) no-repeat transparent;\n
background-position: 0 -4px;\n
}\n
\n
#tabs ul li.last a.tabs-add {\n
background: url(../km_img/tabs-add.png) no-repeat transparent;\n
background: url(km_img/tabs-add.png) no-repeat transparent;\n
background-position: 0 2px;\n
}\n
#tabs ul li.first a, \n
......@@ -322,13 +322,13 @@ table tr td, table tr.thead th {\n
}\n
\n
#tabs ul li {\n
background: url(../km_img/tabs.png) no-repeat transparent;\n
background: url(km_img/tabs.png) no-repeat transparent;\n
background-position: 0 -44px;\n
color: #e9e9e9;\n
}\n
\n
#tabs ul li span {\n
background: url(../km_img/tabs.png) no-repeat transparent;\n
background: url(km_img/tabs.png) no-repeat transparent;\n
background-position: 100% -44px;\n
background-color: #E9E9E9;\n
}\n
......@@ -374,7 +374,7 @@ table tr td, table tr.thead th {\n
\n
/* Add new tab link */\n
#tabs ul #add_new_tab_dialog_link{\n
background: url("km_img/bullet.png") no-repeat 0 7px;\n
background: url(km_img/bullet.png) no-repeat 0 7px;\n
color: #9D968D;\n
padding-top: 4px;\n
margin-left: 10px;\n
......@@ -393,7 +393,7 @@ a.block-refresh,\n
a.block-minimize,\n
a.block-remove,\n
a.block-edit-form{\n
background: url(../km_img/window.png) no-repeat transparent;\n
background: url(km_img/window.png) no-repeat transparent;\n
height: 11px;\n
margin-top: 4px;\n
}\n
......@@ -409,7 +409,7 @@ div.block-hover {\n
margin:0;\n
padding:3px 0;\n
display: block;\n
background: url(../km_img/widgethead.png) repeat-x scroll 0 -2px #c1c0b4;\n
background: url(km_img/widgethead.png) repeat-x scroll 0 -2px #c1c0b4;\n
border-color:#C0BFB3 #C0BFB3 #9C9479;\n
border-style:solid;\n
border-width:1px;\n
......@@ -504,7 +504,7 @@ div.block table.listbox button.sort_button:hover{\n
#add-gadgets{\n
border-bottom: none;\n
float:right;\n
background: url("km_img/bt-add.png") no-repeat 0 0px;\n
background: url(km_img/bt-add.png) no-repeat 0 0px;\n
margin-top:0px;\n
padding:0;\n
width:72px;\n
......@@ -521,7 +521,7 @@ div.block table.listbox button.sort_button:hover{\n
#stick-gadgets{\n
border-bottom: none;\n
float:right;\n
background: url("km_img/bt-stick.png") no-repeat 0 0px;\n
background: url(km_img/bt-stick.png) no-repeat 0 0px;\n
margin-top:0px;\n
padding:0;\n
width:55px;\n
......@@ -577,7 +577,7 @@ div.wait_block p{\n
disable "move" icon background */\n
div.portal-column-undraggable .handle{\n
cursor: default;\n
background: url("../km_img/widgethead.png") repeat-x scroll 0 -31px #C1C0B4;\n
background: url(km_img/widgethead.png) repeat-x scroll 0 -31px #C1C0B4;\n
}\n
div.portal-column-undraggable h3.handle span{\n
padding: 0;\n
......@@ -723,7 +723,7 @@ div.block fieldset.gadget-profile div.field{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>12310</int> </value>
<value> <int>12275</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -88,7 +88,7 @@ div {\n
}\n
\n
body{\n
background:#E9E9E9 url(../km_img/bg.png) repeat-x scroll 0 0;\n
background:#E9E9E9 url(km_img/bg.png) repeat-x scroll 0 0;\n
font-family: Arial, Verdana, Helvetica, Sans;\n
color:#000;\n
font-size:10pt;\n
......@@ -295,7 +295,7 @@ div.input > input {\n
\n
/* Top menu collapse root element */\n
#menu ul li.collapse-menu{\n
background: url(../km_img/collapse-down-arrow.gif) no-repeat transparent right 10px;\n
background: url(km_img/collapse-down-arrow.gif) no-repeat transparent right 10px;\n
padding-right: 0px;\n
}\n
\n
......@@ -566,7 +566,7 @@ div.search_text{\n
\tpadding:0;\n
\twidth:20px;\n
\theight:20px;\n
\tbackground: url(../km_img/bt-qsearch.gif) no-repeat transparent;\n
\tbackground: url(km_img/bt-qsearch.gif) no-repeat transparent;\n
\tdisplay:block;\n
\ttext-indent:-999999px;\n
}\n
......@@ -1012,7 +1012,7 @@ div.pdf-preview-navigation img.last{\n
/* ## home banner #################################### start ## */\n
\n
.homebanner {\n
\tbackground: url(../community_img/homebanner.jpg) no-repeat transparent;\n
\tbackground: url(community_img/homebanner.jpg) no-repeat transparent;\n
\tcolor:#fff;\n
\ttext-shadow: 0 1px 0 #006686;\n
}\n
......@@ -1024,18 +1024,18 @@ div.pdf-preview-navigation img.last{\n
.homebanner ul li {\n
\tlist-style-image: none;\n
\tlist-style-type: none;\n
\tbackground: url(../community_img/bannerbullet.png) no-repeat transparent;\n
\tbackground: url(community_img/bannerbullet.png) no-repeat transparent;\n
}\n
\n
.button-why:link, .button-why:active, .button-why:visited {\n
\tbackground: url(../community_img/bannerbuttons.png) no-repeat transparent;\n
\tbackground: url(community_img/bannerbuttons.png) no-repeat transparent;\n
}\n
.button-why:hover {\n
\tbackground-position: 0 100%;\n
}\n
\n
.button-try:link, .button-try:active, .button-try:visited {\n
\tbackground: url(../community_img/bannerbuttons.png) no-repeat transparent;\n
\tbackground: url(community_img/bannerbuttons.png) no-repeat transparent;\n
\tbackground-position: -158px 0;\n
}\n
.button-try:hover {\n
......@@ -1133,7 +1133,7 @@ fieldset.right h4 {\n
}\n
\n
.document > .content ul li {\n
background:transparent url(../km_img/bg_bullet_square.gif) no-repeat scroll 0 0.5em;\n
background:transparent url(km_img/bg_bullet_square.gif) no-repeat scroll 0 0.5em;\n
margin:0 0 0.3em 2px;\n
padding:0 0 0 12px;\n
list-style-image:none;\n
......@@ -1150,7 +1150,7 @@ table th button {\n
vertical-align:middle;\n
font-weight:bold;\n
text-align:left;\n
background:transparent url(../km_img/switch.png) no-repeat scroll 100% 50%;\n
background:transparent url(km_img/switch.png) no-repeat scroll 100% 50%;\n
padding:0 6px 0 0;\n
}\n
\n
......@@ -1204,7 +1204,7 @@ table tbody tr td {\n
#menu ul li #home-link:link, \n
#menu ul li #home-link:active, \n
#menu ul li #home-link:visited {\n
\tbackground: url(../km_img/home.gif) no-repeat transparent;\n
\tbackground: url(km_img/home.gif) no-repeat transparent;\n
}\n
\n
#menu ul li #home-link:hover {\n
......@@ -1212,7 +1212,7 @@ table tbody tr td {\n
}\n
\n
#menu #login-logout-link:link, #menu #login-logout-link:active, #menu #login-logout-link:visited {\n
background: url(../km_img/login.gif) no-repeat transparent;\n
background: url(km_img/login.gif) no-repeat transparent;\n
background-position: 0 -3px;\n
}\n
\n
......@@ -1223,11 +1223,11 @@ table tbody tr td {\n
/* ## navigation ###################################### end ### */\n
\n
a.bt-download:link, a.bt-download:active, a.bt-download:visited {\n
\tbackground: url(../km_img/icon-save.png) no-repeat transparent;\n
\tbackground: url(km_img/icon-save.png) no-repeat transparent;\n
}\n
\n
a.bt-rss:link, a.bt-rss:active, a.bt-rss:visited {\n
\tbackground: url(../km_img/icon-rss.png) no-repeat transparent;\n
\tbackground: url(km_img/icon-rss.png) no-repeat transparent;\n
}\n
\n
a.bt-download:link, a.bt-download:active, a.bt-download:visited,\n
......@@ -1255,12 +1255,12 @@ a.block-remove:hover { background-position: -34px 100% !important; }\n
a.block-edit-form:hover { background-position: -51px 100% !important; }\n
\n
a.bt-edit:link, a.bt-edit:active, a.bt-edit:visited {\n
\tbackground: url(../km_img/bt-edit.png) no-repeat transparent;\n
\tbackground: url(km_img/bt-edit.png) no-repeat transparent;\n
}\n
\n
a.bt-edit:link strong, a.bt-edit:active strong,\n
a.bt-edit:visited strong {\n
\tbackground: url(../km_img/bt-edit.png) no-repeat transparent;\n
\tbackground: url(km_img/bt-edit.png) no-repeat transparent;\n
\tbackground-position: 100% 0;\n
\tcolor:#828282;\n
}\n
......@@ -1277,14 +1277,14 @@ a.bt-edit:hover strong {\n
button.formbt, button.bt-med span, .bt-small span { color:#828282; }\n
button.formbt:hover span, button.bt-med:hover span, .bt-small:hover span { color:#4f4f4f; }\n
\n
button.formbt, button.formbt > span { background: url(../km_img/formbt.png) no-repeat transparent; }\n
button.formbt, button.formbt > span { background: url(km_img/formbt.png) no-repeat transparent; }\n
\n
button.bt-med, button.bt-med span { \n
background: url(../km_img/button-med.png) no-repeat transparent; \n
background: url(km_img/button-med.png) no-repeat transparent; \n
background-color: #E9E9E9;\n
}\n
\n
.bt-small, .bt-small span { background: url(../km_img/button-small.png) no-repeat transparent; }\n
.bt-small, .bt-small span { background: url(km_img/button-small.png) no-repeat transparent; }\n
\n
button.formbt, button.bt-med, .bt-small { background-position: 100% 0; }\n
\n
......@@ -1292,8 +1292,8 @@ button.formbt:hover, button.bt-med:hover, .bt-small:hover { background-position:
\n
button.formbt:hover span, button.bt-med:hover span, .bt-small:hover span { background-position: 0 100%; }\n
\n
button#input-save-view span.image {background: url(../km_img/bt-save2.png) no-repeat transparent;}\n
button#input-save-edit span.image {background: url(../km_img/bt-save.png) no-repeat transparent;}\n
button#input-save-view span.image {background: url(km_img/bt-save2.png) no-repeat transparent;}\n
button#input-save-edit span.image {background: url(km_img/bt-save.png) no-repeat transparent;}\n
\n
button#input-save-edit span.image,\n
button#input-save-view span.image {\n
......
......@@ -75,7 +75,7 @@ div.buttons_group {\n
/* Buttons */\n
div.listbox-action-widget button, \n
div.listbox-action-widget a.button {\n
background-image: url(\'./km_img/button_background.png\') ;\n
background-image: url(km_img/button_background.png) ;\n
background-position: 100% 0;\n
background-color: inherit;\n
border:0 none;\n
......@@ -122,7 +122,7 @@ div.listbox-action-widget button > span, \n
div.listbox-action-widget a > span{\n
display:block;\n
background-color:inherit;\n
background-image:url(\'./km_img/button_background.png\');\n
background-image:url(km_img/button_background.png);\n
background-position:0 0;\n
display:block;\n
height:27px;\n
......@@ -150,7 +150,7 @@ div.listbox-action-widget span.description span {\n
<tal:block tal:repeat ="button buttons">\n
<tal:block tal:content="python: \'\'\'\n
button.%(button)s_button span.image{\n
background-image:url(\'./km_img/%(button)s.png\');\n
background-image:url(km_img/%(button)s.png);\n
}\'\'\' % {\'button\':button}"\n
/>\n
</tal:block>\n
......@@ -229,7 +229,7 @@ table.listbox tr.listbox-search-line th.listbox-table-filter-cell input{\n
/* Sort buttons */\n
table.listbox th button.sort-button {\n
text-decoration: none;\n
background:transparent url("./km_img/switch.png") no-repeat scroll 100% 50%;\n
background:transparent url(km_img/switch.png) no-repeat scroll 100% 50%;\n
padding-right:6px;\n
}\n
table.listbox th button.sort-button:hover{\n
......@@ -249,10 +249,10 @@ table.listbox th img.sort-button-asc{\n
margin: 0;\n
}\n
table.listbox th img.sort-button-desc{\n
background: url(\'./km_img/switch_asc.png\') no-repeat scroll 100% 50%;\n
background: url(km_img/switch_asc.png) no-repeat scroll 100% 50%;\n
}\n
table.listbox th img.sort-button-asc{\n
background: url(\'./km_img/switch_desc.png\') no-repeat scroll 100% 50%;\n
background: url(km_img/switch_desc.png) no-repeat scroll 100% 50%;\n
}\n
table.listbox th button.sort-button-asc,\n
table.listbox th button.sort-button-desc{\n
......@@ -266,19 +266,19 @@ div.listbox-page-navigation button{\n
}\n
\n
div.listbox-page-navigation button.listbox_first_page span.image {\n
background-image:url("km_img/2leftarrowv.png");\n
background-image:url(km_img/2leftarrowv.png);\n
}\n
\n
div.listbox-page-navigation button.listbox_previous_page span.image {\n
background-image:url("km_img/1leftarrowv.png");\n
background-image:url(km_img/1leftarrowv.png);\n
}\n
\n
div.listbox-page-navigation button.listbox_next_page span.image {\n
background-image:url("km_img/1rightarrowv.png");\n
background-image:url(km_img/1rightarrowv.png);\n
}\n
\n
div.listbox-page-navigation button.listbox_last_page span.image {\n
background-image:url("km_img/2rightarrowv.png");\n
background-image:url(km_img/2rightarrowv.png);\n
}\n
......
1707
\ No newline at end of file
1708
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment