summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-02 16:02:22 -0400
committerryderr <r@okfoc.us>2014-10-02 16:02:22 -0400
commit34d01bfd89106953d1ecb42debd5ee565ae926f8 (patch)
treefbc15bf42b5167c728fc2ef06c8ba6e29b4eec5f /public
parent110097063ab30187a6fd6536111312b021c3e653 (diff)
links go to edit view if signed in
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 {