From 6cb1a253f50e4592c35b03b947bda3de866f2a5a Mon Sep 17 00:00:00 2001 From: HefnerK <45883591+HefnerK@users.noreply.github.com> Date: Mon, 9 Sep 2019 19:37:29 -0700 Subject: [PATCH 1/4] changed paper-tabs position --- src/ctree-app/ctree-landing.html | 120 +++++++++++++++++++++---------- 1 file changed, 81 insertions(+), 39 deletions(-) diff --git a/src/ctree-app/ctree-landing.html b/src/ctree-app/ctree-landing.html index 0d75fe1..13b3fb5 100644 --- a/src/ctree-app/ctree-landing.html +++ b/src/ctree-app/ctree-landing.html @@ -79,44 +79,64 @@ --app-secondary-color: black; } #mainLayout app-toolbar { - padding: 0 8px 0 0; + padding: 15px 10px 10px 15px; + @apply --layout-horizontal; + @apply --layout-end-justified; + background-color: rgba(255, 255, 255, 0.95); + } #content { @apply --layout-fit; overflow-y: auto; -webkit-overflow-scrolling: touch; } - #headerTitle, #menuButton { - display: none; + #headerTitle { + color: #63A375; + font-size: 23px; + + } + #menuButton{ + color: black; + float: right; } app-drawer ul { text-align: left !important; } app-header-layout { - height: 100vh; + height: 200vh; } app-header { background-color: #FFFFFF; color: #fff; } app-header paper-icon-button { - --paper-icon-button-ink-color: white; + --paper-icon-button-ink-color: red; + } + paper-tabs{ + } paper-tab { - width: 0; + width: 100; + } paper-tab[link] a { @apply --layout-horizontal; @apply --layout-center-center; - color: #196948; + color: #63A375; text-decoration: none; + font-size: 12px; + } + paper-tabs[noink][nobar] paper-tab.core-selected { + color: #db352c; + paper-tab iron-icon { padding-right: 2px; } .tabTooltip { visibility: hidden; } + paper-button { text-transform: none; } @@ -250,6 +270,10 @@ } paper-tabs { display: none; + float: right; + + + } #headerTitle, #menuButton { display: inline-block; @@ -375,45 +399,63 @@ - + + + - - + + + -
Collaboration Trees
- - - - - Overview - - - - - Feedback - - - - - Features - - - - - cTree - - - - - Participate - - - +
Collaboration Tree
+ + +
+ Collaboration Trees + + + + + + + + + + Overview + + + + + Feedback + + + + + Features + + + + + cTree + + + + + Participate + + + +
+

W

From 6fce5ad096dd1faadcb5c18ec54ed6008ba07f03 Mon Sep 17 00:00:00 2001 From: HefnerK <45883591+HefnerK@users.noreply.github.com> Date: Sat, 14 Sep 2019 17:18:01 -0700 Subject: [PATCH 2/4] changed height of header --- src/ctree-app/ctree-landing.html | 37 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/src/ctree-app/ctree-landing.html b/src/ctree-app/ctree-landing.html index 13b3fb5..15674f3 100644 --- a/src/ctree-app/ctree-landing.html +++ b/src/ctree-app/ctree-landing.html @@ -108,23 +108,29 @@ app-header { background-color: #FFFFFF; color: #fff; + height: 6%; } app-header paper-icon-button { - --paper-icon-button-ink-color: red; - } - paper-tabs{ } - paper-tab { - width: 100; - } + paper-tab[link] a { @apply --layout-horizontal; @apply --layout-center-center; - color: #63A375; + color: #000000; text-decoration: none; font-size: 12px; + outline: none; + + + } + paper-tabs{ + --paper-tabs-selection-bar-color: blue; + } + paper-tab.iron-selected{ + color: blue !important ; + } paper-tabs[noink][nobar] paper-tab.core-selected { @@ -156,6 +162,7 @@ font-weight: bold; } + h1 { font-size: 4em; } @@ -389,6 +396,8 @@ } + + @@ -401,10 +410,10 @@ - + - +
Collaboration Tree
@@ -412,17 +421,9 @@