Browse code

newpost page: fix link/image float position so they're usable

Dario Rodriguez authored on 25/07/2014 11:16:31
Showing 1 changed files
... ...
@@ -15,6 +15,10 @@ div.banner {
15 15
         border: 1px solid #ccc;
16 16
 }
17 17
 
18
+div [data-wysihtml5-dialog] {
19
+	top: -45px;
20
+}
21
+
18 22
 section.editorsection {
19 23
 	top: 300px;
20 24
 }