diff --git a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox index 4068a9aab..f6e616240 100644 --- a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox +++ b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox @@ -10,85 +10,85 @@
- + - - +
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
- +
-
@@ -109,18 +109,18 @@
-
+
-
-

+

@@ -128,21 +128,21 @@
-
+
-
+
-
-

+

@@ -163,7 +163,7 @@

-
+
@@ -178,7 +178,7 @@
-

+

@@ -195,7 +195,7 @@
-
+
@@ -209,7 +209,7 @@
-

+

@@ -227,7 +227,7 @@
-
+
@@ -241,7 +241,7 @@
-

+

@@ -258,7 +258,7 @@
-
+
@@ -272,32 +272,32 @@
-

+

-

+

-

+

-

+

-

+

-

+

-

+

@@ -320,7 +320,7 @@
-
@@ -364,7 +364,7 @@
-
@@ -377,7 +377,7 @@
-
@@ -395,7 +395,7 @@
-
diff --git a/UI/Templates/ContactsUI/UIxContactViewTemplate.wox b/UI/Templates/ContactsUI/UIxContactViewTemplate.wox index 89f934cd3..f2a0da6fe 100644 --- a/UI/Templates/ContactsUI/UIxContactViewTemplate.wox +++ b/UI/Templates/ContactsUI/UIxContactViewTemplate.wox @@ -8,35 +8,36 @@
+
+ +
-

-
{{card.$description()}} +

+
{{card.$description()}} {{category.value}}
-
- - - + + +
+ +
- -
- -
+
-
-
+
{{card.$birthday() | date}}
@@ -44,7 +45,7 @@
-
+
-
+
-
-
+ @@ -75,47 +76,47 @@
-
+
- +
-
-
+
-
-
-
+
- +
-
+
-
+
-
-
+
diff --git a/UI/Templates/MailerUI/UIxMailEditor.wox b/UI/Templates/MailerUI/UIxMailEditor.wox index bf41f8bb6..5b1249374 100644 --- a/UI/Templates/MailerUI/UIxMailEditor.wox +++ b/UI/Templates/MailerUI/UIxMailEditor.wox @@ -39,7 +39,7 @@ -
+
diff --git a/UI/Templates/MailerUI/UIxMailViewTemplate.wox b/UI/Templates/MailerUI/UIxMailViewTemplate.wox index fd6257dd9..0acd61817 100644 --- a/UI/Templates/MailerUI/UIxMailViewTemplate.wox +++ b/UI/Templates/MailerUI/UIxMailViewTemplate.wox @@ -33,7 +33,7 @@ diff --git a/UI/WebServerResources/scss/components/autoScrollList/autoScrollList.scss b/UI/WebServerResources/scss/components/autoScrollList/autoScrollList.scss index e415e6254..554fea053 100644 --- a/UI/WebServerResources/scss/components/autoScrollList/autoScrollList.scss +++ b/UI/WebServerResources/scss/components/autoScrollList/autoScrollList.scss @@ -87,4 +87,5 @@ .sg-avatar { @extend .md-tile-left; margin-right: 0; + margin-left: 0; } \ No newline at end of file diff --git a/UI/WebServerResources/scss/components/divider/divider.scss b/UI/WebServerResources/scss/components/divider/divider.scss index 4dc99186c..8dab46449 100644 --- a/UI/WebServerResources/scss/components/divider/divider.scss +++ b/UI/WebServerResources/scss/components/divider/divider.scss @@ -5,7 +5,7 @@ md-divider { border-top: 1px solid; margin: 0; - &[md-inset] { - margin-left: $baseline-grid * 9; // fix for vs-repeat + &.md-inset { + margin-left: $baseline-grid * 9; } } diff --git a/UI/WebServerResources/scss/components/toolbar/toolbar.scss b/UI/WebServerResources/scss/components/toolbar/toolbar.scss index 8e2f973e4..5ef11d48f 100644 --- a/UI/WebServerResources/scss/components/toolbar/toolbar.scss +++ b/UI/WebServerResources/scss/components/toolbar/toolbar.scss @@ -10,7 +10,7 @@ md-toolbar { } header { flex-direction: row; - flex-wrap: wrap; + flex-wrap: nowrap; align-items: stretch; justify-content: space-between; display: flex; diff --git a/UI/WebServerResources/scss/core/typography/typography.scss b/UI/WebServerResources/scss/core/typography/typography.scss index bbe07f771..eae205390 100644 --- a/UI/WebServerResources/scss/core/typography/typography.scss +++ b/UI/WebServerResources/scss/core/typography/typography.scss @@ -214,7 +214,8 @@ $sg-line-height-9: $sg-font-size-9 + $sg-md-typo-baseline; // Google Material Design specifications strongly recommend to avoid bold // font weight. Here are some variables to define weights more conveniently // ---------------------------------------------------------------------------- -$sg-font-light: 200; +$sg-font-thin: 200; +$sg-font-light: 300; $sg-font-regular: 400; $sg-font-medium: 600; $sg-font-bold: $sg-font-medium; @@ -360,6 +361,12 @@ h6 { font-weight: $sg-font-regular; white-space: nowrap; } + .#{$md}-display-2--light { + $lineHeight: $sg-line-height-7; + font-size: $sg-font-size-7; + line-height: $lineHeight; + font-weight: $sg-font-light; + } .#{$md}-display-3 { $lineHeight : $sg-line-height-8; font-size: $sg-font-size-8; @@ -374,7 +381,11 @@ h6 { font-weight: $sg-font-light; white-space: nowrap; } - + .#{$md}-display-2-subheader { + @extend .#{$md}-title; + margin-bottom: $mg; + font-weight: $sg-font-thin; + } a, a:hover, a:active,