summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-07 15:42:14 -0500
committerJules Laplace <jules@okfoc.us>2014-11-07 15:42:14 -0500
commitf6b149e1909dd0507d1377b9f085123820772594 (patch)
tree9b79b650e3b60b4e3cd65f9b889eb3f6136d19f2 /public/assets/stylesheets/app.css
parent7bbe52577c1ccf5fbd884362282e16a42262c06e (diff)
more embed stuff
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 8b987c1..8989aef 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -2702,6 +2702,9 @@ a[data-role="forgot-password"] {
/* EMBED CODE GENERATOR */
+.embedView {
+ font-weight: 300;
+}
.embedView textarea {
border: 1px solid black;
width: 100%;
@@ -2719,9 +2722,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 */