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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-30 17:41:12 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-06-30 17:41:12 +0300
commit96708c65628851c784ad5829e1a673a32cfab1e6 (patch)
treeeabce9b5624e21d6c1bbf52dffc6d40e86262f58 /css
parent1abff7050e307755b6c28d26fa5136669a5e57fa (diff)
Replace tab based design with a scrollable design
Diffstat (limited to 'css')
-rw-r--r--css/admin.css27
1 files changed, 23 insertions, 4 deletions
diff --git a/css/admin.css b/css/admin.css
index fe38d772..5c537986 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -1,11 +1,30 @@
#user-saml input[type="text"],textarea {
+ max-width: 600px;
width: 100%;
}
-#user-saml input.required {
- background-color: lightgoldenrodyellow;
-}
-
#user-saml input[type="checkbox"] {
vertical-align:middle;
+}
+
+#user-saml h4 {
+ font-size: 14px;
+ font-weight: 300;
+ margin: 12px 0;
+}
+
+#user-saml-settings > div {
+ margin-bottom: 10px;
+}
+
+.indent {
+ padding-left: 14px;
+}
+
+#user-saml-settings .toggle {
+ clear: both;
+ padding: 7px 0;
+ cursor: pointer;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+ opacity: .5;
} \ No newline at end of file