Changeset 10992
- Timestamp:
- 27 Jan 2014, 17:29:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css
r10989 r10992 80 80 .btn { 81 81 margin: 4px; 82 font-size: 13px; 82 83 } 83 84 … … 98 99 /* Kofa forms */ 99 100 101 .form-table { 102 width: 100%; 103 } 104 105 .form-table td, .input-table td { 106 padding: 5px 0px 5px 4px; 107 border-top: none; 108 } 109 100 110 select, .textType, textarea, .dataTables_filter input { 101 111 background-color: #FFFFFF; … … 110 120 } 111 121 122 .fieldname { 123 width: 25%; 124 } 125 112 126 select { 113 127 width: 50%; 128 } 129 130 .ordered-selection-field select { 131 width: 100%; 114 132 } 115 133 … … 159 177 .paginate_enabled_next { background: url('../img/forward_enabled.png') no-repeat top right; } 160 178 .paginate_enabled_next:hover { background: url('../img/forward_enabled_hover.png') no-repeat top right; } 161 .paginate_disabled_next { background: url('../img 179 .paginate_disabled_next { background: url('../img/forward_disabled.png') no-repeat top right; } 162 180 163 181 /* Smartphone styles */
Note: See TracChangeset for help on using the changeset viewer.