aboutsummaryrefslogtreecommitdiff
path: root/src/web/static
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/static')
-rw-r--r--src/web/static/css/one-page-app.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/web/static/css/one-page-app.css b/src/web/static/css/one-page-app.css
index 5a3444c2..d25e3886 100644
--- a/src/web/static/css/one-page-app.css
+++ b/src/web/static/css/one-page-app.css
@@ -80,3 +80,10 @@
margin-right: 10px;
margin-bottom: 10px;
}
+#middle-panel .btn-group:last-child {
+ margin-right: 0px;
+ float: right;
+}
+#middle-panel .input-group {
+ margin-bottom: 10px;
+}
bgstack15