Ignore:
Timestamp:
2 Feb 2014, 18:35:39 (11 years ago)
Author:
Henrik Bettermann
Message:

Beautify student status box.

Remove Bootsrap 1 trash from pagetemplates.

Location:
main/waeup.kofa/branches/uli-diazo-themed/layout
Files:
2 edited

Legend:

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

    r11032 r11033  
    9292    color: #BFBFBF;
    9393    font-size: 18px;
     94}
     95
     96.wfstatus {
     97    text-align: center;
     98    background-color: #909090;
     99    color: white;
     100}
     101
     102.kofa-student-status-box .well {
     103    background-color: #909090;
    94104}
    95105
  • main/waeup.kofa/branches/uli-diazo-themed/layout/theme.html

    r11031 r11033  
    148148          <div class="well">
    149149            <div class="wfstatus">
    150                 K1000000
    151                 |
    152                 quite long student status
     150                K1000000 &bull; quite long student status
    153151            </div> <!-- /wfstatus -->
    154152          </div> <!-- /well -->
Note: See TracChangeset for help on using the changeset viewer.