# HG changeset patch # User bsw # Date 1612212912 -3600 # Node ID 3f2f57fba1145128ab8e476c0654bc3b42bbb3f2 # Parent 8dc3b344fcebc4a5e226a31f0161f22394a00eb4 Make event info icon smaller diff -r 8dc3b344fceb -r 3f2f57fba114 static/lf4.css --- a/static/lf4.css Mon Feb 01 21:53:50 2021 +0100 +++ b/static/lf4.css Mon Feb 01 21:55:12 2021 +0100 @@ -569,6 +569,10 @@ padding-right: 5px; } +.event_info i { + font-size: 18px; +} + .ui_list_row label.mdl-radio { display: inline; }