]> source.dussan.org Git - nextcloud-server.git/commitdiff
Align checkbox configuration in external files
authorRoss Nicoll <jrn@jrn.me.uk>
Fri, 16 Jan 2015 20:06:49 +0000 (20:06 +0000)
committerRoss Nicoll <jrn@jrn.me.uk>
Mon, 19 Jan 2015 17:01:25 +0000 (17:01 +0000)
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.

apps/files_external/css/settings.css

index 101c224c5f59909dcfba78f93f6796e58ee36d4d..93689f78c5286b3c4d5e342c847230f3bc364fe6 100644 (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%;
 }