diff options
| author | ryderr <r@okfoc.us> | 2014-10-24 12:16:57 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-24 12:16:57 -0400 |
| commit | b54fe490581ad00040910a7552f2bf5ae170cc46 (patch) | |
| tree | 338f0666ea11bbd8e2f58cfc8c573316e45d8360 /public | |
| parent | 82e86224bdc2a987b9e3cd4f18c2192427b5f04b (diff) | |
| parent | 1ba14b4be59dda33453264034364d2c962e586d9 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index b29c613..20498c0 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1512,13 +1512,12 @@ border-left: 1px solid black; .toolButton { border: 1px solid; position: relative; - display: block; - float: right; - margin-left: 3px; - width: 35px; + float: left; + width: 86px; height: 35px; - font-size: 14px; + font-size: 12px; font-weight: 300; + cursor: pointer; } .toolButton label { @@ -1526,12 +1525,14 @@ border-left: 1px solid black; vertical-align: middle; float: none; } +.wallpaperRemove { + margin-right: 4px; +} .wallpaperUpload:hover { cursor:pointer; } .wallpaper form { position: relative; - font-size: 14px; font-weight: 300; overflow: hidden; } @@ -1633,13 +1634,18 @@ input[type="range"]::-webkit-slider-thumb { cursor:pointer; border:3px solid #000; } - +.wallpaperResizeControls { + transition: all 0.2s; + float: left; + height: 28px; + overflow: hidden; +} .wallpaperResizeControls.disabled { - pointer-events: none; + height: 0; opacity: 0.3; } .wallpaperResizeControls input[type=range] { - width: 130px; + width: 150px; position: relative; top: -10px; } |
