diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-08-29 23:36:13 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-08-29 23:36:13 -0400 |
| commit | c96a3e7bb3f90caa3c540343a562f6f9763b4988 (patch) | |
| tree | 4a60e50c1fa9f9ef3ca51e65f67a21241c66b832 /public/assets/stylesheets/app.css | |
| parent | c35972eaeba860dfd82ed7a154048e35755ccec3 (diff) | |
| parent | 110ef53f228c9e4bd78513cd90bdbbaa2e071b52 (diff) | |
merge
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index c2e7119..5922ab5 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -68,6 +68,12 @@ a{ z-index: 10; pointer-events: none; } +.floatingSwatch.scissors { + background-image: url(/assets/img/scissors.png) !important; + background-repeat: no-repeat; + border: 0; + box-shadow: 0 0 transparent; +} .ants { max-width:320px; @@ -1135,18 +1141,30 @@ iframe.embed { border-bottom: 1px solid black; min-height: 30px; } -.wallpaperUpload { +.wallpaper { font-size: 14px; font-weight: 300; } -.wallpaperUpload label { +.wallpaper label { position: relative; top: -6px; float: none; } -.wallpaperUpload .icon-ios7-upload-outline { +.wallpaper form { + padding: 2px 0 0 0; +} +.wallpaper .icon-ios7-upload-outline { font-size: 26px; } +.wallpaper .wallpaperRemove { + cursor: pointer; + border-top: 1px solid black; + padding: 4px 0 0 0; +} +.wallpaper .wallpaperRemove img { + width: 18px; + margin: 0 4px; +} .wallpaperUpload .upload-icon.uploading { } .wallpaperUpload .upload-icon.uploading:before { |
