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

Fix spacing issue for checkboxes, vertically center checkboxes on personal page

parent da20fb79
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,7 @@ tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#addMountPoint>td { border:none; }
#addMountPoint>td.applicable { visibility:hidden; }
#selectBackend { margin-left:-10px; }
#externalStorage label > input[type="checkbox"] {
margin-right: 3px;
}
......@@ -12,6 +12,11 @@ input#openid, input#webdav { width:20em; }
display: block;
}
.personalblock input[type="checkbox"] {
position: relative;
top: 2px;
}
/* Sync clients */
.clientsbox { margin:12px; }
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment