summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/css
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2013-09-27 18:30:59 +0200
committerArthur Schiwon <blizzz@owncloud.com>2013-10-17 19:13:14 +0200
commit53db1fe5ac24f569918fa7cfb3dcd67054099836 (patch)
tree2379ab2f5e9f393875efea49a66886b956505e2b /apps/user_ldap/css
parent652caa1c88a7e341fe9dc46a5c98c16663ac5f3c (diff)
downloadnextcloud-server-53db1fe5ac24f569918fa7cfb3dcd67054099836.tar.gz
nextcloud-server-53db1fe5ac24f569918fa7cfb3dcd67054099836.zip
First stage of new Wizard, neither feature complete nor ready
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r--apps/user_ldap/css/settings.css79
1 files changed, 68 insertions, 11 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css
index 6086c7b74e6..aa6c4687cf9 100644
--- a/apps/user_ldap/css/settings.css
+++ b/apps/user_ldap/css/settings.css
@@ -1,20 +1,58 @@
-#ldap fieldset p label {
- width: 20%;
- max-width: 200px;
- display: inline-block;
- vertical-align: top;
+.table {
+ display: table;
+}
+
+.tablecell {
+ display: table-cell !important;
+}
+
+.tablerow {
+ display: table-row;
+}
+
+.tablerow input, .tablerow textarea {
+ width: 100% !important;
+}
+
+.tablerow textarea {
+ height: 15px;
+}
+
+.hidden {
+ visibility: hidden;
+}
+
+.ldapSettingsTabs {
+ float: right !important;
+}
+
+.ldapWizardControls {
+ width: 60%;
text-align: right;
- padding-top: 9px;
- padding-right: 5px;
}
-#ldap fieldset input, #ldap fieldset textarea {
+.ldapWizardInfo {
+ width: 100% !important;
+ height: 50px;
+ background-color: lightyellow;
+ border-radius: 0.5em;
+ padding: 0.6em 0.5em 0.4em !important;
+ margin-bottom: 0.3em;
+}
+
+#ldapWizard1 .hostPortCombinator {
width: 60%;
- display: inline-block;
+ display: table;
}
-#ldap fieldset p input[type=checkbox] {
- vertical-align: bottom;
+#ldapWizard1 .hostPortCombinator div span {
+ width: 7%;
+ display: table-cell;
+ text-align: right;
+}
+
+#ldapWizard1 .host {
+ width: 96.5% !important;
}
.ldapIndent {
@@ -25,3 +63,22 @@
margin-left: 1.4em;
color: #FF3B3B;
}
+
+#ldap fieldset p label {
+ width: 20%;
+ max-width: 200px;
+ display: inline-block;
+ vertical-align: top;
+ text-align: right;
+ padding-top: 9px;
+ padding-right: 5px;
+}
+
+#ldap fieldset input, #ldap fieldset textarea {
+ width: 60%;
+ display: inline-block;
+}
+
+#ldap fieldset p input[type=checkbox] {
+ vertical-align: bottom;
+} \ No newline at end of file