Commit c50419a0 authored by Ivan Tyagov's avatar Ivan Tyagov

Do not use z-index except when really required.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41403 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d6a5ac45
...@@ -262,7 +262,6 @@ div.input > input {\n ...@@ -262,7 +262,6 @@ div.input > input {\n
\tmargin:0em;\n \tmargin:0em;\n
\tpadding:0px;\n \tpadding:0px;\n
padding-top: 4px;\n padding-top: 4px;\n
z-index:100;\n
\tborder-style: none;\n \tborder-style: none;\n
\tborder-width:1px 1px 0;\n \tborder-width:1px 1px 0;\n
font-size: 9pt;\n font-size: 9pt;\n
...@@ -356,7 +355,6 @@ ul.breadcrumb {\n ...@@ -356,7 +355,6 @@ ul.breadcrumb {\n
\theight:100%;\n \theight:100%;\n
\tfloat: left;\n \tfloat: left;\n
\tposition: relative;\n \tposition: relative;\n
\tz-index: 11;\n
}\n }\n
\n \n
ul.breadcrumb li {\n ul.breadcrumb li {\n
...@@ -382,7 +380,6 @@ ul.language_box{\n ...@@ -382,7 +380,6 @@ ul.language_box{\n
\tfloat:right;\n \tfloat:right;\n
\tmargin:0;\n \tmargin:0;\n
\tpadding: 0;\n \tpadding: 0;\n
\tz-index: 10;\n
\tposition: relative;\n \tposition: relative;\n
\tlist-style-type: none!important;\n \tlist-style-type: none!important;\n
}\n }\n
...@@ -857,7 +854,6 @@ div.web-toolbar div.menu div.field input, div.web-toolbar div.menu div.field sel ...@@ -857,7 +854,6 @@ div.web-toolbar div.menu div.field input, div.web-toolbar div.menu div.field sel
/* Save button styling */\n /* Save button styling */\n
div.actions button {\n div.actions button {\n
float: right;\n float: right;\n
z-index: 300;\n
top: -.5em;\n top: -.5em;\n
right: 0;\n right: 0;\n
}\n }\n
......
1719 1721
\ No newline at end of file \ 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