diff options
author | Wu Cheng-Han | 2016-08-15 10:56:14 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-08-15 10:56:14 +0800 |
commit | 3bcb36b46cb391ff30589caa3bbaca1fcf41483f (patch) | |
tree | 78d9043f36e975d648ceb2d581d6a3e11bf38e74 /public/css | |
parent | cf290e86e13b6230707f9ce8c6ee0b793c2323c0 (diff) |
Improve index layout and UX with UI adjustments and better wording
Diffstat (limited to '')
-rw-r--r-- | public/css/cover.css | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/public/css/cover.css b/public/css/cover.css index 40e6ed53..bde3ec7c 100644 --- a/public/css/cover.css +++ b/public/css/cover.css @@ -53,6 +53,8 @@ body { vertical-align: middle; } .cover-container { + width: 100%; + padding-top: 80px; margin-right: auto; margin-left: auto; } @@ -65,6 +67,13 @@ body { * Header */ +.masthead { + position: absolute; + top: 0; + left: 0; + width: 100%; +} + .masthead-brand { margin-top: 10px; margin-bottom: 10px; @@ -135,8 +144,10 @@ body { @media (min-width: 768px) { /* Pull out the header and footer */ .masthead { - position: relative; + position: absolute; top: 0; + left: 0; + width: 100% !important; } .mastfoot { position: fixed; @@ -279,8 +290,11 @@ input { color: #d43f3a; } .ui-or { - margin-top: 5px; - margin-bottom: 5px; + margin: 5px; +} +.ui-use-tags { + min-width: 172px; + max-width: 344px; } .modal-title { @@ -306,4 +320,20 @@ input { background: white; cursor: inherit; display: block; +} + +.social-foot { + line-height: 30px; +} +.social-foot > *, .social-foot > * > * { + vertical-align: middle !important; +} + +@media (max-width: 768px) { + span.ui-or { + display: block; + } + .ui-use-tags { + max-width: 100%; + } }
\ No newline at end of file |