]> git.sur5r.net Git - contagged/blobdiff - styles/design.css
catch a few more LDAP errors and display them in a nicer way
[contagged] / styles / design.css
index 0f810e654c2b1ede3fac4c1a8e3019f184476941..aab332398ef81a5f451c32a15b036deb14767cf2 100644 (file)
@@ -49,7 +49,7 @@ img.photo {
 
 /* forms */
 
-input, select, textarea {
+input, select, textarea, button {
     border: 1px solid #999;
     background-color: #F5F5F5;
 }
@@ -58,6 +58,11 @@ input:focus, select:focus, textarea:focus {
     border: 1px solid #06c;
 }
 
+.button {
+    background-color: #ddd;
+    cursor: pointer;
+}
+
 /* editing and other link icons */
 
 a.ed_help {
@@ -143,3 +148,20 @@ a.cloud_4 {font-size: 160%; }
 a.cloud_5 {font-size: 180%; }
 a.cloud_6 {font-size: 200%; }
 
+
+div.ldaperror {
+  border: 1px solid #c33;
+  background: #fcc url(../pix/ldaperror.png) 10px 10px no-repeat;
+  width: 50%;
+  position: absolute;
+  z-index: 555;
+  top: 20%;
+  left: 25%;
+  padding: 0.5em 0.5em 1em 80px;
+  height: auto !important;
+  height: 60px;
+  min-height: 60px;
+  opacity: 0.9;
+  cursor: pointer;
+}
+