From c0ab6df74dbc86dd9cfda308c47fbf3c8a16bd94 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 30 Jun 2015 03:00:23 -0700 Subject: [PATCH] updated styles --- public/modules/core/css/core.css | 24 ++++++++- .../core/views/header.client.view.html | 5 +- .../modules/core/views/home.client.view.html | 53 ++++++++++--------- public/modules/forms/css/form.css | 5 +- .../forms/views/list-forms.client.view.html | 4 +- 5 files changed, 60 insertions(+), 31 deletions(-) diff --git a/public/modules/core/css/core.css b/public/modules/core/css/core.css index 9a1ccdfe..8c0ec4be 100755 --- a/public/modules/core/css/core.css +++ b/public/modules/core/css/core.css @@ -1,3 +1,14 @@ + + +.navbar .navbar-brand { + font-size: 1.6em; + font-weight: 900; + color: #FA787E; +} +.navbar .navbar-brand span { + text-decoration: underline; +} + .content { margin-top: 50px; } @@ -21,4 +32,15 @@ body.ng-cloak section > .jumbotron { padding-top: 15px; -} \ No newline at end of file + background-image: url(http://yourplaceandmine.ie/wp-content/uploads/2014/09/Daingean-meeting-048_13-1080x675.jpg); + background-repeat: no-repeat; + background-position: 50% 50%; + background-size: cover; +} + + section > .jumbotron > .opacity-background { + background-color: rgba(70,51,51,0.5); + height:inherit; + width:inherit; + padding:inherit; + } \ No newline at end of file diff --git a/public/modules/core/views/header.client.view.html b/public/modules/core/views/header.client.view.html index 719e5e09..83c8e83b 100755 --- a/public/modules/core/views/header.client.view.html +++ b/public/modules/core/views/header.client.view.html @@ -7,7 +7,10 @@ - MedForm + + + MedForm +