-
-
-
-
-
-
-
-
-
-
- {{calendar.name}}
-
-
-
-
-
-
- {{category}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- remove_circle
-
-
-
-
-
- add_circle
-
-
-
-
-
-
-
-
-
-
-
-
- remove_circle
-
-
-
-
-
- add_circle
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{editor.component.percentComplete}}
-
-
-
-
-
-
-
+
+
-
-
- add_circle
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- add
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
diff --git a/UI/WebServerResources/scss/components/dialog/dialog.scss b/UI/WebServerResources/scss/components/dialog/dialog.scss
index 2a96dcc92..f03da576a 100644
--- a/UI/WebServerResources/scss/components/dialog/dialog.scss
+++ b/UI/WebServerResources/scss/components/dialog/dialog.scss
@@ -8,9 +8,6 @@
height: 100%;
border-radius: 0;
flex-basis: 100%;
- md-dialog-content {
- padding: $layout-gutter-width;
- }
}
body.popup {
diff --git a/UI/WebServerResources/scss/core/structure.scss b/UI/WebServerResources/scss/core/structure.scss
index c1f020830..ac41b6f66 100644
--- a/UI/WebServerResources/scss/core/structure.scss
+++ b/UI/WebServerResources/scss/core/structure.scss
@@ -24,6 +24,9 @@ html * {
&--top {
padding-top: $mg;
}
+ &--bottom {
+ padding-bottom: $mg;
+ }
}
.sg-logo {
@@ -41,4 +44,16 @@ html * {
top: 0;
bottom: 0;
width: 3px;
+}
+
+// Group fields of a form
+// See https://www.google.com/design/spec/patterns/settings.html#settings-grouping-settings
+.sg-has-form-sections {
+ background-color: $colorGrey300;
+}
+.sg-form-section {
+ @extend .md-whiteframe-2dp;
+ @extend .md-padding;
+ background-color: white;
+ margin-bottom: $mg/2;
}
\ No newline at end of file