From 34e4341ab0fe8745ae56492227d465babe0cd387 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Thu, 1 May 2014 16:20:35 +0200 Subject: [PATCH] A more robust solution for for plugin config sequence items A reiteration of 744a0fc32a40a260830709655c6717d7539feba8. --- templates/2k11/admin/style.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 81ab168f..482a97b8 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -2052,19 +2052,19 @@ label .perm_name, } .configuration_group .sequence_item { - padding: .25em; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + display: block; margin: 0 0 .25em; + padding: .25em; + width: 100%; } -.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; - } + +.configure_plugin .configuration_group .sequence_item > span { + display: inline-block; + width: 70%; + vertical-align: top; } #template_select h3,