diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-17 12:16:36 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-17 12:16:36 -0500 |
| commit | b67bdffa581c12fdfa423fb65540334fe4fd13c5 (patch) | |
| tree | 9dc73a729ee8a74032cb38bbc37b95d44ab9ae35 /public | |
| parent | 4fed1541ff3ae153a219cb4deff304bce7b49c86 (diff) | |
| parent | 053f55941d6a09fe124f982baca0f9dd3d3ed1f9 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 55f3219..39fdc44 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -958,7 +958,7 @@ border-left: 1px solid black; } .editing .mx-scenery:hover, .editing .mx-scenery.picked { - border: 15px dashed yellow; + border: 2px dashed yellow; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; @@ -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%; |
