From f334fb4b355d90cbf0b8d9e658a87ebeec7fbe90 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sat, 30 Jan 2016 01:44:13 +0100 Subject: wip redoing feed panel --- src/web/static/css/one-page-app.css | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'src/web/static') diff --git a/src/web/static/css/one-page-app.css b/src/web/static/css/one-page-app.css index 9f559ee0..d919a4f7 100644 --- a/src/web/static/css/one-page-app.css +++ b/src/web/static/css/one-page-app.css @@ -120,7 +120,6 @@ position: absolute; top: 2px; right: 4px; - display: block; } #right-panel>ol{ margin-top: 10px; @@ -128,3 +127,31 @@ #right-panel .panel-body img { max-width: 100%; } +#right-panel-heading * { + display: inline; +} +#right-panel-heading h4 img { + margin-right: 5px; +} +#right-panel-heading div.btn-group { + float: right; + margin-top: -5px; + margin-right: -8px; +} +.panel-body dd>input { + width: 100%; +} +.filter-row>select.form-control:first-child { + width: 10%; +} +.filter-row>select.form-control { + width: 15%; +} +.filter-row>select.form-control:last-child { + width: 25%; +} +.filter-row>input.form-control { + width: auto; +} +#filter-button-row>*{ +} -- cgit