Ignore:
Timestamp:
2 Feb 2014, 07:36:59 (11 years ago)
Author:
Henrik Bettermann
Message:

Move student status into seperate box.

Enable responsive design in IE less than 9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css

    r11029 r11030  
    2828}
    2929
    30 .breadcrumb {
     30.breadcrumb , .wfstatus {
    3131    background-color: #fff;
    3232    margin-bottom: 0px;
     
    4040    background-image: None;
    4141    background-color: #fff;
     42    filter: None;
    4243}
    4344
     
    4748}
    4849
    49 .wfstatus {
    50     float: right;
    51 }
    5250
    5351/* Kofa styles */
    5452
    5553.kofa-sidebar,
    56 .kofa-content-narrow ,
    57 .kofa-breadcrumbs-box {
     54.kofa-content-narrow,
     55.kofa-content-wide,
     56.kofa-breadcrumbs-box-short,
     57.kofa-breadcrumbs-box-long,
     58.kofa-student-status-box {
    5859    padding: 0px 5px 0px 5px;
    5960}
    6061
    61 .kofa-content-wide {
    62     padding: 0px 15px 0px 15px;
    63 }
    64 
    6562.workflow {
    66   border:1px solid #1fdf00;
    67   background-color:#bbffb6;
    68   font-family: courier;
    69   font-size: 100%;
    70   padding: 4px;
    71   margin-bottom: 8px;
    72   line-height: 16px;
    73 }
    74 
    75 .kofa-breadcrumbs-box .well,
    76 .kofa-student-breadcrumbs-box .well {
     63    border:1px solid #1fdf00;
     64    background-color:#bbffb6;
     65    font-family: courier;
     66    font-size: 100%;
     67    padding: 4px;
     68    margin-bottom: 8px;
     69    line-height: 16px;
     70}
     71
     72.kofa-breadcrumbs-box-short .well,
     73.kofa-breadcrumbs-box-long .well,
     74.kofa-student-status-box .well {
    7775    padding: 5px 5px 5px 5px;
    7876}
     
    235233/* Smartphone styles */
    236234
    237 
    238235@media (max-width: 767px) {
    239236
     
    243240
    244241  .kofa-sidebar,
    245   .kofa-content-narrow , .kofa-breadcrumbs-box,
    246   .kofa-student-breadcrumbs-box {
     242  .kofa-content-narrow ,
     243  .kofa-breadcrumbs-box-short,
     244  .kofa-breadcrumbs-box-long,
     245  .kofa-student-status-box {
    247246      padding: 0px 0px 0px 0px;
    248247  }
Note: See TracChangeset for help on using the changeset viewer.