Block Line Height and alignment - general info block

Could someone point me to the correct css (or which ever is invloved) to alter the height of the lines between the profile answers views in the general info block

 

many thanks

Quote · 26 Apr 2011

Hello provide us with some explanation screen shots here

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 26 Apr 2011

many thanks :)

reduce.jpg · 12.5K · 86 views
Quote · 26 Apr 2011

 

many thanks :)

OK understood. Provide me with your site's url I will provide your later  with some css styles

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 26 Apr 2011

Hi SashaE, did you manage to check on my css styles - much appreciated :)

Quote · 28 Apr 2011

You can try this

templates/base/css/forms_adv.css

.form_advanced_table th,
.form_advanced_table td {
padding: 2px; /*changed from 8 to 2*/
/*border-bottom: 1px solid #dadada; Skjult av meg*/
vertical-align: top;
white-space: nowrap;
}

.form_advanced_table td.caption {
text-align: right;
width: 35%;

padding-right:2px;
padding-top: 6px; /*changed from 11 to 6*/
/*text-transform: lowercase;*/
}

Quote · 28 Apr 2011

I have to say 5 gold stars - thank you so much - that tweak has improved my layout a 1000%

 

thank you, mark

Quote · 29 Apr 2011

I know i am being cheeky here but could you also tell me how to alter the height in the edit profile section for Check Boxes

line-height.jpg · 9.8K · 78 views
Quote · 30 Apr 2011

open file templates/base/css/forms_adv.css

find this code

.form_input_radio,
.form_input_checkbox {
margin-top: 1px; /*changed from 0 to 1*/
margin-bottom: 1px; /*changed from 0 to 1*/
}

Quote · 30 Apr 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.