diff options
| author | ryderr <r@okfoc.us> | 2014-10-07 16:48:11 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-07 16:48:11 -0400 |
| commit | 49ce8683ce072d8ae24176aff7fadbf5195f5922 (patch) | |
| tree | faa188c8f45b024bfb28f2efa3a943d5ebd16a4d /public | |
| parent | f28ffa4087ce761040029ba61e2a67b1b37a0909 (diff) | |
wallpaper buttons
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 6a034ea..943fc8e 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1332,7 +1332,7 @@ iframe.embed { padding-bottom: 6px; } -.wallpaperUpload, .wallpaperRemove { +.toolButton { border: 1px solid; display: inline-block; width: 100%; @@ -1341,9 +1341,9 @@ iframe.embed { font-weight: 300; } -.wallpaper label { +.toolButton label { position: relative; - top: -6px; + vertical-align: middle; float: none; } .wallpaper form { @@ -1357,8 +1357,10 @@ iframe.embed { color:white; cursor:pointer; } -.wallpaper .ion-ios7-upload-outline { - font-size: 26px; +.toolButton > span, .toolButton form > span{ + font-size: 26px; + margin: 0 7px; + vertical-align: middle; } .wallpaper .wallpaperRemove { cursor: pointer; |
