Changeset 11011 for main/waeup.kofa/branches/uli-diazo-themed/layout
- Timestamp:
- 30 Jan 2014, 13:59:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css
r11009 r11011 1 /* Customized Bootstrap styles */ 2 1 3 body { 2 4 background-color: #f5f5f5; … … 28 30 } 29 31 30 .wfstatus {31 float: right;32 }33 34 .kofa-sidebar,35 .kofa-content-narrow , .kofa-breadcrumbs-box {36 padding: 0px 5px 0px 5px;37 }38 39 .kofa-content-wide {40 padding: 5px 15px;41 }42 43 32 .well { 44 33 padding: 0px 5px 20px 5px; … … 48 37 } 49 38 39 .alert { 40 margin-bottom: 10px; 41 margin-top: 10px; 42 } 43 44 .wfstatus { 45 float: right; 46 } 47 48 /* Kofa styles */ 49 50 .kofa-sidebar, 51 .kofa-content-narrow , .kofa-breadcrumbs-box { 52 padding: 0px 5px 0px 5px; 53 } 54 55 .kofa-content-wide { 56 padding: 5px 15px; 57 } 58 59 .workflow { 60 border:1px solid #1fdf00; 61 background-color:#bbffb6; 62 font-family: courier; 63 font-size: 100%; 64 padding: 4px; 65 margin-bottom: 8px; 66 line-height: 16px; 67 } 68 50 69 .kofa-breadcrumbs-box .well { 51 70 padding: 5px 5px 5px 5px; … … 59 78 color: #BFBFBF; 60 79 font-size: 18px; 61 }62 63 .alert {64 margin-bottom: 10px;65 margin-top: 10px;66 80 } 67 81 … … 128 142 padding: 6px 12px; 129 143 transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; 130 width: 100%;131 144 margin: 0px 4px 0px 0px; 145 width: 100%; 132 146 } 133 147 … … 152 166 } 153 167 154 .ordered-selection-field select , .inline-selection-field select, 155 td select { 168 .ordered-selection-field select , .inline-selection-field select { 156 169 width: 100%; 157 170 }
Note: See TracChangeset for help on using the changeset viewer.