|
From: Manni H. <man...@us...> - 2004-07-31 18:05:20
|
Update of /cvsroot/popfile/engine/skins/prjsteelbeach In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30940/skins/prjsteelbeach Modified Files: style.css Log Message: Some more updates to the skins, courtesy of Joseph Connors. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/prjsteelbeach/style.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** style.css 20 Jul 2004 16:45:04 -0000 1.2 --- style.css 31 Jul 2004 18:04:38 -0000 1.3 *************** *** 169,173 **** } ! input { background-image: url("metalback.gif"); background-color: #b8b4c0; --- 169,173 ---- } ! input, textarea { background-image: url("metalback.gif"); background-color: #b8b4c0; *************** *** 328,329 **** --- 328,339 ---- font-style: normal; } + + div.helpMessage { + background-color: transparent; + border-bottom: #eeeeee 3px solid; + border-left: #000033 3px solid; + border-right: #eeeeee 3px solid; + border-top: #000033 3px solid; + padding: 0.3em; + padding-bottom: 0; + } |