Commit e7485600 authored by Ivan Tyagov's avatar Ivan Tyagov

CSS styling of search box results.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35647 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdaf2782
......@@ -451,7 +451,36 @@ label {\n
\n
/* ## form styling #################################### end ### */\n
\n
/* Search pop up styling */\n
div.popup_row .reference{\n
color: inherit;\n
}\n
\n
/* Search listbox styling */\n
span.search_result_title{\n
color: #1111CC;\n
}\n
span.search_result_portal_type{\n
color: inherit;\n
}\n
span.found{\n
color: #000000;\n
}\n
span.found em{\n
font-weight: bold;\n
}\n
div.searchDetails a.section-link{\n
color: inherit;\n
}\n
div.searchDetails a.reference-link{\n
color: #228822;\n
}\n
div.searchDetails a.owner-link{\n
color: inherit;\n
}\n
div.searchDetails a.modification-date-link{\n
color: inherit;\n
}\n
]]></string> </value>
......
......@@ -1440,7 +1440,6 @@ div.document div.content div.text blockquote, pre{\n
max-width: 600px;\n
}\n
\n
\n
div.document div.content div.text a{\n
color: #686868;\n
}\n
......@@ -1558,6 +1557,11 @@ div.searchBar input, div.extendedSearchBar input {\n
\n
div.centeredInner {\n
text-align: center;\n
}\n
\n
/* Search listbox styling */\n
div.searchDetails, span.found{\n
padding-top: 5px;\n
}
]]></string> </value>
......
1417
\ No newline at end of file
1420
\ 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