From 7767259acb90375f55b15ad906e3d434219d43fc Mon Sep 17 00:00:00 2001 From: ryderr Date: Thu, 2 Oct 2014 12:26:38 -0400 Subject: no border on side --- public/assets/stylesheets/app.css | 15 +++++---------- views/home.ejs | 2 +- views/partials/header.ejs | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index fbe9140..e278fab 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -69,6 +69,10 @@ a{ } #help-button { display: none; + border-right:0px!important; +} +.editProfile, .profileLink { + border-right:0px!important; } .editing #help-button { display: inline; @@ -318,15 +322,6 @@ iframe.embed { width: 100%; height: 50vh; } -.projectList .room:hover .holder{ - background: rgba(255,255,255,0); -} -.projectList .holder{ - background: rgba(255,255,255,0.7); - -webkit-transition:2s background; - -moz-transition:2s background; - transition:2s background; -} .room .images { position: absolute; @@ -491,7 +486,7 @@ iframe.embed { border-right:1px solid; } -.topLinks a:last-child { +.page .topLinks a:last-child { border-right:0px solid; } .topLinks a:hover { diff --git a/views/home.ejs b/views/home.ejs index 76b6cea..47c13e4 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -63,7 +63,7 @@

Room Showcase

- + [[ include projects/list-projects ]] View More diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 88d832d..c946037 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -65,7 +65,7 @@ [[ if (profile && String(user._id) == String(profile._id)) { ]] Settings [[ } else if (! profile) { ]] - Profile + Profile [[ } ]] -- cgit v1.2.3-70-g09d2 From 7990eabde341aa44f20f22927954bca6783dc60f Mon Sep 17 00:00:00 2001 From: ryderr Date: Thu, 2 Oct 2014 12:59:36 -0400 Subject: demo thumbnail display --- views/home.ejs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/home.ejs b/views/home.ejs index 47c13e4..a6f5a88 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -62,9 +62,10 @@

Room Showcase

- + + View More [[ include partials/confirm-modal ]] -- cgit v1.2.3-70-g09d2