Commit 62548940 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(themes) Fixed dropdown menu in breezy

issue #5852
Showing with 1 addition and 36 deletions
+1 -36
...@@ -327,12 +327,6 @@ div.autocomplete { ...@@ -327,12 +327,6 @@ div.autocomplete {
font-size: @text-font-size; font-size: @text-font-size;
line-height: 1em; line-height: 1em;
list-style-type: none; list-style-type: none;
html.ltr & {
margin: 0 3px 0 0;
}
html.rtl & {
margin: 0 0 0 3px;
}
a { a {
display: block; display: block;
width: auto; width: auto;
...@@ -341,12 +335,6 @@ div.autocomplete { ...@@ -341,12 +335,6 @@ div.autocomplete {
text-decoration: none; text-decoration: none;
margin: 0; margin: 0;
padding: 5px; padding: 5px;
html.ltr & {
float: left;
}
html.rtl & {
float: right;
}
&:hover { &:hover {
text-decoration: none; text-decoration: none;
} }
...@@ -362,12 +350,6 @@ div.autocomplete { ...@@ -362,12 +350,6 @@ div.autocomplete {
} }
} }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#pulldown ul li a {
float: none;
}
/* End IE5-Mac hack */
#pulldown ul ul { #pulldown ul ul {
position: absolute; position: absolute;
top: 0; top: 0;
......
...@@ -144,7 +144,6 @@ table.framework { ...@@ -144,7 +144,6 @@ table.framework {
padding: 0; padding: 0;
margin-top: 0; margin-top: 0;
vertical-align: top; vertical-align: top;
/* cellpadding="0" */
} }
html.ltr table.framework { html.ltr table.framework {
margin-left: 0; margin-left: 0;
...@@ -159,6 +158,7 @@ table.framework td#maincell { ...@@ -159,6 +158,7 @@ table.framework td#maincell {
padding-bottom: 35px; padding-bottom: 35px;
} }
table.framework > tbody > tr > td { table.framework > tbody > tr > td {
/* cellpadding="0" */
padding: 0; padding: 0;
} }
div.contentboxh { div.contentboxh {
...@@ -314,12 +314,6 @@ div.autocomplete ul li.selected { ...@@ -314,12 +314,6 @@ div.autocomplete ul li.selected {
line-height: 1em; line-height: 1em;
list-style-type: none; list-style-type: none;
} }
html.ltr #pulldown ul li {
margin: 0 3px 0 0;
}
html.rtl #pulldown ul li {
margin: 0 0 0 3px;
}
#pulldown ul li a { #pulldown ul li a {
display: block; display: block;
width: auto; width: auto;
...@@ -329,12 +323,6 @@ html.rtl #pulldown ul li { ...@@ -329,12 +323,6 @@ html.rtl #pulldown ul li {
margin: 0; margin: 0;
padding: 5px; padding: 5px;
} }
html.ltr #pulldown ul li a {
float: left;
}
html.rtl #pulldown ul li a {
float: right;
}
#pulldown ul li a:hover { #pulldown ul li a:hover {
text-decoration: none; text-decoration: none;
} }
...@@ -345,11 +333,6 @@ html.rtl #pulldown ul li a { ...@@ -345,11 +333,6 @@ html.rtl #pulldown ul li a {
color: #c0c2c3; color: #c0c2c3;
padding: .8em 0 .5em; padding: .8em 0 .5em;
} }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#pulldown ul li a {
float: none;
}
/* End IE5-Mac hack */
#pulldown ul ul { #pulldown ul ul {
position: absolute; position: absolute;
top: 0; top: 0;
......
Supports Markdown
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