CSS fix - made plugin table look good in all Leggero styles

This commit is contained in:
azett 2022-06-17 20:17:31 +02:00
parent 3a4a4c9f69
commit 9bfb2cb1c2

View File

@ -1,3 +1,3 @@
table.plugin_gallerycaptions_captionstable tr td { padding:1em; } 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%;} table.plugin_gallerycaptions_captionstable input {width:95%;}