www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout7.css


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css
Date: Tue, 06 May 2014 17:30:36 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/05/06 17:30:36

Modified files:
        server/staging/nav-bar/test9: layout7.css 

Log message:
        Make join-fsf button green.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.52&r2=1.53

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- layout7.css 6 May 2014 17:29:14 -0000       1.52
+++ layout7.css 6 May 2014 17:30:36 -0000       1.53
@@ -353,7 +353,8 @@
 }
 #fsf-frame #join-fsf a {
    padding: .4em 1em;
-   background: #c9cccf;
+   color: white;
+   background: #63b029;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -khtml-border-radius: 1em;
@@ -376,14 +377,14 @@
    margin: 0;
    color: #555;
    background: white;
-   border: .1em solid #283767;
+   border: .1em solid #63b029;
 }
 #fssbox input[type="submit"] {
    padding: .2em;
    margin: 0;
-   color: #222;
-   background: #b9bcbf;
-   border: .1em solid #b9bcbf;
+   color: white;
+   background: #63b029;
+   border: .1em solid #63b029;
 }
 #fssbox input[type="text"]:focus {
    border: .1em solid #cdc66e;
@@ -392,6 +393,7 @@
    cursor: pointer;
 }
 #fssbox input[type="text"]:focus + input[type="submit"] {
+   color: #222;
    background: #cdc66e;
    border: .1em solid #cdc66e;
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]