From 8c3e1c1ac9a15e53a03faf2343acf6916d6b0a3f Mon Sep 17 00:00:00 2001 From: john Date: Wed, 29 Nov 2017 12:30:57 +0800 Subject: [PATCH] css-bootstrap/bootstrap.css css-bootstrap/bootstrap.min.css css-bootstrap/roojs-bootstrap-debug.css css-bootstrap/roojs-bootstrap.css --- css-bootstrap/roojs-bootstrap-debug.css | 8 +++++++- css-bootstrap/roojs-bootstrap.css | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/css-bootstrap/roojs-bootstrap-debug.css b/css-bootstrap/roojs-bootstrap-debug.css index 356ad4c829..eade3d6666 100644 --- a/css-bootstrap/roojs-bootstrap-debug.css +++ b/css-bootstrap/roojs-bootstrap-debug.css @@ -2086,6 +2086,12 @@ div.input-group.has-feedback > .form-control-feedback { .roo-layout-panel-body .navbar { margin-bottom: 0px; } +.roo-form-group-label-left::before, +.roo-form-group-label-left::after { + display: table; + content: " "; + clear: both; +} a.list-group-item, button.list-group-item { width: 100%; @@ -2607,7 +2613,7 @@ a.roo-brick-link:hover { } .roo-radio-set-label, .roo-radio-set-right { - padding: 15px; + padding: 0px; } .roo-form-error-popover.in { opacity: 1; diff --git a/css-bootstrap/roojs-bootstrap.css b/css-bootstrap/roojs-bootstrap.css index 2eeea38ef4..eade3d6666 100644 --- a/css-bootstrap/roojs-bootstrap.css +++ b/css-bootstrap/roojs-bootstrap.css @@ -2086,6 +2086,12 @@ div.input-group.has-feedback > .form-control-feedback { .roo-layout-panel-body .navbar { margin-bottom: 0px; } +.roo-form-group-label-left::before, +.roo-form-group-label-left::after { + display: table; + content: " "; + clear: both; +} a.list-group-item, button.list-group-item { width: 100%; -- 2.39.2