Commit 59d9e1c4 authored by Ivan Tyagov's avatar Ivan Tyagov

CSS fixes for listbox and content.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35640 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent af205cdb
......@@ -511,7 +511,7 @@ ul.language_box img {\n
ul.language_box .selected img {\n
\n
padding:2px;\n
border:1px solid grey;\n
border:1px solid #808080;\n
opacity:1;\n
\n
}\n
......@@ -1370,6 +1370,7 @@ fieldset.right_registration select {\n
.listbox input {\n
\n
width: auto;\n
float:left;\n
\n
}\n
\n
......@@ -1435,6 +1436,10 @@ fieldset.registration {\n
div.document div.content div.text h1, h2, h3, h4, h5, h6, p{\n
/* XXX: generate it dynamically */\n
}\n
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
......
......@@ -239,7 +239,7 @@ div.searchResultHeader{\n
}\n
/* Pagination*/\n
.listbox_pagination {\n
width:154px;\n
width:auto;\n
margin:auto;\n
text-align:center;\n
}\n
......@@ -263,6 +263,12 @@ a.tree_open {\n
.listbox th {\n
background-color:#EBEBE2;\n
}\n
.listbox_search_line{\n
background-color: #F0EFE9;\n
}\n
.listbox_search_line th{\n
background-color: inherit;\n
}\n
\n
.listbox select {\n
max-width: 145px;\n
......
1415
\ No newline at end of file
1416
\ 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