From c9058956c721b147b8f1a0460ab3b7a46f59a357 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 15 Dec 2016 12:07:49 +0100 Subject: [PATCH] feature #567, admin theme clear, square buttons ... with more padding + prepare for clean icons --- admin/themes/clear/theme.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 3d0d2d11e..55804db61 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -350,10 +350,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} border:none; background-color:#666; color:#fff; - padding:2px 5px; - -moz-border-radius:5px; - -webkit-border-radius:5px; - border-radius:5px; + padding:4px 7px; margin-left:0; } @@ -364,6 +361,10 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} text-decoration: none; } +.buttonLike i { + font-size:14px; +} + .buttonLike:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled { background-color:#999; color:#eee;