summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/routes')
-rw-r--r--webapp/sass/routes/_admin-console.scss7
-rw-r--r--webapp/sass/routes/_backstage.scss6
-rw-r--r--webapp/sass/routes/_settings.scss9
3 files changed, 18 insertions, 4 deletions
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 676264ab2..2a10fc486 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -82,6 +82,12 @@
text-align: left;
}
+ .has-error {
+ .control-label {
+ font-weight: normal;
+ }
+ }
+
.form-group {
margin-bottom: 25px;
}
@@ -321,7 +327,6 @@
.sidebar-section-title,
.sidebar-subsection-title {
- @include clearfix;
color: alpha-color($white, .5);
display: block;
font-size: 13px;
diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss
index f9754f16d..244aad043 100644
--- a/webapp/sass/routes/_backstage.scss
+++ b/webapp/sass/routes/_backstage.scss
@@ -303,14 +303,14 @@ body {
border: 1px solid $light-gray;
display: inline-block;
height: 210px;
- margin: 0 0 20px 30px;
+ margin: 0 30px 30px 0;
padding: 20px;
text-align: center;
vertical-align: top;
width: 250px;
- &:first-child {
- margin-left: 0;
+ &:last-child {
+ margin-right: 0;
}
&:hover {
diff --git a/webapp/sass/routes/_settings.scss b/webapp/sass/routes/_settings.scss
index 376cf611e..5b8c36c5c 100644
--- a/webapp/sass/routes/_settings.scss
+++ b/webapp/sass/routes/_settings.scss
@@ -269,6 +269,7 @@
display: none;
font-size: 12px;
margin-right: 5px;
+
&.fa-chevron-down {
margin-right: 0;
position: relative;
@@ -290,6 +291,14 @@
.divider-light {
border-bottom: 1px solid lightgrey;
+
+ & + .divider-light {
+ display: none;
+ }
+
+ & + .divider-dark {
+ display: none;
+ }
}
.setting-list {