diff options
| author | ryderr <r@okfoc.us> | 2014-11-17 12:04:33 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-17 12:04:33 -0500 |
| commit | 053f55941d6a09fe124f982baca0f9dd3d3ed1f9 (patch) | |
| tree | 343dcc0364709a01a83038915f96d23823248caf /public | |
| parent | 21e23e63e089685a558d2e5c74439e9de5c33c4f (diff) | |
stylez
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 1a48a86..39fdc44 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2224,15 +2224,19 @@ input[type="range"]::-webkit-slider-thumb { width: 100%; } #randomize { - background: white; + background: transparent; display: inline-block; color: black; - text-decoration:none; - border:1px solid black; + text-decoration: none; text-align: center; - font-size: 13px; - padding: 3px; - cursor: pointer; + font-size: 12px; + padding: 3px; + cursor: pointer; + position: absolute; + left: 10px; + font-weight: 500; + top: 0px; + border-bottom: 1px solid; } #randomize:hover { color: white; @@ -2679,7 +2683,7 @@ a[data-role="forgot-password"] { text-decoration:underline; } .vvbox.share { - width: 300px + width: 230px } .vvbox.share #share_link { width: 100%; |
