Skip to content
Snippets Groups Projects
Commit ace0293b authored by Morris Jobke's avatar Morris Jobke
Browse files

fix layout of external storage config table

parent 7599fa94
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
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