[cc-commits] [CC SVN] r14738 - ccwordpress/trunk/www/wp-content/themes/cc5

webmaster at creativecommons.org webmaster at creativecommons.org
Mon Nov 1 17:55:43 EDT 2010


Author: bse
Date: 2010-11-01 21:55:43 +0000 (Mon, 01 Nov 2010)
New Revision: 14738

Modified:
   ccwordpress/trunk/www/wp-content/themes/cc5/engine.css
Log:
Added styles for donation block in choose results

Modified: ccwordpress/trunk/www/wp-content/themes/cc5/engine.css
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc5/engine.css	2010-11-01 21:53:22 UTC (rev 14737)
+++ ccwordpress/trunk/www/wp-content/themes/cc5/engine.css	2010-11-01 21:55:43 UTC (rev 14738)
@@ -53,3 +53,30 @@
 div.licensebox input.submit {
 	font-size: 1.15em;
 }
+
+
+/* Donation block */
+#chooserDonate {
+  padding: 1em;
+  margin-bottom: 2em;
+  background: #e4ebff;
+  font-weight: bold;
+
+  -webkit-border-radius: 10px;
+  -moz-border-radius: 10px;
+  border-radius: 10px;
+
+  -webkit-box-shadow: 0 1px 0 #cadcf5;
+  -moz-box-shadow: 0 1px 0 #cadcf5;
+  box-shadow: 0 1px 0 #cadcf5;
+}
+
+#chooserDonate div {
+  float: right;
+  margin-left: 2em;
+}
+
+#chooserDonate p {
+  margin: 0;
+}
+




More information about the cc-commits mailing list