diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-05-28 14:23:46 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-05-28 14:23:46 -0400 |
| commit | 4a4a32e1f979282c1b93a43b0dd10f89a0d2d590 (patch) | |
| tree | 05aa36967a0be9f92030606c538393c52c0f5fa7 /frontend/static/sass | |
| parent | a4916103efb2d97896c456ff0e83064b21e85d25 (diff) | |
fixed email in profiles
Diffstat (limited to 'frontend/static/sass')
| -rwxr-xr-x | frontend/static/sass/compile.sh | 2 | ||||
| -rwxr-xr-x | frontend/static/sass/src/profile.sass | 2 | ||||
| -rwxr-xr-x | frontend/static/sass/stylesheets/profile.css | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/frontend/static/sass/compile.sh b/frontend/static/sass/compile.sh new file mode 100755 index 0000000..f22b5c1 --- /dev/null +++ b/frontend/static/sass/compile.sh @@ -0,0 +1,2 @@ +#!/bin/bash +compass compile diff --git a/frontend/static/sass/src/profile.sass b/frontend/static/sass/src/profile.sass index 0d88ea5..fa5ec01 100755 --- a/frontend/static/sass/src/profile.sass +++ b/frontend/static/sass/src/profile.sass @@ -181,7 +181,7 @@ body input margin: 2px 10px 0 0 width: 100px - #profile-avatar, #profile-bg + #profile-avatar, #profile-bg, #profile-email width: 300px #profile-settings-save font-size: 14px diff --git a/frontend/static/sass/stylesheets/profile.css b/frontend/static/sass/stylesheets/profile.css index 13b4a58..20c2537 100755 --- a/frontend/static/sass/stylesheets/profile.css +++ b/frontend/static/sass/stylesheets/profile.css @@ -323,7 +323,7 @@ body { width: 100px; } /* line 184, ../src/profile.sass */ -#settings-container #profile-avatar, #settings-container #profile-bg { +#settings-container #profile-avatar, #settings-container #profile-bg, #settings-container #profile-email { width: 300px; } /* line 186, ../src/profile.sass */ |
