[ARVADOS] updated: 45008f2afc47a06d0eb39db0f32019dfb049a762

git at public.curoverse.com git at public.curoverse.com
Sat Jun 7 15:29:09 EDT 2014


Summary of changes:
 apps/workbench/app/assets/stylesheets/application.css.scss | 2 ++
 1 file changed, 2 insertions(+)

       via  45008f2afc47a06d0eb39db0f32019dfb049a762 (commit)
      from  adf106e2d0db9e2cb8078759c5fcb8b12408e623 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 45008f2afc47a06d0eb39db0f32019dfb049a762
Author: Tom Clegg <tom at curoverse.com>
Date:   Sat Jun 7 15:28:15 2014 -0400

    2872: Top nav gradient.

diff --git a/apps/workbench/app/assets/stylesheets/application.css.scss b/apps/workbench/app/assets/stylesheets/application.css.scss
index 39b037c..f507ccd 100644
--- a/apps/workbench/app/assets/stylesheets/application.css.scss
+++ b/apps/workbench/app/assets/stylesheets/application.css.scss
@@ -92,12 +92,14 @@ form.small-form-margin {
 
 /* top nav */
 $top-nav-bg: #3c163d;
+$top-nav-bg-bottom: #260027;
 nav.navbar-fixed-top .navbar-brand {
     color: #79537a;
     letter-spacing: 0.4em;
 }
 nav.navbar-fixed-top {
     background: $top-nav-bg;
+    background: linear-gradient(to bottom, $top-nav-bg 0%,$top-nav-bg-bottom 100%);
 }
 .navbar.breadcrumbs {
     line-height: 50px;

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list