From 1fa3e2818356786902264f7ffcb48ca49cbdfc74 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Wed, 16 Jan 2019 12:47:38 +0100 Subject: [PATCH] Fix for switch button --- bl-kernel/admin/themes/booty/css/bludit.css | 7 ++++--- bl-kernel/admin/views/edit-content.php | 6 +++--- bl-kernel/admin/views/new-content.php | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/bl-kernel/admin/themes/booty/css/bludit.css b/bl-kernel/admin/themes/booty/css/bludit.css index f40a7f10..0728031b 100644 --- a/bl-kernel/admin/themes/booty/css/bludit.css +++ b/bl-kernel/admin/themes/booty/css/bludit.css @@ -336,6 +336,7 @@ td.child { img.profilePicture { width: 30px; + height: 30px; border-radius: 30px; border: 1px solid #ccc; } @@ -344,7 +345,7 @@ img.profilePicture { .switch { position: relative; height: 26px; - width: 120px; + width: 140px; background: #f3f3f3; border: 1px solid #ced4d9; border-radius: 2px; @@ -354,7 +355,7 @@ img.profilePicture { position: relative; z-index: 2; float: left; - width: 58px; + width: 50%; line-height: 25px; font-size: 11px; text-align: center; @@ -393,7 +394,7 @@ img.profilePicture { top: 2px; left: 2px; display: block; - width: 58px; + width: 50%; height: 21px; border-radius: 2px; background-color: #6c757d; diff --git a/bl-kernel/admin/views/edit-content.php b/bl-kernel/admin/views/edit-content.php index 518f3ce9..74310383 100644 --- a/bl-kernel/admin/views/edit-content.php +++ b/bl-kernel/admin/views/edit-content.php @@ -67,11 +67,11 @@ echo Bootstrap::formOpen(array( --> -
+
draft()?'checked':'') ?>> - + draft()?'checked':'') ?>> - +
diff --git a/bl-kernel/admin/views/new-content.php b/bl-kernel/admin/views/new-content.php index b174d610..30839341 100644 --- a/bl-kernel/admin/views/new-content.php +++ b/bl-kernel/admin/views/new-content.php @@ -57,11 +57,11 @@ echo Bootstrap::formOpen(array( -
+
- + - +