summaryrefslogtreecommitdiff
path: root/frontend/app/views/graph
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/views/graph')
-rw-r--r--frontend/app/views/graph/graph.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/frontend/app/views/graph/graph.css b/frontend/app/views/graph/graph.css
index a557280..bfdbe5c 100644
--- a/frontend/app/views/graph/graph.css
+++ b/frontend/app/views/graph/graph.css
@@ -114,10 +114,17 @@
padding: 0.25rem;
}
+.box form .single label span,
.box form .pair label span {
min-width: 3rem;
padding: 0.25rem 0;
}
+.box .single label {
+ flex-direction: row;
+ width: 100%;
+ margin-right: 0.5px;
+ min-width: auto;
+}
.box .pair label {
flex-direction: row;
width: 6.5rem;
@@ -138,13 +145,14 @@ button.box_corner {
background: transparent;
border: 0;
border-radius: 4px;
+ transform: scaleX(-1);
}
button.box_corner:hover {
color: #fff;
background: rgba(64,64,128,0.5);
}
.sidebar.left button.box_corner {
- transform: scaleX(-1);
+ transform: scaleX(1);
}
.box .slider {