From b99e18f3b2437f90c92207758634645c02629f85 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Mon, 24 Jul 2023 20:45:59 +0300 Subject: [PATCH] editable button --- forum/static/theme.css | 2 ++ forum/templates/base.html | 24 ------------------------ 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/forum/static/theme.css b/forum/static/theme.css index 25e5a5f..56a4ce6 100644 --- a/forum/static/theme.css +++ b/forum/static/theme.css @@ -170,6 +170,8 @@ table.form > * > tr > td, th { .button_image { height: 50px; + width: 50px; + display: block; } .navbar a:hover, .dropdown:hover .dropbtn { diff --git a/forum/templates/base.html b/forum/templates/base.html index 30a12fc..ec55124 100644 --- a/forum/templates/base.html +++ b/forum/templates/base.html @@ -11,33 +11,9 @@