New images added
63
web/css/popup.css
Normal file
|
@ -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;
|
||||
}
|
BIN
web/images/auth-plus.png
Normal file
After Width: | Height: | Size: 252 B |
BIN
web/images/checkbox-1.png
Normal file
After Width: | Height: | Size: 536 B |
BIN
web/images/dotted.gif
Normal file
After Width: | Height: | Size: 44 B |
BIN
web/images/form-group-collapsed.png
Normal file
After Width: | Height: | Size: 288 B |
BIN
web/images/form-group-expanded.png
Normal file
After Width: | Height: | Size: 268 B |
BIN
web/images/info-popup-bg-2.png
Normal file
After Width: | Height: | Size: 933 B |
BIN
web/images/info-popup-bg.png
Normal file
After Width: | Height: | Size: 933 B |
BIN
web/images/info-popup-sprite.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
web/images/stats-brace.png
Normal file
After Width: | Height: | Size: 965 B |