diff options
| author | ryderr <r@okfoc.us> | 2014-10-30 12:58:17 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-30 12:58:17 -0400 |
| commit | c166a6f9d7eafc01431de4076d3a53cc752febb4 (patch) | |
| tree | ddc890848c48fb1658746968aeebabe2399d910e /public | |
| parent | 2757e9b2d7d21228165fcdedd214ecb725fa43d7 (diff) | |
signin stuff and image
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index d7876da..5f4b70d 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -916,6 +916,7 @@ border-left: 1px solid black; position: fixed; bottom:0; right:0; + pointer-events:none; z-index: 2; } #hud { @@ -1347,6 +1348,14 @@ border-left: 1px solid black; font-weight: 300; } +.mediaDrawer form h2{ + font-size: 22px; + display: inline-block; + position: relative; + z-index: 4; + margin-bottom: 20px; +} + .mediaDrawer.mediaViewer h2 { margin-top:28px; font-size:18px; @@ -1873,7 +1882,10 @@ input[type="range"]::-webkit-slider-thumb { .modalLink:hover span { text-decoration: underline; } - +.settings .name { + display: block; + margin-top: 10px; +} @-webkit-keyframes fade { 50% { opacity:0.6; @@ -2465,6 +2477,7 @@ a[data-role="forgot-password"] { .share h2 { font-weight: 400; font-size: 13px; + margin:0; } .share a{ |
