move the z-index to the right part of the css file
Roger Dingledine

Roger Dingledine commited on 2014-02-10 21:06:23
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -980,7 +980,6 @@ small {
980 980
 	padding: 1.4em 0.7em;
981 981
 	width: 163px;
982 982
 	margin: 0px 0px 0px 10px;
983
-	z-index:-10;
984 983
 }
985 984
 
986 985
 	.dbox p {
... ...
@@ -1000,6 +999,7 @@ small {
1000 999
         height: 35px;
1001 1000
         margin-bottom: -20px;
1002 1001
         margin-left: -6px;
1002
+        z-index:-10;
1003 1003
 		}
1004 1004
 
1005 1005
 	.dbox input.donate-btn {
1006 1006