Centering text in button only, not in other input field
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Tue, 6 Nov 2007 19:57:19 +0000 (19:57 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Tue, 6 Nov 2007 19:57:19 +0000 (19:57 +0000)
webcit/static/webcit.css

index 156000a429bd28e827dbf72bf8e9323da856c93e..5cca2d9c8e53d5f92e34e9f96136c1d7742c9d35 100644 (file)
@@ -440,7 +440,6 @@ a:visited { color: purple; }
 .button_link a, input, select, #login_form #uname, #login_form #pname, .room_actions form select, .room_actions li.search input, .address_book_popup_title, .msgbuttons a, input#delbutton,.attachfile, .logbuttons input,.buttons input, .send_edit_msg input {
        border: 1px solid #999;
        color: #333;
-       text-align: center;
 }
 
 
@@ -448,6 +447,7 @@ a:visited { color: purple; }
        font-weight: bold;
        cursor: pointer;
         -moz-border-radius: 8px;    /* CSS3 draft and Mozilla  */
+       text-align: center;
 }
 
 /* Layout */