From 34a29b1b8f9f8e77afe11252059663415f17f09c Mon Sep 17 00:00:00 2001 From: Drajat Hasan Date: Tue, 11 Apr 2017 22:19:31 +0700 Subject: [PATCH] Mentengahkan Foto Admin --- admin/admin_template/default/assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/admin_template/default/assets/css/style.css b/admin/admin_template/default/assets/css/style.css index 17869517..f077c1b3 100644 --- a/admin/admin_template/default/assets/css/style.css +++ b/admin/admin_template/default/assets/css/style.css @@ -351,8 +351,8 @@ a:hover { height: 63px; } .s-user-photo img { - width: auto; - height: 80px; + width: 100%; + height: 100%; background-size: cover; } .s-user-name { @@ -2466,4 +2466,4 @@ table { display: none; visibility: hidden; } -} \ No newline at end of file +}