From 9bfb2cb1c2ee42a5dd0815854744cce61e5c954a Mon Sep 17 00:00:00 2001 From: azett Date: Fri, 17 Jun 2022 20:17:31 +0200 Subject: [PATCH] CSS fix - made plugin table look good in all Leggero styles --- fp-plugins/gallerycaptions/res/adminstyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-plugins/gallerycaptions/res/adminstyle.css b/fp-plugins/gallerycaptions/res/adminstyle.css index c32db37..3e07280 100644 --- a/fp-plugins/gallerycaptions/res/adminstyle.css +++ b/fp-plugins/gallerycaptions/res/adminstyle.css @@ -1,3 +1,3 @@ table.plugin_gallerycaptions_captionstable tr td { padding:1em; } -table.plugin_gallerycaptions_captionstable tr td:first-child { width:1%; } +table.plugin_gallerycaptions_captionstable tr td:first-child { width:18% !important; text-align:center !important;} table.plugin_gallerycaptions_captionstable input {width:95%;} \ No newline at end of file