summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-12-08 03:54:57 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-12-08 03:54:57 +0200
commit7901fe9b63930c821d3dd5d72ac14455a3b6f266 (patch)
treea02ce903fdaa6f3a5aceae4310fcc7a46522fa62
parenteaa28fbedda47375cacdf817d53be7e91a4c6b04 (diff)
larger chart resize handler with smaller width
-rw-r--r--web/dashboard.css4
-rw-r--r--web/dashboard.slate.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/web/dashboard.css b/web/dashboard.css
index 1a5382ab7b..79febaa4fb 100644
--- a/web/dashboard.css
+++ b/web/dashboard.css
@@ -116,9 +116,9 @@ body {
bottom: 0px;
right: 0px;
height: 15px;
- width: 30px;
+ width: 20px;
background-color: White;
- font-size: 14px;
+ font-size: 15px;
vertical-align: middle;
line-height: 15px;
cursor: ns-resize;
diff --git a/web/dashboard.slate.css b/web/dashboard.slate.css
index 8c0e45ddc2..00e0d0dcea 100644
--- a/web/dashboard.slate.css
+++ b/web/dashboard.slate.css
@@ -130,9 +130,9 @@ code {
bottom: 0px;
right: 0px;
height: 15px;
- width: 30px;
+ width: 20px;
background-color: #272b30;
- font-size: 14px;
+ font-size: 15px;
vertical-align: middle;
line-height: 15px;
cursor: ns-resize;