|
From: Manni H. <man...@us...> - 2004-07-31 18:05:16
|
Update of /cvsroot/popfile/engine/skins/lrclaptop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30940/skins/lrclaptop 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/lrclaptop/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:03 -0000 1.2 --- style.css 31 Jul 2004 18:04:32 -0000 1.3 *************** *** 74,78 **** font-size: 8pt; font-weight: normal; ! font-family: sans-serif; } --- 74,78 ---- font-size: 8pt; font-weight: normal; ! font-family: sans-serif; } *************** *** 82,96 **** } ! input { ! font-size: 8pt; ! font-weight: normal; ! } ! ! select { ! font-size: 8pt; ! font-weight: normal; ! } ! ! .submit { font-size: 8pt; font-weight: normal; --- 82,86 ---- } ! input, select, textarea, .submit { font-size: 8pt; font-weight: normal; *************** *** 256,257 **** --- 246,254 ---- background-color: #cccc99; } + + div.helpMessage { + background-color: #DFDFAF; + border: 2px solid #CCCC99; + padding: 0.4em; + padding-bottom: 0; + } |