fix layout of external storage config table

This commit is contained in:
Morris Jobke 2014-04-25 16:34:48 +02:00
parent 7599fa94ce
commit ace0293bd1
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@ td.status > span {
}
td.mountPoint, td.backend { width:160px; }
td.remove>img { visibility:hidden; padding-top:13px; }
td.remove>img { visibility:hidden; padding-top:7px; }
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#addMountPoint>td { border:none; }
#addMountPoint>td.applicable { visibility:hidden; }
@ -15,3 +15,8 @@ tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#externalStorage label > input[type="checkbox"] {
margin-right: 3px;
}
#externalStorage td.applicable div.chzn-container {
position: relative;
top: 3px;
}