mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix layout issue in the settings page
This commit is contained in:
parent
a72cba4ae2
commit
7d69bd2752
1 changed files with 13 additions and 1 deletions
|
|
@ -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%;
|
||||
}
|
||||
Loading…
Reference in a new issue