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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSixto Martin <smartin@yaco.es>2013-08-02 13:58:00 +0400
committerSixto Martin <smartin@yaco.es>2013-08-02 13:58:00 +0400
commit2e4773b9a61866642499ce08bbb99afe0ad6d1a6 (patch)
treeea592672752ff4150b110eba20d37d172b7e3289 /user_saml
parent02e89831e7d2275924a71af39d9ab1e69c3ad697 (diff)
Some changes on css
Diffstat (limited to 'user_saml')
-rw-r--r--user_saml/css/saml.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/user_saml/css/saml.css b/user_saml/css/saml.css
index 8ac94c007..020ed003b 100644
--- a/user_saml/css/saml.css
+++ b/user_saml/css/saml.css
@@ -9,9 +9,18 @@
#samlSettings input[type="text"] {
margin-left: 15px;
- width: 15em;
+ width: 25em;
}
#samlSettings input[name="saml_ssp_path"] {
- width: 20em;
+ width: 30em;
+}
+
+#samlSettings input[name="saml_sp_source"] {
+ width: 15em;
}
+
+#samlSettings input[name="saml_default_group"] {
+ width: 15em;
+}
+