From 744a0fc32a40a260830709655c6717d7539feba8 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 1 May 2014 13:24:18 +0200 Subject: [PATCH] add some additional plugin config sequence_item styles The first will add a better width to plugin sequence_item(s), covering all screen resolutions, and sets auto margin to center on bigger screens, where sequence_container grows greater than inner 96%. The seconds breaks sequence_item text in its own inline box on screens >= 768px. This is well tested with plugins containing sequence_item movers eg entryproperties plugin. --- templates/2k11/admin/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 2f369247..81ab168f 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -2055,6 +2055,17 @@ label .perm_name, padding: .25em; margin: 0 0 .25em; } +.configure_plugin .configuration_group .sequence_item { + width: 96%; + margin: auto; +} +@media screen and (min-width: 768px) { + .configure_plugin .configuration_group .sequence_item span { + display: inline-block; + width: 70%; + vertical-align: top; + } +} #template_select h3, .media_file h3 {