summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 3edad4f..07bf93c 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -769,7 +769,7 @@ iframe.embed {
#minotaur.saving {
padding: 20px 8px;
color: white;
- background: black;
+ background: red;
font-weight: 300;
text-decoration: none;
z-index: 33;
@@ -1858,6 +1858,7 @@ form h3 {
}
#form_container {
clear:both;
+ padding-bottom: 50px;
}
.errors {
display: none;
@@ -1944,6 +1945,11 @@ form li textarea {
border: 1px solid black;
box-shadow: -3px 4px black;
line-height: 75px;
+ transform:translateY(-180px);
+}
+
+.noOverflow .close {
+ transform:translateY(0px);
}
.desktop .close:hover {