]> git.sur5r.net Git - contagged/blobdiff - styles/design.css
Use leafletjs + OpenStreetMap instead of google maps
[contagged] / styles / design.css
index 5a4d9f27a9879d000335c92d6d830b4bc2ef7e96..63320819e36a6a80b1c68132480d081a84238e63 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 {
@@ -100,6 +105,11 @@ a.ed_vcfexport {
     padding: 1px 0px 1px 16px;
 }
 
+a.ed_qrcode {
+    background: transparent url(../pix/qrcode.png) 0px 1px no-repeat;
+    padding: 1px 0px 1px 16px;
+}
+
 a.ed_csvexport {
     background: transparent url(../pix/page_white_excel.png) 0px 1px no-repeat;
     padding: 1px 0px 1px 16px;
@@ -110,6 +120,11 @@ a.ed_vcfimport {
     padding: 1px 0px 1px 16px;
 }
 
+a.ed_map {
+    background: transparent url(../pix/map.png) 0px 1px no-repeat;
+    padding: 1px 0px 1px 18px;
+}
+
 a.ed_login {
     background: transparent url(../pix/key.png) 0px 1px no-repeat;
     padding: 1px 0px 1px 18px;
@@ -138,3 +153,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;
+}
+