diff --git a/kernel/admin/themes/default/css/default.css b/kernel/admin/themes/default/css/default.css index 260e2800..fc687c9d 100644 --- a/kernel/admin/themes/default/css/default.css +++ b/kernel/admin/themes/default/css/default.css @@ -102,11 +102,15 @@ li.bludit-logo { } .uk-thumbnail { - margin: 2px 4px !important; + margin: 2px 3px !important; max-width: 30% !important; padding: 0 !important; } +.uk-progress-bar { + background: #2672ec !important; +} + /* ----------- BLUDIT ----------- */ #logo { @@ -185,6 +189,7 @@ button.delete-button:hover { #bludit-images-v8-progressbar { display: none; + margin: 20px; } #bludit-images-v8-thumbnails { @@ -211,6 +216,10 @@ button.delete-button:hover { font-size: 0.9em; } +#bludit-quick-images-thumbnails { + text-align: center; +} + /* ----------- BLUDIT COVER IMAGE ----------- */ #bludit-cover-image { @@ -246,6 +255,11 @@ button.delete-button:hover { #cover-image-progressbar { display: none; + left: 5%; + position: relative; + top: 33%; + width: 90%; + } /* ----------- LOGIN FORM ----------- */ diff --git a/kernel/admin/themes/default/init.php b/kernel/admin/themes/default/init.php index d86250b7..812f941d 100644 --- a/kernel/admin/themes/default/init.php +++ b/kernel/admin/themes/default/init.php @@ -157,21 +157,28 @@ $html .= ' echo $html; } - public static function bluditCoverImage() + public static function bluditCoverImage($coverImage="") { global $L; + $style = ''; + if(!empty($coverImage)) { + $style = 'background-image: url('.HTML_PATH_UPLOADS_THUMBNAILS.$coverImage.')'; + } + $html = ''; $html .= '