fix layout issue in the settings page

This commit is contained in:
Robin Appelman 2010-09-19 12:34:49 +02:00
parent a72cba4ae2
commit 7d69bd2752
1 changed files with 13 additions and 1 deletions

View File

@ -433,13 +433,25 @@ div.moreActionsList tr:hover{
#settingsNav{
background-color:#EEEEEE;
float:left;
left:0px;
top:0px;
height:100%;
width:150px;
overflow:auto;
position:absolute;
text-align:left;
}
#settingsNav ul{
padding-left:20px;
padding-right:20px;
}
#settingsHolder{
left:150px;
margin:0px;
right:0px;
position:absolute;
overflow:auto;
height:100%;
}