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

Dropdown list inclusief shoppingCart
Functionaliteit in dashbboard scripts

Location:
Dev/branches/Cartis/css
Files:
2 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
  • Dev/branches/Cartis/css/visualeditors.css

    r191 r202  
    6767    border-radius: 1em;
    6868    -moz-border-radius: 1em;
     69}
     70
     71.largeFrame .content {
     72    clear: left;
    6973}
    7074
     
    422426}
    423427
     428/**************************/
     429/* Survey Editor Specific */
     430/**************************/
     431
     432#leftColumn {
     433    float: left;
     434    clear: left;
     435}
     436
     437#rightColumn {
     438    float: left;
     439    clear: none;
     440}
     441
     442.largeFrame.C{
     443    clear: left;
     444    margin: 10px;
     445    padding: 5px;
     446   
     447    height: auto;
     448    max-height: 400px;
     449}
     450
     451.largeFrame.Cu{
     452    clear: left;
     453    margin: 10px;
     454    padding: 5px;
     455    width: 730px;
     456}
     457
     458.largeFrame.Cv {
     459    clear: left;
     460    margin: 10px;
     461    padding: 5px;
     462    width: 200px;
     463    height: 600px;
     464}
     465
     466.checkboxList {
     467    overflow-y: scroll;
     468    overflow-x: hidden;
     469    clear: left;
     470    width: auto;
     471    height: 250px;
     472    background-color: #FFF;
     473    border-width: 2px;
     474    border-style: solid;
     475    border-bottom-color: #AAA;
     476    border-top-color: #555;
     477    border-right-color: #AAA;
     478    border-left-color: #555;
     479}
     480
     481.dbDataList {
     482    width: 300px;
     483    float: left;
     484    clear: left;
     485    margin: 0 10px 0 10px;
     486}
Note: See TracChangeset for help on using the changeset viewer.