Align checkbox configuration in external files

Modified CSS for files_external application to render labels around checkboxes at the same
width as other input elements, aligning them with other elements on the same page.
This commit is contained in:
Ross Nicoll 2015-01-16 20:06:49 +00:00
parent 08d118eab7
commit 1c2cbf6fc6
1 changed files with 7 additions and 1 deletions

View File

@ -32,12 +32,18 @@ tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
margin-right: 3px;
}
#externalStorage td.configuration label {
min-width: 144px; /* 130px plus 2x7px padding */
display: inline-block;
margin-right: 6px;
}
#externalStorage td.applicable div.chzn-container {
position: relative;
top: 3px;
}
#externalStorage td.status .success {
border-radius: 50%;
}