summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 32da0be..5aca224 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;
@@ -1917,7 +1918,11 @@ form li textarea {
color:white;
cursor:pointer;
}
-
+.chardinjs-tooltiptext {
+ font-weight: 300;
+ line-height: 20px;
+ font-size: 16px;
+}
.box {
display: table-cell;
@@ -1946,8 +1951,10 @@ form li textarea {
border: 1px solid black;
box-shadow: -3px 4px black;
line-height: 75px;
+
}
+
.desktop .close:hover {
background:black;
color:white;