X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=styles%2Fdesign.css;h=63320819e36a6a80b1c68132480d081a84238e63;hb=28dc08534bbf5b53f747bd0419d5259b5be60208;hp=f23a280122990a5e8a5ecc436c80cf36b437ffa8;hpb=73dfca415dc65ef0a41f81feee02834d172aaead;p=contagged diff --git a/styles/design.css b/styles/design.css index f23a280..6332081 100644 --- a/styles/design.css +++ b/styles/design.css @@ -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; +} +