[gnome-web-www] hacky css fixes for civicrm donation page



commit 902e2fca32abf76fd780d56624c3b64afeeecf5f
Author: Andreas Nilsson <anilsson redhat com>
Date:   Wed Mar 27 12:36:03 2013 -0300

    hacky css fixes for civicrm donation page

 theme/css/home.css |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/theme/css/home.css b/theme/css/home.css
index 768d2fe..c598753 100644
--- a/theme/css/home.css
+++ b/theme/css/home.css
@@ -61,3 +61,29 @@
     margin-bottom: 0;
 }
 
+/*
+Custom hacks for civicrm
+This file gets applied after everything else, so this is why we put the code here.
+FIXME move this code out of here at a later date and put it in a better place.
+Possibly civicrm.css
+ */
+
+#crm-container div#printer-friendly {
+       display: none;
+}
+
+#home_banner #crm-container {
+       text-align: left;
+}
+
+#crm-container .crm-section .content, .crm-section .content {
+       margin-left: 10px;
+}
+
+.auto-renew .content {
+       margin-left: 16%;
+}
+
+.crm-auto-renew-cancel-info {
+       display: block;
+}
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]