diff options
| author | ryderr <r@okfoc.us> | 2014-10-02 17:19:24 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-02 17:19:24 -0400 |
| commit | e271f9d7c0b2cf3998d1d8921f1f830bd7bab3ef (patch) | |
| tree | 10780a1ecb729277a4c6d9e71a3ef2374d112777 | |
| parent | 38035a719a34dfa9ddef11ad2643df74de3fa685 (diff) | |
mobile
| -rwxr-xr-x | public/assets/stylesheets/app.css | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index f7bda65..4637643 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2230,7 +2230,28 @@ position: relative; text-decoration: none; font-size: 14px; } - + + .topLinks a[data-role="new-project-modal"], .topLinks a[data-role="show-layouts-modal"] { + display:none; + } + .close { + font-size: 40px; + right: 10px; + top: 10px; + width: 55px; + line-height: 55px; + } + form { + max-width: 90%; + + } + + form li { + font-size: 16px; + } + form input[type="text"], form input[type="password"] { + font-size: 15px; + } .page h1 { font-size: 26px; padding: 10px 0 15px 0; @@ -2258,11 +2279,19 @@ position: relative; } .projectList.about { text-align: center; - padding: 0; + padding: 20px 0; } .projectList.about .item .rap { padding: 0; } + .projectList.about .item span h3 { + font-weight: 500; + font-size: 18px; + margin-bottom: 6px; + } + .projectList.about .item:nth-child(2) span:nth-child(2) { + padding: 10px 0; + } .projectList.about .item span:nth-child(1) { width: 100%; border-radius: 0; @@ -2277,8 +2306,8 @@ position: relative; } .page .viewMore.btn { text-decoration: none; - font-size: 20px; - padding: 20px 0; + font-size: 18px; + padding: 18px 0; } .footer a, .footer span { margin: 9px; |
