- #199715, remove absolute positioning to improve theme and CSS attaching compatibility
This commit is contained in:
parent
2f6f865e33
commit
f0db5b9d05
@ -36,6 +36,7 @@ jQuery Superfish: http://users.tpg.com.au/j_birch/plugins/superfish/
|
|||||||
- #199224, fix display issues in IE6/7
|
- #199224, fix display issues in IE6/7
|
||||||
- #200086, don't load non-existent custom.css file
|
- #200086, don't load non-existent custom.css file
|
||||||
- #195972, better default CSS to avoid conflicts with themes
|
- #195972, better default CSS to avoid conflicts with themes
|
||||||
|
- #199715, remove absolute positioning to improve theme and CSS attaching compatibility
|
||||||
|
|
||||||
|
|
||||||
4.0, 2007-Nov-22
|
4.0, 2007-Nov-22
|
||||||
|
@ -1,15 +1,9 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
body.simplemenu-enabled {
|
|
||||||
margin-top: 21px;
|
|
||||||
}
|
|
||||||
#simplemenu {
|
#simplemenu {
|
||||||
background:#000;
|
background:#000;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
font:11px Verdana, Helvetica, sans-serif;
|
font:11px Verdana, Helvetica, sans-serif;
|
||||||
left:0;
|
|
||||||
position:absolute;
|
|
||||||
top:0;
|
|
||||||
width:100%;
|
width:100%;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
body.simplemenu-enabled {
|
|
||||||
margin-top: 21px;
|
|
||||||
}
|
|
||||||
#simplemenu {
|
#simplemenu {
|
||||||
background:#ddd;
|
background:#ddd;
|
||||||
color:#333;
|
color:#333;
|
||||||
border-bottom:1px solid #999;
|
border-bottom:1px solid #999;
|
||||||
font:11px Verdana, Helvetica, sans-serif;
|
font:11px Verdana, Helvetica, sans-serif;
|
||||||
left:0;
|
|
||||||
position:absolute;
|
|
||||||
top:0;
|
|
||||||
width:100%;
|
width:100%;
|
||||||
z-index:9999;
|
z-index:9999;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user