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 08:32:46 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/05/08 08:32:46

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

Log message:
        Text field with rounded corners.

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

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- layout7.css 8 May 2014 08:15:40 -0000       1.64
+++ layout7.css 8 May 2014 08:32:45 -0000       1.65
@@ -235,10 +235,15 @@
 }
 #searcher input[type="text"] {
    padding: .2em;
-   margin: 0 .3em;
+   margin: 0;
    color: #555;
    background: white;
    border: .1em solid #c9cccf;
+   border-radius: .5em;
+   -moz-border-radius: .4em;
+   -khtml-border-radius: .4em;
+   -webkit-border-radius: .4em;
+   -opera-border-radius: .4em;
 }
 #searcher input[type="submit"] {
    padding: .2em .4em;
@@ -380,10 +385,15 @@
 }
 #fssbox input[type="text"] {
    padding: .2em;
-   margin: 0 .3em;
+   margin: 0;
    color: #555;
    background: white;
    border: .1em solid #999;
+   border-radius: .5em;
+   -moz-border-radius: .4em;
+   -khtml-border-radius: .4em;
+   -webkit-border-radius: .4em;
+   -opera-border-radius: .4em;
 }
 #fssbox input[type="submit"] {
    padding: .2em .4em;



reply via email to

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