Changeset 7806
- Timestamp:
- May 7, 2020, 1:18:05 PM (3 years ago)
- Location:
- branches/3.16-stable/www/include/styles
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.16-stable/www/include/styles/size_l.css
r7604 r7806 33 33 html 34 34 { 35 font-size: 90%;35 font-size: 14px; 36 36 } 37 37 38 38 /* The fulltable need to adjust top toolbar space */ 39 .itemlist div.panel40 {41 height: 1.5em;42 max-height: 1.7em;43 }44 45 39 .fulltable div.panelgroup 46 40 { -
branches/3.16-stable/www/include/styles/size_m.css
r7604 r7806 33 33 html 34 34 { 35 font-size: 75%;35 font-size: 12px; 36 36 } 37 37 -
branches/3.16-stable/www/include/styles/size_s.css
r7604 r7806 32 32 html 33 33 { 34 font-size: 67.5%;34 font-size: 11px; 35 35 } 36 36 37 37 /* The fulltable need to adjust top toolbar space */ 38 .itemlist div.panel39 {40 height: 1.7em;41 max-height: 1.8em;42 }43 44 38 .fulltable div.panelgroup 45 39 { -
branches/3.16-stable/www/include/styles/size_xl.css
r7604 r7806 32 32 html 33 33 { 34 font-size: 1 10%;34 font-size: 16px; 35 35 } 36 36 37 37 /* The fulltable need to adjust top toolbar space */ 38 .itemlist div.panel39 {40 height: 1.4em;41 max-height: 1.6em;42 }43 44 38 .fulltable div.panelgroup 45 39 { -
branches/3.16-stable/www/include/styles/size_xs.css
r7604 r7806 32 32 html 33 33 { 34 font-size: 60%;34 font-size: 10px; 35 35 } 36 36 37 37 /* The fulltable need to adjust top toolbar space */ 38 .itemlist div.panel39 {40 height: 1.7em;41 max-height: 1.8em;42 }43 44 38 .fulltable div.panelgroup 45 39 {
Note: See TracChangeset
for help on using the changeset viewer.