diff options
| author | ryderr <r@okfoc.us> | 2014-10-31 17:42:29 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-31 17:42:29 -0400 |
| commit | d8f0fc6831c37be90d8dcdce3dd080fee55e908d (patch) | |
| tree | 9fbad3bc221fcd4bbcada9f5a53748f011300cde | |
| parent | 9da91f0d5447248ec77576d9dc6d66090790ae67 (diff) | |
more mobile ish
| -rwxr-xr-x | public/assets/stylesheets/app.css | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index ab867a4..6e42050 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -302,6 +302,7 @@ h5 { .page { text-align:center; + background:#f9f9f9; } .page.profile { @@ -750,6 +751,11 @@ iframe.embed { font-weight: 300; float: left; clear: both; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: inline-block; } .profilepage .bio span:last-of-type:after { display: none; } @@ -1154,7 +1160,7 @@ border-left: 1px solid black; } .fixed::-webkit-scrollbar { - width: 3px; + width: 3px; } .fixed::-webkit-scrollbar-track { @@ -2691,6 +2697,8 @@ a[data-role="forgot-password"] { .profilepage .bio { height: 180px; width: 50%; + display: inline-block; + padding-top: 20px; } .profilePic { @@ -2698,9 +2706,19 @@ a[data-role="forgot-password"] { height: 180px; } .profilepage .about h2 { - text-align: center; - font-weight: 500; - font-size: 17px; + display:none; + } + .profilepage .projectList.about:after { + content:"In order to create a room in VValls you need to use a desktop or laptop computer.. Its totally worth though!"; + margin:20px 0 10px 0; + font-size:22px; + display:inline-block; + width:100%; + padding:10px; + line-height: 34px; + } + .bio .holder { + display: inline-block; } .page .projectList label { font-weight:600; @@ -2769,6 +2787,9 @@ a[data-role="forgot-password"] { .aboutRoom h1 a, .aboutRoom h1 { font-size: 16px; } + .footer { + padding:50px 0 120px 0; + } } @media screen and (orientation:portrait) { |
