FLEXIcontent / flexicontent-cck

Advanced content management for Joomla
http://www.flexicontent.org
82 stars 53 forks source link

Lighter CSS on item view #1063

Closed micker closed 2 years ago

micker commented 2 years ago

hello i think we need to clean up item view A remove and clean some css in defaut template 1 remove background, margin and padding in label for a more simplier design (user can override if he want) 2 remove ul/li margin in image field galery for better alignement 3 change code in left column (image zone) because we can't add other field than an image https://github.com/FLEXIcontent/flexicontent-cck/blob/cb3bffaeb1fbc3532261c415b9908dcdf75fc354/site/tmpl_common/item_layouts/modular_html5.php#L332 => you need to adapte code to load all fields not lonly image

image

i want your return before commit (its easy to do) 1 juste need to change defaut value in css and less 2 juste need to add a css to select media field ul 3 change specific code for basic loading code

Maybe i need to create a new item modular view to be sure for upgrade compatibility ?

micker commented 2 years ago

i update css colonne generation for better responsive behavior spanX isn't great when you rezize i add rules for bs5 realy better display on responsive device like col-lg-3 col-md-3 col-sm-12 the rezize experience is realy better

micker commented 2 years ago

Done