From 1c2cbf6fc60e9fb5b9ae693b2fd71e4d67e014c9 Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Fri, 16 Jan 2015 20:06:49 +0000 Subject: [PATCH] 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. --- apps/files_external/css/settings.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/files_external/css/settings.css b/apps/files_external/css/settings.css index 101c224c5f5..93689f78c52 100644 --- a/apps/files_external/css/settings.css +++ b/apps/files_external/css/settings.css @@ -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%; } -- 2.39.5