diff --git a/web/css/popup.css b/web/css/popup.css new file mode 100644 index 000000000..321a820e2 --- /dev/null +++ b/web/css/popup.css @@ -0,0 +1,63 @@ +/* Styles for popups */ +.d-popup{ + position:absolute; + top:100px; + left:0; + z-index:100; + background-color:#ccc; + background:url(../images/info-popup-bg-2.png) repeat; + + width:250px; + + border-radius: 10px; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; +} +.d-popup-inner{ + padding:20px; +} +.d-popup .close{ + position:absolute; + top:10px; + right:10px; + + display:block; + width:13px; + height:13px; + background:url(../images/info-popup-sprite.png) no-repeat; + cursor:pointer; + } + .d-popup span.close:hover{ + background-position:0 -13px; + } + .d-popup span.close:active{ + background-position:0 -26px; + } + +.d-popup-title{ + font-size:11px; + text-transform:uppercase; + text-align:center; + color:#fffdd4; + margin:0 0 9px; +} +.d-popup-items{ + font-size:12px; + color:#fff; +} +.d-popup-items .item{ + margin:0 0 9px; +} +.d-popup-items a{ + color:#aaa; + padding-right:5px; +} +.d-popup .prop-box{ + display:block; +} +.d-popup .prop-title{ + color:#bbb; +} +.d-popup .prop-value{ + color:#fff; +} diff --git a/web/images/auth-plus.png b/web/images/auth-plus.png new file mode 100644 index 000000000..f3f90e53d Binary files /dev/null and b/web/images/auth-plus.png differ diff --git a/web/images/checkbox-1.png b/web/images/checkbox-1.png new file mode 100644 index 000000000..f24061a41 Binary files /dev/null and b/web/images/checkbox-1.png differ diff --git a/web/images/dotted.gif b/web/images/dotted.gif new file mode 100644 index 000000000..bcb6ab476 Binary files /dev/null and b/web/images/dotted.gif differ diff --git a/web/images/form-group-collapsed.png b/web/images/form-group-collapsed.png new file mode 100644 index 000000000..f8ce963d1 Binary files /dev/null and b/web/images/form-group-collapsed.png differ diff --git a/web/images/form-group-expanded.png b/web/images/form-group-expanded.png new file mode 100644 index 000000000..6c9cd495e Binary files /dev/null and b/web/images/form-group-expanded.png differ diff --git a/web/images/info-popup-bg-2.png b/web/images/info-popup-bg-2.png new file mode 100644 index 000000000..e625cb85e Binary files /dev/null and b/web/images/info-popup-bg-2.png differ diff --git a/web/images/info-popup-bg.png b/web/images/info-popup-bg.png new file mode 100644 index 000000000..d6b44c2a7 Binary files /dev/null and b/web/images/info-popup-bg.png differ diff --git a/web/images/info-popup-sprite.png b/web/images/info-popup-sprite.png new file mode 100644 index 000000000..95fecff35 Binary files /dev/null and b/web/images/info-popup-sprite.png differ diff --git a/web/images/stats-brace.png b/web/images/stats-brace.png new file mode 100644 index 000000000..83839038e Binary files /dev/null and b/web/images/stats-brace.png differ