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

Merge pull request #8356 from owncloud/fix-external-css

fix layout of external storage config table
parents 7599fa94 ace0293b
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ td.status > span { ...@@ -6,7 +6,7 @@ td.status > span {
} }
td.mountPoint, td.backend { width:160px; } 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; } tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#addMountPoint>td { border:none; } #addMountPoint>td { border:none; }
#addMountPoint>td.applicable { visibility:hidden; } #addMountPoint>td.applicable { visibility:hidden; }
...@@ -15,3 +15,8 @@ tr:hover>td.remove>img { visibility:visible; cursor:pointer; } ...@@ -15,3 +15,8 @@ tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#externalStorage label > input[type="checkbox"] { #externalStorage label > input[type="checkbox"] {
margin-right: 3px; 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