diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2016-01-30 01:44:13 +0100 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2016-01-30 01:44:13 +0100 |
commit | f334fb4b355d90cbf0b8d9e658a87ebeec7fbe90 (patch) | |
tree | 9070ef12da288a3138fb261320e522b47c3803f5 /src/web/static | |
parent | displaying date on middle panel (diff) | |
download | newspipe-f334fb4b355d90cbf0b8d9e658a87ebeec7fbe90.tar.gz newspipe-f334fb4b355d90cbf0b8d9e658a87ebeec7fbe90.tar.bz2 newspipe-f334fb4b355d90cbf0b8d9e658a87ebeec7fbe90.zip |
wip redoing feed panel
Diffstat (limited to 'src/web/static')
-rw-r--r-- | src/web/static/css/one-page-app.css | 29 |
1 files changed, 28 insertions, 1 deletions
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>*{ +} |