Ignore:
Timestamp:
Apr 12, 2011, 5:20:10 PM (13 years ago)
Author:
flop25
Message:

all the admin page works
real icon set added
todo: front end, localization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Icons_Set/template/admin.css

    r10299 r10326  
    22
    33.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%;
     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%;
    1212}
     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}
Note: See TracChangeset for help on using the changeset viewer.