From 949f9203b8d3b680c907b1fa91a3abcfe9c44e51 Mon Sep 17 00:00:00 2001 From: DanielSPham <36108616+DanielSPham@users.noreply.github.com> Date: Wed, 16 Sep 2020 17:18:00 -0700 Subject: [PATCH] Analytical storage label (#211) Co-authored-by: Daniel Si Pham --- less/documentDB.less | 4 ++++ src/Explorer/Panes/AddCollectionPane.html | 16 ++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/less/documentDB.less b/less/documentDB.less index 9ff6e2225..b24854fd2 100644 --- a/less/documentDB.less +++ b/less/documentDB.less @@ -2972,6 +2972,10 @@ settings-pane { .enableAnalyticalStorageRadio:nth-child(n+2) { margin-left: @LargeSpace; } + + .enableAnalyticalStorageRadioLabel { + padding: 0px + } } .addCollectionLabel { diff --git a/src/Explorer/Panes/AddCollectionPane.html b/src/Explorer/Panes/AddCollectionPane.html index 418b713a9..0ffbfff8b 100644 --- a/src/Explorer/Panes/AddCollectionPane.html +++ b/src/Explorer/Panes/AddCollectionPane.html @@ -537,9 +537,11 @@ attr: { 'aria-checked': isAnalyticalStorageOn() ? 'true' : 'false' }" /> - - On - + - - Off - +