Commit 11cb53e7 authored by Ivan Tyagov's avatar Ivan Tyagov

More CSS cleanups.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35464 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b5f0311
......@@ -473,6 +473,7 @@ ul.breadcrumb li {\n
\n
}\n
\n
\n
ul.widget_management_box,\n
ul.language_box{\n
\n
......
......@@ -45,21 +45,14 @@
<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/css;; charset=utf-8\')"/>\n
\n
/* Set new style for km left container */\n
#km_left {\n
/*width:auto !important;*/\n
min-width:75%;\n
/*background-color:#FFFFFF;\n
border:1px solid #D1D0C9;*/\n
}\n
\n
/* Search popup fix*/\n
div.search_popup{\n
left:200px;\n
position:absolute;\n
top:-20px;\n
width:250px;\n
left:200px;\n
position:absolute;\n
top:-20px;\n
width:250px;\n
}\n
\n
/******************/ \n
/* Listbox action */\n
/******************/\n
......@@ -80,9 +73,11 @@ width:250px;\n
/* Sub container for the buttons*/\n
.buttons_group {\n
background-color:#E0DFD1;\n
font-family:Arial,Verdana,Helvetica,Sans;\n
/*font-family:Arial,Verdana,Helvetica,Sans;\n
\n
margin-right:39px;\n
padding-left:10px;\n
padding-left:10px; */\n
margin-right:30px;\n
padding-top:3px;\n
width:auto;\n
overflow: auto;\n
......@@ -230,13 +225,18 @@ div.extendedSearchBar {\n
text-align:right;\n
width:350px;*/\n
}\n
div.extendedSearchBar .button {\n
div.extendedSearchBar input.button{\n
background-image: url(\'./km_img/search_background.png\');\n
background-color: inherit;\n
border: 0 none;\n
color:#FFFFFF;\n
}\n
\n
div.resultList{\n
float:left;\n
}\n
div.searchResultHeader{\n
float:left;\n
}\n
/* Pagination*/\n
.listbox_pagination {\n
width:154px;\n
......
1408
\ No newline at end of file
1409
\ 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