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:
Diffstat (limited to 'css')
-rw-r--r--css/admin.css3
-rw-r--r--css/selectUserBackEnd.css36
2 files changed, 38 insertions, 1 deletions
diff --git a/css/admin.css b/css/admin.css
index 5c537986..85c62c09 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -5,6 +5,7 @@
#user-saml input[type="checkbox"] {
vertical-align:middle;
+ cursor: pointer;
}
#user-saml h4 {
@@ -27,4 +28,4 @@
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: .5;
-} \ No newline at end of file
+}
diff --git a/css/selectUserBackEnd.css b/css/selectUserBackEnd.css
new file mode 100644
index 00000000..0070ac93
--- /dev/null
+++ b/css/selectUserBackEnd.css
@@ -0,0 +1,36 @@
+#saml-select-user-back-end {
+ color: white;
+}
+
+#saml-select-user-back-end h1 {
+ font-size: 16px;
+ padding: 20px 0;
+}
+
+.login-option {
+ background-color: #0082c9;
+ border: 1px solid #fff;
+ font-weight: 600;
+ /*padding: 13px 20px;*/
+ height: 40px;
+
+ margin: 15px 0;
+ min-width: 269px;
+ border-radius: 3px;
+ font-size: 20px;
+ color: white;
+}
+
+.login-option a {
+ display:inline-block;
+ width:100%;
+ line-height:40px;
+ color: #fff;
+ cursor: pointer;
+}
+
+.login-option .icon-confirm-white {
+ float: right;
+ line-height: 40px;
+}
+