From 29071391816aa587e18f002afe26ba93b6ecf612 2016-06-21 13:36:38 From: lisaq Date: 2016-06-21 13:36:38 Subject: [PATCH] styling: #3985 graph header button spacing --- diff --git a/backend/src/appenlight/static/css/front.css b/backend/src/appenlight/static/css/front.css index 262000d..5511416 100644 --- a/backend/src/appenlight/static/css/front.css +++ b/backend/src/appenlight/static/css/front.css @@ -8447,6 +8447,12 @@ h4 { .top-state-front_dashboard .chart-layout-form { margin-bottom: 15px; } +form.graph-type.form-inline { + margin: 0 10px 10px 0; +} +form.graph-type.form-inline select { + margin-right: 10px; +} table.log-list .http_status { width: 52px; } diff --git a/frontend/css/sections/front_dashboard.css.less b/frontend/css/sections/front_dashboard.css.less index 685cd7c..16970ef 100644 --- a/frontend/css/sections/front_dashboard.css.less +++ b/frontend/css/sections/front_dashboard.css.less @@ -292,9 +292,10 @@ } } -.graph-type { - .select.input-sm, - .btn-group { +form.graph-type.form-inline { margin: 0 10px 10px 0; - } + + select { + margin-right: 10px; + } }