change the layout of the donation boxes per ticket 10264.
Andrew Lewman

Andrew Lewman commited on 2013-12-10 16:54:24
Zeige 3 geänderte Dateien mit 25 Einfügungen und 14 Löschungen.

... ...
@@ -971,8 +971,8 @@ small {
971 971
 	float: none;
972 972
 	text-align: center;
973 973
 	color: #222222;
974
-	border: 2px solid #cbcbaf;
975
-	background-color: #ffffed;
974
+	border: none;
975
+    background: #F0DBFA;
976 976
 	padding: 20px 20px;
977 977
 	width: 163px;
978 978
 	margin: 0px 0px 0px 10px;
... ...
@@ -988,16 +988,26 @@ small {
988 988
 		}
989 989
 
990 990
 	.dbox h2 {
991
-		background: url() top left transparent;
991
+		background: url('../images/top_bg.png') no-repeat;
992 992
 		color: #23300E;
993
-		padding:0px 0px 15px 0px;
993
+		padding:13px 0px 15px 0px;
994
+        position: relative;
995
+        top: -33px;
996
+        width: 190px;
997
+        color: white;
998
+        font-family: Helvetica, Arial, sans-serif;
999
+        font-size: 15px;
1000
+        font-weight: normal;
1001
+        height: 35px;
1002
+        margin-bottom: -20px;
1003
+        margin-left: -6px;
994 1004
 		}
995 1005
 
996 1006
 	.dbox input ,
997 1007
 	.dbox select {
998 1008
 	   background-color: #fefff7;
999 1009
 	   color: #23300E;
1000
-	   border:2px solid #CCCFB8;
1010
+	   border:2px solid #BAB8BD;
1001 1011
 	   -webkit-border-radius: 5px;
1002 1012
 	   -moz-border-radius: 5px;
1003 1013
 	   border-radius: 5px;
... ...
@@ -1007,11 +1017,8 @@ small {
1007 1017
 
1008 1018
 		.dbox input:focus ,
1009 1019
 		.dbox select:focus {
1010
-		  -moz-box-shadow: 0px 0px 4px #cbcbaf;
1011
-		  -webkit-box-shadow: 0px 0px 4px #cbcbaf;
1012
- 		  box-shadow: 0px 0px 4px #cbcbaf;
1013
- 		  border:2px solid #cbcbaf;
1014
-		  background-color: #FFFFFF;
1020
+		        outline:none;
1021
+		        border:2px solid #BAB8BD;      
1015 1022
 		  }
1016 1023
 
1017 1024
 		.dbox input.radio {
... ...
@@ -1080,14 +1087,13 @@ small {
1080 1087
   float: none;
1081 1088
   width: 177px;
1082 1089
   margin: 0px 5px 20px 5px;
1090
+  border:1px solid #785688;
1083 1091
   }
1084 1092
 
1085
-.dbox.dl h2 {
1086
-  padding: 0;
1087
-  }
1093
+
1088 1094
 
1089 1095
 .dbox.dl input.amount {
1090
-  width: 110px;
1096
+  width: 87px;
1091 1097
   }
1092 1098
 
1093 1099
 .dbox.donate {
... ...
@@ -1275,3 +1281,8 @@ small {
1275 1281
   display: block;
1276 1282
 }
1277 1283
 /* End hide from IE-mac */
1284
+
1285
+.dbox.dl p:last-child a{color:#000; text-decoration:none;}
1286
+.dbox.dl select{
1287
+width: 70px;
1288
+-webkit-appearance: none;-moz-appearance: none;outline-inset:1px;}