Changeset 3264:68fe05e5a0ef for admin/style
- Timestamp:
- 07/06/16 15:39:57 (9 years ago)
- Branch:
- default
- Children:
- 3265:fb9870e49400, 3285:3ca3e4cf422b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3245 r3264 37 37 box-sizing: border-box; 38 38 } 39 #dotclear-admin { 40 display: flex; 41 min-height: 100vh; 42 flex-direction: column; 43 } 39 44 #header { 40 45 background: #676e78; 41 46 color: #FFF; 42 47 border-bottom: 4px solid #A2CBE9; 43 width: 100%;48 width: 99.99%; /* Bugfix Chrome >= 49.0.2623.108 */ 44 49 display: table; 45 50 position: relative; … … 52 57 z-index: 10; 53 58 background: #F7F7F7 url(bg_wrapper.png) repeat-y 15em; 59 flex: 1; 54 60 } 55 61 .with-js #wrapper {
Note: See TracChangeset
for help on using the changeset viewer.