diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-01 17:33:46 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-01 17:33:46 -0400 |
| commit | 7fb1968594240b3e660842176f6847b2c03650c8 (patch) | |
| tree | b363fd748149e2c43aee663aac0e4aa1fd3e7eac | |
| parent | 11c3fdd0edf43a05e3b5c169b699a08b814dd3f6 (diff) | |
| parent | 238e3d65298b2c74803d91895b0c535827f2be4e (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
| -rwxr-xr-x | public/assets/stylesheets/app.css | 13 | ||||
| -rwxr-xr-x | views/home.ejs | 2 |
2 files changed, 11 insertions, 4 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 3b475ec..54060cc 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -14,7 +14,9 @@ body{ overflow-x:hidden; } - +.loading .wow { + display:none!important; +} ::-moz-selection { color: white; background: black; @@ -269,7 +271,7 @@ h5 { .projectList.about .item:nth-child(2) span:nth-child(2) { - padding: 70px 0 70px 70px; + padding: 70px 0 70px 100px; } .projectList.about .item:nth-child(2) { padding: 5% 0; @@ -871,6 +873,11 @@ iframe.embed { font-size: 13px; } +.menu span.icon-ios7-sunny-outline:hover:after { + width: 130px; +} + + .menu span.inuse:hover:after{ content:""; opacity:0; @@ -1981,7 +1988,7 @@ a[data-role="forgot-password"] { } .aboutRoom { - width: 250px; + width: 190px; background: rgba(255,255,255,0.95); padding: 2px 8px 8px 8px; position: fixed; diff --git a/views/home.ejs b/views/home.ejs index 47c13e4..76b6cea 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -63,7 +63,7 @@ <h1>Room Showcase</h1> - [[ include projects/list-projects ]] + <a href="#loadmore" class="viewMore btn">View More</a> |
