Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-10-07 18:29:06 +0400
committerArthur Schiwon <blizzz@owncloud.com>2014-10-07 18:43:58 +0400
commit67292a534587e3490762aa5db9716517cab079fa (patch)
tree61ada9d76fef08abb2a66bac96f66774898c2563 /apps/user_ldap/css
parent432cd4a5c2b1c6f3a5c0ea7205ed5a01ee0381d7 (diff)
add checkbox for experienced users to server tab
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r--apps/user_ldap/css/settings.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css
index 3051cc8058e..48a8626ea9a 100644
--- a/apps/user_ldap/css/settings.css
+++ b/apps/user_ldap/css/settings.css
@@ -6,6 +6,7 @@
.tablerow {
display: table-row;
white-space: nowrap;
+ text-align: left;
}
.tablerow input, .tablerow textarea {
@@ -16,6 +17,10 @@
height: 15px;
}
+#ldap .tablerow label {
+ margin-left: 3px;
+}
+
.invisible {
visibility: hidden;
}
@@ -103,6 +108,10 @@
vertical-align: bottom;
}
+#ldap input[type=checkbox] {
+ width: 15px !important;
+}
+
select[multiple=multiple] + button {
height: 28px;
padding-top: 6px !important;