From: <fza...@us...> - 2005-11-30 22:04:39
|
Update of /cvsroot/struts/ajaxchat/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13448/css Modified Files: styles.css Log Message: Index: styles.css =================================================================== RCS file: /cvsroot/struts/ajaxchat/css/styles.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** styles.css 29 Nov 2005 23:08:30 -0000 1.1 --- styles.css 30 Nov 2005 22:04:28 -0000 1.2 *************** *** 5,8 **** --- 5,14 ---- } + .cssAppVersion { + font-family : verdana; + font-size : 10pt; + font-weight : bold; + } + .cssMain { font-family : verdana; *************** *** 18,34 **** } ! .cssUsernameInput { font-family : verdana; font-size : 12pt; font-weight : bold; ! background : url("../img/textBG.gif"); } ! .cssUserInput { font-family : verdana; font-size : 12pt; font-weight : bold; ! width : 92%; ! background : url("../img/textBG.gif"); } --- 24,40 ---- } ! .cssUserInput { font-family : verdana; font-size : 12pt; font-weight : bold; ! width : 92%; ! background : url(../img/textBG.gif); } ! .cssUsernameInput { font-family : verdana; font-size : 12pt; font-weight : bold; ! background : url(../img/textBG.gif); } *************** *** 39,43 **** border-color : #ffffff; background-color : #c0c0c0; ! background-image : url("../img/buttonBG.gif"); color : #000000; } --- 45,49 ---- border-color : #ffffff; background-color : #c0c0c0; ! background : url(../img/buttonBG.gif); color : #000000; } |