diff options
| author | ryderr <r@okfoc.us> | 2014-11-07 16:06:24 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-07 16:06:24 -0500 |
| commit | 540f547d39c2a8719c501b24c2004dbf2e815454 (patch) | |
| tree | 0a06f1f59225030d1fa278c87d711a8121c33245 /public/assets/stylesheets | |
| parent | 0cc0db607aa9685e227da654ec8b4e16604ab097 (diff) | |
| parent | 66286ff56ea9f8adc703b74eaa934641b9c83870 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 7b7eab5..5d67f50 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2703,6 +2703,9 @@ a[data-role="forgot-password"] { /* EMBED CODE GENERATOR */ +.embedView { + font-weight: 300; +} .embedView textarea { border: 1px solid black; width: 100%; @@ -2720,9 +2723,18 @@ a[data-role="forgot-password"] { } .embedView label { font-size: 14px; + padding: 0 3px; } -.embedView { - font-weight: 300; +#testEmbed { + cursor: pointer; + float: right; + font-size: 11px; + margin-top: 11px; + font-weight: 100; + color: #888; +} +#testEmbed:hover { + text-decoration: underline; } /* MARCHING ANTS ANIMATION */ |
