diff options
Diffstat (limited to 'src/web/static')
-rw-r--r-- | src/web/static/css/one-page-app.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/web/static/css/one-page-app.css b/src/web/static/css/one-page-app.css index d919a4f7..40f7cd45 100644 --- a/src/web/static/css/one-page-app.css +++ b/src/web/static/css/one-page-app.css @@ -121,8 +121,18 @@ top: 2px; right: 4px; } -#right-panel>ol{ +#right-panel { + top: 50px; +} +#rp-breadcrum{ margin-top: 10px; + max-height: 34px; + overflow: hidden; + padding-top: 2px; +} +#rp-breadcrum>li{ + display: inline; + line-height: 30px; } #right-panel .panel-body img { max-width: 100%; @@ -153,5 +163,3 @@ .filter-row>input.form-control { width: auto; } -#filter-button-row>*{ -} |