Максим Червонный (fiskus_boulder) wrote in changelog,
Максим Червонный
fiskus_boulder
changelog

[ljcom] r10534: LJSUP-8689: donate button, minimalism

Committer: mchervonniy
LJSUP-8689: donate button, minimalism
U   trunk/bin/upgrading/s2layers/sup/layout.s2
U   trunk/htdocs/stc/sup/s/style.css
Modified: trunk/bin/upgrading/s2layers/sup/layout.s2
===================================================================
--- trunk/bin/upgrading/s2layers/sup/layout.s2	2011-05-20 09:45:24 UTC (rev 10533)
+++ trunk/bin/upgrading/s2layers/sup/layout.s2	2011-05-20 10:05:43 UTC (rev 10534)
@@ -392,6 +392,11 @@
                     print safe """<li class="$link_key"><a class="btn btn-simple" href="$url"><span><span><span>$text</span></span></span></a></li>""";
                     $link->print_raw();
                 }
+                if ($link_key == "give_button") {
+                    print safe """<li class="$link_key btn btn-simple"><span><span><span>""";
+		    print $e->get_give_button("string");
+                    print safe """</span></span></span></li>""";
+                }
             }
 
 			#I LIKE THIS

Modified: trunk/htdocs/stc/sup/s/style.css
===================================================================
--- trunk/htdocs/stc/sup/s/style.css	2011-05-20 09:45:24 UTC (rev 10533)
+++ trunk/htdocs/stc/sup/s/style.css	2011-05-20 10:05:43 UTC (rev 10534)
@@ -700,4 +700,14 @@
 .entry-linkbar .lj-button {
 	margin-right:0.8em;
 	}
+.entrysubmenu .give_button A:link,
+.entrysubmenu .give_button A:visited {
+	color:#00304E;
+	border:none;
+	}
+.entrysubmenu .give_button A:hover,
+.entrysubmenu .give_button A:active {
+	color:#0FB5F3;
+	border:none;
+	}
 

Tags: css, fiskus_boulder, ljcom, s2
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments