Fix spacing issue for checkboxes, vertically center checkboxes on personal page
This commit is contained in:
parent
da20fb7922
commit
913cde816f
|
@ -18,3 +18,7 @@ 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; }
|
||||||
#selectBackend { margin-left:-10px; }
|
#selectBackend { margin-left:-10px; }
|
||||||
|
|
||||||
|
#externalStorage label > input[type="checkbox"] {
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
|
|
@ -12,6 +12,11 @@ input#openid, input#webdav { width:20em; }
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.personalblock input[type="checkbox"] {
|
||||||
|
position: relative;
|
||||||
|
top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Sync clients */
|
/* Sync clients */
|
||||||
.clientsbox { margin:12px; }
|
.clientsbox { margin:12px; }
|
||||||
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }
|
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }
|
||||||
|
|
Loading…
Reference in New Issue