Ignore:
Timestamp:
01/05/12 16:40:56 (13 years ago)
Author:
cartis
Message:

Dropdown list inclusief shoppingCart
Functionaliteit in dashbboard scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Cartis/css/aapje.css

    r197 r202  
    135135    border-radius: 15px;
    136136    border: 1px solid white;
    137 }
     137   }
    138138
    139139.selectionmenu {
     
    166166    color: #fff;       
    167167    font-size: 30px;
     168    float: right;
    168169}
     170
     171.radarGraph {
     172    width: 35em;
     173    margin: 1em auto 0 auto;
     174    padding: 2em;
     175    text-align: center;
     176    background-image: url('../images/bg/graygradient.png');
     177    background-repeat: repeat-x;
     178    background-color: #aeb2b3;
     179    -moz-border-radius: 15px;
     180    border-radius: 15px;
     181    border: 1px solid white;
     182    text-orientation: center;
     183   }
    169184
    170185
    171186
     187
     188
Note: See TracChangeset for help on using the changeset viewer.