diff options
| author | ryderr <r@okfoc.us> | 2014-10-08 16:42:07 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-08 16:42:07 -0400 |
| commit | e24d96de91b4dc2e87d56f5e12d5dddc806c4618 (patch) | |
| tree | a9fca2d83faa34175b6b84ca9bb1c3b6db60bb42 | |
| parent | a947614e0c449795906d145ecbb478cdc3124a95 (diff) | |
margin
| -rwxr-xr-x | public/assets/stylesheets/app.css | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 1328006..eebe6eb 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -335,8 +335,7 @@ iframe.embed { .projectList .room { width: 30vw; height: 23vw; - margin: 1vw; - border: 1vw solid white; + margin: 1vw 1vw 0 1vw; display:table; position: relative; z-index: 1; @@ -355,6 +354,7 @@ iframe.embed { height: 100%; text-align: center; overflow: hidden; + background-color: #ddd; background-size: cover; } .room .images { @@ -407,15 +407,19 @@ iframe.embed { vertical-align: middle; } -.page label { - font-weight: 500; - font-size: 15px; - color: black; - padding: 5px; - text-decoration:none; - display: inline-block; - cursor: pointer; - border: 1px solid transparent; +.page .projectList label { + font-weight: 100; + font-size: 12px; + color: black; + padding: 5px; + text-decoration: none; + display: inline-block; + cursor: pointer; + border: 1px solid transparent; + text-transform: uppercase; + font-family: monospace; + line-height: 18px; + letter-spacing: 1px; } .page .room .holder a:hover { @@ -424,7 +428,8 @@ iframe.embed { } .projectList a:hover label { - border: 1px solid black; + background:black; + color:white; } @@ -671,6 +676,7 @@ iframe.embed { .templates-list { display: inline-block; width: 100%; + margin-bottom: 40px; } .templates::-webkit-scrollbar { width: 5px; |
