diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index aa96e076a..41e24276f 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -520,8 +520,7 @@ class e_form { $ret = "
"; $thpath = isset($sc_parameters['nothumb']) || vartrue($hide) ? $default : $default_thumb; - $style = ($blank) ? "width:64px;height:64px;font-size:32px;" : "font-size:32px;"; - $label = "
"; + $label = "
"; if($glyph = $tp->glyph($default_url)) { @@ -532,9 +531,7 @@ class e_form $label .= "{$default_url}"; } - - $label .= " - + $label .= "
"; // $label = "{$default_url}"; diff --git a/e107_themes/bootstrap/admin_style.css b/e107_themes/bootstrap/admin_style.css index 0eb6b6b25..98a977dc1 100644 --- a/e107_themes/bootstrap/admin_style.css +++ b/e107_themes/bootstrap/admin_style.css @@ -57,6 +57,10 @@ td.center, th.center { text-align:center } #cboxTitle { font-weight:bold; color: black } .chzn-container { border: 1px solid #ddd; } +/* icon-picker */ +div.image-selector { width:50px; height:40px ; font-size:32px; line-height:40px } +div.imgselector-container a { color: inherit; } +#link-button_prev i { line-height:40px; } div.nextprev { text-align: center; display:inline-block; width:100% }