source: extensions/Icons_Set/template/admin.css @ 10836

Last change on this file since 10836 was 10336, checked in by flop25, 13 years ago

adding an error image

File size: 566 bytes
Line 
1/* CSS Document */
2
3.iconBox {
4        background-color: #333333;
5        border-radius: 5px 5px 5px 5px;
6        display: inline-table;
7        height: 50px;
8        margin: 5px;
9        overflow: hidden;
10        text-align: center;
11        width:100%;
12}
13.iconShot LI {
14        float:left;
15        list-style:none;
16}
17.iconName {
18        float:left;
19        line-height: 50px;
20        width:200px;
21        text-align:center;
22        font-weight: bold;
23}
24.iconShot {
25        float:left;
26        padding-left:50p;
27        height: 50px;
28}
29.see_all {
30        margin-left:10px;
31}
32.iconShot a:hover {
33        text-decoration:none;
34        border-bottom:none;
35}
36.pwg-icon {
37    background-image: url("errorimage.png");
38}
Note: See TracBrowser for help on using the repository browser.