Skip to content
Snippets Groups Projects
Commit 7d69bd27 authored by Robin Appelman's avatar Robin Appelman
Browse files

fix layout issue in the settings page

parent a72cba4a
No related branches found
No related tags found
No related merge requests found
......@@ -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%;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment