- Timestamp:
- 2 Feb 2014, 07:36:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css
r11029 r11030 28 28 } 29 29 30 .breadcrumb {30 .breadcrumb , .wfstatus { 31 31 background-color: #fff; 32 32 margin-bottom: 0px; … … 40 40 background-image: None; 41 41 background-color: #fff; 42 filter: None; 42 43 } 43 44 … … 47 48 } 48 49 49 .wfstatus {50 float: right;51 }52 50 53 51 /* Kofa styles */ 54 52 55 53 .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 { 58 59 padding: 0px 5px 0px 5px; 59 60 } 60 61 61 .kofa-content-wide {62 padding: 0px 15px 0px 15px;63 }64 65 62 .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 { 77 75 padding: 5px 5px 5px 5px; 78 76 } … … 235 233 /* Smartphone styles */ 236 234 237 238 235 @media (max-width: 767px) { 239 236 … … 243 240 244 241 .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 { 247 246 padding: 0px 0px 0px 0px; 248 247 }
Note: See TracChangeset for help on using the changeset viewer.