mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
Admin GUI styling fixes.
This commit is contained in:
@@ -2191,8 +2191,8 @@ function show_avatars()
|
||||
//style attribute allowed here - server side width/height control
|
||||
//autocheck class - used for JS selectors (see eCoreImage object)
|
||||
$text .= "
|
||||
<div class='image-box f-left center autocheck' style='width: ".(intval($pref['im_width'])+40)."px; height: ".(intval($pref['im_height'])+100)."px;'>
|
||||
<div class='spacer'>
|
||||
<div class='image-box f-left center autocheck' style='margin:5px; width: ".(intval($pref['im_width'])+40)."px; height: ".(intval($pref['im_height'])+100)."px;'>
|
||||
<div class='well'>
|
||||
<div class='image-users'>{$users}</div>
|
||||
<div class='image-preview'>{$img_src}</div>
|
||||
<div class='image-delete'>
|
||||
|
Reference in New Issue
Block a user