Changeset 10987 for main/waeup.kofa/branches/uli-diazo-themed/layout
- Timestamp:
- 27 Jan 2014, 12:23:26 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed/layout
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css
r10986 r10987 98 98 /* Kofa forms */ 99 99 100 select, .textType, textarea {100 select, .textType, textarea, .dataTables_filter input { 101 101 background-color: #FFFFFF; 102 102 border: 1px solid #CCCCCC; … … 124 124 125 125 .error { 126 color: red; 126 color: red; 127 } 128 129 /* dataTables stuff */ 130 131 .dataTables_wrapper { 132 min-height: 50px; 133 margin-bottom: 50px; 134 } 135 136 .dataTables_length { 137 display: none; 138 } 139 140 .dataTables_filter input { 141 width: 60%; 127 142 } 128 143 -
main/waeup.kofa/branches/uli-diazo-themed/layout/theme.html
r10986 r10987 194 194 <br><br> 195 195 <h3>A Sample Data Table</h3> 196 <table id="#dadatable" class="table dataTable">196 <table id="#dadatable" class="table table-striped dataTable"> 197 197 <thead> 198 198 <tr>
Note: See TracChangeset for help on using the changeset viewer.