diff options
| author | ryderr <r@okfoc.us> | 2014-10-31 16:57:08 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-31 16:57:08 -0400 |
| commit | 9a27ee2450fc718c23712a4c9dc63b5dd3b4e405 (patch) | |
| tree | 23859c8f9edfd40fa5c50346af0831541e8bea12 | |
| parent | b6f140dd5908a5f3751d8424e115fc6298b0a366 (diff) | |
mobile video
| -rwxr-xr-x | public/assets/stylesheets/app.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index ef49350..ce0c1cc 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -842,9 +842,6 @@ border-left: 1px solid black; margin: 0; } -.templates span.active { - border:1px solid #017cfe; -} .clear:after { visibility: hidden; @@ -2632,7 +2629,15 @@ a[data-role="forgot-password"] { width: 70px; height: 37px; } - + .video { + width: 100%!important; + height: auto!important; + } + .video iframe { + width: 100%!important; + height: auto!important; + margin-top: 0!important; + } .topLinks a { padding: 12px 8px; color: black; @@ -2701,7 +2706,7 @@ a[data-role="forgot-password"] { } .projectList.about { text-align: center; - padding: 20px 0; + padding: 0px 0; } .projectList.about .item .rap { padding: 0; @@ -2717,7 +2722,7 @@ a[data-role="forgot-password"] { .projectList.about .item span:nth-child(1) { width: 100%; border-radius: 0; - height: 150px; + height: 160px; } .projectList.about .item span:nth-child(2) { width: 100%; @@ -2743,7 +2748,7 @@ a[data-role="forgot-password"] { } .projectList .room { width: 100%; - height: 260px; + height: 280px; } .aboutRoom { width: 170px; |
