Commit 3422dec5 authored by Jérome Perrin's avatar Jérome Perrin

make images relative to css location

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45585 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 03f7bfd1
......@@ -777,12 +777,12 @@ fieldset.bottom .field .input {\n
}\n
\n
a.tree_open {\n
background: url(\'<dtml-var expr="portal_url()">/images/tree_open.png\') left no-repeat;\n
background: url(\'images/tree_open.png\') left no-repeat;\n
padding-left:15px;\n
}\n
\n
a.tree_closed {\n
background: url(\'<dtml-var expr="portal_url()">/images/tree_closed.png\') left no-repeat;\n
background: url(\'images/tree_closed.png\') left no-repeat;\n
padding-left:15px;\n
}\n
\n
......@@ -807,17 +807,17 @@ span.search {\n
\n
#favourites button .image, /* BBB */\n
span.favourites button .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/favourite.png\');\n
background-image: url(\'images/favourite.png\');\n
}\n
\n
#modules button .image, /* BBB */\n
span.modules button .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/appearance.png\');\n
background-image: url(\'images/appearance.png\');\n
}\n
\n
#language button .image, /* BBB */\n
span.language button .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/language.png\');\n
background-image: url(\'images/language.png\');\n
}\n
\n
.quick_search_field { color: #777777; }\n
......@@ -825,7 +825,7 @@ span.language button .image {\n
\n
#search button .image, /* BBB */\n
span.search button .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/search.png\');\n
background-image: url(\'images/search.png\');\n
}\n
\n
#status, /* BBB */\n
......@@ -874,12 +874,12 @@ span.search button .image {\n
\n
#main_bar .separator, /* BBB */\n
.main_bar .separator {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/sepafon.png\');\n
background-image: url(\'images/sepafon.png\');\n
}\n
\n
#context_bar .separator, /* BBB */\n
.context_bar .separator {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/sepacla.png\');\n
background-image: url(\'images/sepacla.png\');\n
}\n
\n
#context_bar .tool_buttons a .image, /* BBB */\n
......@@ -898,133 +898,133 @@ span.search button .image {\n
\n
#context_bar #jump button .image, /* BBB */\n
.context_bar .jump button .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/jump22.png\');\n
background-image: url(\'images/jump22.png\');\n
}\n
\n
#context_bar #action button .image, /* BBB */\n
.context_bar .action button .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/exec.png\');\n
background-image: url(\'images/exec.png\');\n
}\n
\n
#context_bar .tool_buttons .list_mode .image, /* BBB */\n
.context_bar .tool_buttons .list_mode .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/text_block.png\');\n
background-image: url(\'images/text_block.png\');\n
}\n
\n
#context_bar .tool_buttons .new .image, /* BBB */\n
.context_bar .tool_buttons .new .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/filenew.png\');\n
background-image: url(\'images/filenew.png\');\n
}\n
\n
#context_bar .tool_buttons .clone .image, /* BBB */\n
.context_bar .tool_buttons .clone .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/fileclone.png\');\n
background-image: url(\'images/fileclone.png\');\n
}\n
\n
#context_bar .tool_buttons .jump_first .image, /* BBB */\n
.context_bar .tool_buttons .jump_first .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/2leftarrowb.png\');\n
background-image: url(\'images/2leftarrowb.png\');\n
}\n
\n
#context_bar .tool_buttons .jump_previous .image, /* BBB */\n
.context_bar .tool_buttons .jump_previous .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/1leftarrowb.png\');\n
background-image: url(\'images/1leftarrowb.png\');\n
}\n
\n
#context_bar .tool_buttons .jump_next .image, /* BBB */\n
.context_bar .tool_buttons .jump_next .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/1rightarrowb.png\');\n
background-image: url(\'images/1rightarrowb.png\');\n
}\n
\n
#context_bar .tool_buttons .jump_last .image, /* BBB */\n
.context_bar .tool_buttons .jump_last .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/2rightarrowb.png\');\n
background-image: url(\'images/2rightarrowb.png\');\n
}\n
\n
#context_bar .tool_buttons .import_export .image, /* BBB */\n
.context_bar .tool_buttons .import_export .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/imp-exp.png\');\n
background-image: url(\'images/imp-exp.png\');\n
}\n
\n
#context_bar .tool_buttons .jump_help .image, /* BBB */\n
.context_bar .tool_buttons .jump_help .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/userhelp.png\');\n
background-image: url(\'images/userhelp.png\');\n
}\n
\n
#context_bar .tool_buttons .find .image, /* BBB */\n
.context_bar .tool_buttons .find .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/find.png\');\n
background-image: url(\'images/find.png\');\n
}\n
\n
#context_bar .tool_buttons .print .image, /* BBB */\n
.context_bar .tool_buttons .print .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/print.png\');\n
background-image: url(\'images/print.png\');\n
}\n
\n
#context_bar .tool_buttons .report .image, /* BBB */\n
.context_bar .tool_buttons .report .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/report.png\');\n
background-image: url(\'images/report.png\');\n
}\n
\n
#context_bar .tool_buttons .fast_input .image, /* BBB */\n
.context_bar .tool_buttons .fast_input .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/fast_input.png\');\n
background-image: url(\'images/fast_input.png\');\n
}\n
\n
#context_bar .tool_buttons .cut .image, /* BBB */\n
.context_bar .tool_buttons .cut .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/editcut.png\');\n
background-image: url(\'images/editcut.png\');\n
}\n
\n
#context_bar .tool_buttons .copy .image, /* BBB */\n
.context_bar .tool_buttons .copy .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/editcopy.png\');\n
background-image: url(\'images/editcopy.png\');\n
}\n
\n
#context_bar .tool_buttons .paste .image, /* BBB */\n
.context_bar .tool_buttons .paste .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/editpaste.png\');\n
background-image: url(\'images/editpaste.png\');\n
}\n
\n
#context_bar .tool_buttons .delete .image, /* BBB */\n
.context_bar .tool_buttons .delete .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/editdelete.png\');\n
background-image: url(\'images/editdelete.png\');\n
}\n
\n
#context_bar .tool_buttons .show_all .image, /* BBB */\n
.context_bar .tool_buttons .show_all .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/showall.png\');\n
background-image: url(\'images/showall.png\');\n
}\n
\n
#context_bar .tool_buttons .filter .image, /* BBB */\n
.context_bar .tool_buttons .filter .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/filter.png\');\n
background-image: url(\'images/filter.png\');\n
}\n
\n
#context_bar .tool_buttons .filter_on .image, /* BBB */\n
.context_bar .tool_buttons .filter_on .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/filter_on.png\');\n
background-image: url(\'images/filter_on.png\');\n
}\n
\n
#context_bar .tool_buttons .sort .image, /* BBB */\n
.context_bar .tool_buttons .sort .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/sort.png\');\n
background-image: url(\'images/sort.png\');\n
}\n
\n
#context_bar .tool_buttons .configure .image, /* BBB */\n
.context_bar .tool_buttons .configure .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/configure.png\');\n
background-image: url(\'images/configure.png\');\n
}\n
\n
#context_bar .tool_buttons .activity_pending .image, /* BBB */\n
.context_bar .tool_buttons .activity_pending .image {\n
width: 26px;\n
background-image: url(\'<dtml-var expr="portal_url()">/images/activity_busy.png\');\n
background-image: url(\'images/activity_busy.png\');\n
}\n
\n
#context_bar .tool_buttons .inspect_object .image, /* BBB */\n
.context_bar .tool_buttons .inspect_object .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/inspect.png\');\n
background-image: url(\'images/inspect.png\');\n
}\n
\n
/* Status */\n
......@@ -1093,7 +1093,7 @@ span.search button .image {\n
}\n
\n
.dialog_selector button .image {\n
background-image: url(\'<dtml-var expr="portal_url()">/images/exec16.png\');\n
background-image: url(\'images/exec16.png\');\n
}\n
\n
.document .actions {\n
......@@ -1115,7 +1115,7 @@ span.search button .image {\n
.document .actions button.save span.image {\n
width: 48px;\n
height: 50px;\n
background-image: url(\'<dtml-var expr="portal_url()">/images/save2.png\');\n
background-image: url(\'images/save2.png\');\n
}\n
\n
.document .actions ul {\n
......@@ -1134,14 +1134,14 @@ span.search button .image {\n
.document .actions li a {\n
display: block;\n
color: inherit;\n
background: url(\'<dtml-var expr="portal_url()">/images/tab_left.png\') top left no-repeat;\n
background: url(\'images/tab_left.png\') top left no-repeat;\n
margin: 0;\n
padding: 0 0 0 10px;\n
line-height: 1.2em;\n
}\n
\n
.document .actions li.selected a {\n
background: url(\'<dtml-var expr="portal_url()">/images/tab_left_selected.png\') top left no-repeat;\n
background: url(\'images/tab_left_selected.png\') top left no-repeat;\n
}\n
\n
.document .actions li a span {\n
......@@ -1149,14 +1149,14 @@ span.search button .image {\n
padding: 5px 10px 4px 0;\n
color: inherit;\n
background-color: inherit;\n
background: url(\'<dtml-var expr="portal_url()">/images/tab_right.png\') top right no-repeat;\n
background: url(\'images/tab_right.png\') top right no-repeat;\n
/* font-size: 90%; */\n
}\n
\n
.document .actions li.selected a span {\n
font-weight: bold;\n
padding-bottom: 5px;\n
background: url(\'<dtml-var expr="portal_url()">/images/tab_right_selected.png\') top right no-repeat;\n
background: url(\'images/tab_right_selected.png\') top right no-repeat;\n
}\n
\n
.document .actions li a:hover {\n
......@@ -1402,7 +1402,8 @@ div.pdf-preview-navigation img.next{\n
\n
div.pdf-preview-navigation img.last{\n
background-image:url("images/2rightarrowb.png");\n
}
}\n
]]></string> </value>
</item>
......
1068
\ No newline at end of file
1069
\ 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