]> git.sur5r.net Git - contagged/blobdiff - styles/design.css
Added QR Code export
[contagged] / styles / design.css
index f23a280122990a5e8a5ecc436c80cf36b437ffa8..63320819e36a6a80b1c68132480d081a84238e63 100644 (file)
@@ -105,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;
@@ -148,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;
+}
+