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: Thu, 08 May 2014 07:35:32 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/05/08 07:35:31

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

Log message:
        Make the submit buttons rounded.

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

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- layout7.css 8 May 2014 07:20:45 -0000       1.61
+++ layout7.css 8 May 2014 07:35:25 -0000       1.62
@@ -246,6 +246,11 @@
    color: #222;
    background: #f0f2f4;
    border: .1em solid #c9cccf;
+   border-radius: 1em;
+   -moz-border-radius: 1em;
+   -khtml-border-radius: 1em;
+   -webkit-border-radius: 1em;
+   -opera-border-radius: 1em;
 }
 #searcher input[type="text"]:focus {
    color: #222;
@@ -386,6 +391,11 @@
    color: #222;
    background: #c9cccf;
    border: .1em solid #c9cccf;
+   border-radius: 1em;
+   -moz-border-radius: 1em;
+   -khtml-border-radius: 1em;
+   -webkit-border-radius: 1em;
+   -opera-border-radius: 1em;
 }
 #fssbox input[type="text"]:focus {
    color: #222;



reply via email to

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