Changeset 7449 for main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/static/waeup-base.css
- Timestamp:
- 11 Jan 2012, 09:49:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/static/waeup-base.css
r7447 r7449 4 4 'waeuptheme-<SOME-NAME>.css' and include a utility and a resource in theming.py 5 5 and resources.py respectively. */ 6 7 /* bootstrap.min customizations */ 6 8 7 9 body { … … 19 21 } 20 22 21 .form-table td {22 padding: 5px 5px 4px;23 border-top: none;24 }25 26 .error {27 color: red;28 }29 23 30 24 select { … … 32 26 } 33 27 28 /* IE doesn't like the footer tag*/ 29 .footer { 30 padding-top: 17px; 31 border-top: 1px solid #eee; 32 margin-top: 50px; 33 } 34 34 35 35 /* dataTables stuff */ … … 40 40 } 41 41 42 table.display { 43 margin-top: 25px; 44 } 45 42 46 /* SIRP stuff */ 47 48 .error { 49 color: red; 50 } 43 51 44 52 .form-table { … … 46 54 } 47 55 56 .form-table td { 57 padding: 5px 5px 4px; 58 border-top: none; 59 } 60 48 61 .fieldname { 49 62 width: 25%; 50 63 } 64 65 .workflow { 66 border:1px solid #1fdf00; 67 background-color:#bbffb6; 68 font-family: courier; 69 font-size: 80%; 70 padding: 4px; 71 margin-bottom: 8px; 72 line-height: 16px; 73 }
Note: See TracChangeset for help on using the changeset viewer.