Patch #13892 ยป floating_mainmenu.diff
public/stylesheets/application.css | ||
---|---|---|
25 | 25 | |
26 | 26 |
#account {float:right;} |
27 | 27 | |
28 |
#header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
|
|
28 |
#header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 0 0 0; position:relative;}
|
|
29 | 29 |
#header a {color:#f8f8f8;} |
30 |
#header h1 a.ancestor { font-size: 80%; } |
|
30 |
#header h1{margin:0 0 10px 10px;font-size:18px;} |
|
31 |
#header h1 a.root{font-size:22px;} |
|
32 |
#header h1 a.ancestor {font-size:18px;} |
|
31 | 33 |
#quick-search {float:right;} |
32 | 34 | |
33 |
#main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;}
|
|
34 |
#main-menu ul {margin: 0; padding: 0;}
|
|
35 |
#main-menu {position:relative;overflow:auto;}
|
|
36 |
#main-menu ul {margin: 0; padding: 0;} |
|
35 | 37 |
#main-menu li { |
36 | 38 |
float:left; |
37 | 39 |
list-style-type:none; |