diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-21 17:36:50 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-21 17:36:50 -0500 |
| commit | d9697721355606f03a433327e5579606993b20e5 (patch) | |
| tree | fa368678af066a83a9b5f33e339dd6ca6f1b7dfe /public | |
| parent | f4d265e86eba67d6a69f1d1562a64e41e2dea2da (diff) | |
removing chardinjs, prefixfree
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 9500b3b..201819d 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2900,6 +2900,14 @@ a[data-role="forgot-password"] { 100%{height:500px;top:2px;} } +/* KEYBOARD SHORTCUTS */ + +.keyboard { float: left; width: 50%; margin-top: 50px; } +.keyboard tr { margin: 0; padding: 0; } +.keyboard td { padding: 2px 10px; margin: 0; } +.keyboard.first-keyboard td:nth-child(1) { text-align: center; width: 50px; padding-left: 100px; } +.keyboard td:nth-child(1) { text-align: right; width: 150px; } +.keyboard td:nth-child(2) { font-weight: 300; } /* MOBILE */ |
