didnt found any #Comments .CommentHeader { line-height: 0px; } ,
but there must be something in one of the extensions ... probably a embeded css in a php file or such. because the screens are looking good now ... mise 6 and 7 are fine now . so it must be a extension
now that i saw the variables in jazzmans php ... those are dynamic values , so i changed 32px back from 0 in the optionsmenu of the account-pictures admin and it seems like its working now.
heavy birth
thanks a lot schizo.
maybe i can help you next time , would be a pleasure.
Comments
but there must be something in one of the extensions ... probably a embeded css in a php file or such. because the screens are looking good now ... mise 6 and 7 are fine now . so it must be a extension
ref: http://browsershots.org/screenshots/3abf816fa7b205bb013a438769ec1cef/
ok complete code in his default.php is:
// Initialize settings
if (!array_key_exists('ACCOUNTPICTURES_SETUP', $Configuration)) {
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_UPLOAD_PATH', 'uploads/AccountPictures/');
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_ICON_WIDTH', '32');
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_ICON_HEIGHT', '32');
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_PICTURE_WIDTH', '280');
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_PICTURE_HEIGHT', '200');
AddConfigurationSetting($Context, 'ACCOUNTPICTURES_SETUP', '1');
} elseif( isset($Head) ) {
$AddStyle = "
.ProfileTitle.WithIcon .ProfileIcon { width: {IconWidth}px; height: {IconHeight}px; }
#AccountProfile .Picture { width: {PictureWidth}px; height: {PictureHeight}px; }
#Comments .CommentHeader { line-height: {IconHeight} px; }
#Comments .CommentHeader li div.CommentIcon { padding: {IconHeight}px 0px {IconHeight}px {IconWidth}px; }
li.User.Name .UserIcon { padding: {IconHeight}px 0px {IconHeight}px {IconWidth}px !important; }
li.User.Name.WithIcon { line-height: {IconHeight}px; }
";
well no clue what to do here lol .. seems like he predefined there something... well this here is a red zone for a graphicdesigner like me
heavy birth
thanks a lot schizo.
maybe i can help you next time , would be a pleasure.