diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-10 18:54:19 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-10 18:54:19 -0400 |
| commit | 3c2456ff45fb0300013fa6d286660e7ff8652f1a (patch) | |
| tree | a8b1171550ceca20942e86d76fa41dcf1697a730 /public/assets/stylesheets/app.css | |
| parent | be603d871e7a0117698177405f98cd07be7d12ed (diff) | |
| parent | c704e66d60e6918db9936a332885f2c79c23c899 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index c90dad4..d92282f 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -331,14 +331,14 @@ iframe.embed { } -.projectList a { - padding: 4%; +.projectList .projectItem { + margin: 4%; display: inline-block; } .projectList .room { width: 22vw; height: 17vw; - margin: 1vw 1vw 0 1vw; + margin: 1vw 1vw 10px 1vw; display: table; position: relative; z-index: 1; @@ -424,15 +424,16 @@ iframe.embed { } .page .projectList label { - font-weight: 600; - font-size: 12px; + font-weight: 500; + font-size: 11px; color: black; text-decoration: none; display: inline-block; cursor: pointer; - border: 1px solid black; + border: 1px solid #000; line-height: 18px; - padding:0 5px; + padding: 5px; + letter-spacing: 0.3px; } .page .room .holder a:hover { @@ -1214,7 +1215,7 @@ border-left: 1px solid black; content: ' ' !important; background-image: url("/assets/img/loader.gif"); background-repeat: no-repeat; - width: 40px; + width: 21px; height: 40px; } @@ -2429,6 +2430,12 @@ a[data-role="forgot-password"] { width: 55px; line-height: 55px; } + .facebook b { + font-size: 40px; + } + .facebook span { + line-height: 20px; + } form { max-width: 90%; @@ -2508,4 +2515,12 @@ margin: 9px; #keyhint { display:none; } +.projectList .projectItem { + width:100%; + margin: 20px 0; +} +.projectList .room { +width: 100%; +height: 260px; +} }
\ No newline at end of file |
