diff --git a/app/components/assets/enviroCar_logo_final_white.png b/app/components/assets/enviroCar_logo_final_white.png index 2f44d1a..126a21b 100644 Binary files a/app/components/assets/enviroCar_logo_final_white.png and b/app/components/assets/enviroCar_logo_final_white.png differ diff --git a/app/components/assets/enviroCar_logo_white_13-06-08_165x50.png b/app/components/assets/enviroCar_logo_white_13-06-08_165x50.png index 9c06bf1..39fa323 100644 Binary files a/app/components/assets/enviroCar_logo_white_13-06-08_165x50.png and b/app/components/assets/enviroCar_logo_white_13-06-08_165x50.png differ diff --git a/app/components/sidenav/sidenav.directive.html b/app/components/sidenav/sidenav.directive.html index 31d850d..b2d4c41 100644 --- a/app/components/sidenav/sidenav.directive.html +++ b/app/components/sidenav/sidenav.directive.html @@ -49,7 +49,7 @@
-

{{'TRACK_ID'| translate}}:
{{trackid}}

-

{{'NAME'| translate}}:
{{name}}

-

{{'CREATED'| translate}}:
{{created| date:'medium'}}

+

{{'TRACK_ID'| translate}}: {{trackid}}

+

{{'NAME'| translate}}: {{name}}

+

{{'CREATED'| translate}}: {{created| date:'medium'}}

diff --git a/app/styles/styles.css b/app/styles/styles.css index 21deb4e..37675b2 100644 --- a/app/styles/styles.css +++ b/app/styles/styles.css @@ -134,7 +134,6 @@ html, body { min-width: 36px !important; } .md-toolbar-tools .logo-icon { margin-left: 30px; - width: 90px; height: 25px; } .track_toolbar { @@ -390,6 +389,8 @@ md-sidenav { .profiletab .cover { background-color: rgba(0, 0, 0, 0.7); position: absolute; + display: flex; + flex-direction: column; top: 0; left: 0; width: 100%; @@ -479,6 +480,10 @@ md-sidenav { .container_header { color: #ffffff; } +.container_header p.title { + margin-top: 0.25em; + margin-bottom: 0.5em; } + .download-track { position: absolute; color: #fff; diff --git a/app/styles/styles.scss b/app/styles/styles.scss index 1ad832e..2ff3739 100644 --- a/app/styles/styles.scss +++ b/app/styles/styles.scss @@ -136,7 +136,6 @@ html, body{ } .logo-icon { margin-left: 30px; - width: 90px; height: 25px; } } @@ -474,6 +473,8 @@ md-sidenav { .profiletab .cover { background-color: rgba(0, 0, 0, 0.7); position: absolute; + display: flex; + flex-direction: column; top: 0; left: 0; width: 100%; @@ -579,6 +580,11 @@ md-sidenav { .container_header { color: #ffffff; + + p.title { + margin-top: 0.25em; + margin-bottom: 0.5em; + } } .download-track {