From 5819cc75d3c35f176528d6bb7f1bb776f93bdb4f Mon Sep 17 00:00:00 2001 From: iRouge Date: Wed, 25 Feb 2015 23:44:22 -0500 Subject: [PATCH] Style Contact Editor UI: Ready to test Some functional bugs remaining --- .gitignore | 1 + .../ContactsUI/UIxContactEditorTemplate.wox | 256 +++++++++--------- .../scss/components/select/select.scss | 6 +- 3 files changed, 137 insertions(+), 126 deletions(-) diff --git a/.gitignore b/.gitignore index eb68a1220..0663dabca 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ doc UI/WebServerResources/scss/.sass-cache .scss-lint-config.yml_ .dat3015.0b5 +UI/WebServerResources/fonts diff --git a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox index f5d1dbee6..f42a17b50 100644 --- a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox +++ b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox @@ -54,11 +54,8 @@ - -
-
-
-
-
-
{{ type }} - + @@ -136,166 +129,179 @@
-
-
-
- - - - -
+
+ + + +
-
-
- - - -
-
- -
-
-

- + + {{ type }} + + + + -

+ + + +
-
-
- - - - -
+ +
+ + + +
-
-
-
+
+ + {{ type }} + + + + +
-
- -
-
-

- -

-
-
-
- - - - -
+
+ + + +
-
-
-
- - - + + +
+ + {{ type }} + +

+ +

-
- -
-
-

- + + + -

- -

+ + + -

- -

- -

- -

- -

- -

- -

- -

- -

- -

- -

- + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + + + +
-
-
- - - - -
+
+ + + +
-
+ -
-
- -
-
+ -
-
-
-
-
- - + + + + +
+ - - - + + - - - + + -
+
@@ -365,6 +371,6 @@
- + diff --git a/UI/WebServerResources/scss/components/select/select.scss b/UI/WebServerResources/scss/components/select/select.scss index 33b266beb..3e36eca65 100644 --- a/UI/WebServerResources/scss/components/select/select.scss +++ b/UI/WebServerResources/scss/components/select/select.scss @@ -1 +1,5 @@ -@import "extends"; \ No newline at end of file +@import "extends"; + +md-select { + margin-bottom: 2px; +} \ No newline at end of file