more fixes to the layout css
Andrew Lewman

Andrew Lewman commited on 2013-12-11 05:51:27
Zeige 1 geänderte Dateien mit 5 Einfügungen und 2 Löschungen.

... ...
@@ -1047,7 +1047,7 @@ small {
1047 1047
 	.dbox input.donate-btn {
1048 1048
 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
1049 1049
 		height: 26px;
1050
-		width: 122px;
1050
+		width: 150px;
1051 1051
 		margin-top: 0px;
1052 1052
 		display: block;
1053 1053
 		background-color: transparent;
... ...
@@ -1282,7 +1282,10 @@ small {
1282 1282
 }
1283 1283
 /* End hide from IE-mac */
1284 1284
 
1285
-.dbox.dl p:last-child a{color:#000; text-decoration:none;}
1285
+.dbox.dl p:last-child a{color: #785688;
1286
+text-decoration: underline;
1287
+font-weight: bold;
1288
+}
1286 1289
 .dbox.dl select{
1287 1290
 width: 70px;
1288 1291
 -webkit-appearance: none;-moz-appearance: none;outline-inset:1px;}
1289 1292