commit | 25a86c3060472c0f3cfd4bcf5173e8eb65d63e77 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jun 11 09:02:05 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Jun 11 09:02:05 2015 -0700 |
tree | 1747438c3e3e277ecefe291822b2be92db22e00b | |
parent | 41650ed2fa2dbd351a6a30840e67c825b86144c0 [diff] |
increase font size in login page
diff --git a/xos/core/static/cord.css b/xos/core/static/cord.css index fa8d42f..120e3bf 100644 --- a/xos/core/static/cord.css +++ b/xos/core/static/cord.css
@@ -147,7 +147,17 @@ font-size: 125%; } - +/* login screen */ +.login #content-main form input[type=text] { + font-size: 125%; +} +.login .btn { + font-size: 125%; +} +.login #requestAccountLink { + /* trying to supersize this makes it wrap */ + font-size: 100%; +}