- Timestamp:
- 4 May 2012, 11:16:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/static/mobile.css
r7493 r8339 1 1 .container { 2 width: 300px;2 width:900px; 3 3 } 4 4 5 body{6 padding-top: 100px;5 .student-info-bar{ 6 width: 900px; 7 7 } 8 9 select {10 width: 50px;11 }12 13 .dataTables_length {14 float: left;15 width: 50%;16 }17 18 .dataTables_filter {19 float: right;20 text-align: right;21 width: 50%;22 }23 24 .topbar h3 a, .topbar .brand {25 margin-left: -25px;26 padding-bottom: 5px;27 padding-left: 20px;28 padding-right: 20px;29 padding-top: 2px;30 }31 32 input, textarea,33 textarea.span9 {34 width: 70%;35 }
Note: See TracChangeset for help on using the changeset viewer.