Changeset 7775
- Timestamp:
- Feb 17, 2020, 2:12:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/include/styles/table.css
r7768 r7775 193 193 } 194 194 195 /* A column header defining a parent item value */ 196 .itemlist div.data th.parentitemcol 197 {} 198 199 .itemlist div.data th.parentitemcol::before 200 { 201 content: '›'; 202 } 203 204 /* This will make room for the '›' without causing the header to wrap */ 205 .itemlist div.data th.parentitemcol > span 206 { 207 display: inline-block; 208 max-width: calc(100% - 20px); 209 } 210 211 195 212 /* Place property filters */ 196 213 .itemlist div.data th.propertyfilter
Note: See TracChangeset
for help on using the changeset viewer.