|
From: Manni H. <man...@us...> - 2004-07-31 18:05:10
|
Update of /cvsroot/popfile/engine/skins/coolorange In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30940/skins/coolorange 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/coolorange/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:02 -0000 1.2 --- style.css 31 Jul 2004 18:04:30 -0000 1.3 *************** *** 12,17 **** } ! .shell, .shellTop ! { border-right: #000000 2px solid; border-top: #000000 2px solid; --- 12,16 ---- } ! .shell, .shellTop { border-right: #000000 2px solid; border-top: #000000 2px solid; *************** *** 23,28 **** } ! input, select ! { border-right: #000000 1px solid; border-top: #000000 1px solid; --- 22,26 ---- } ! input, select, textarea { border-right: #000000 1px solid; border-top: #000000 1px solid; *************** *** 173,177 **** } - .menuIndent { width: 2%; --- 171,174 ---- *************** *** 293,295 **** --- 290,299 ---- tr.rowBoundary { background-color: #faebd7; + } + + div.helpMessage { + background-color: #ff9900; + border: 1px solid black; + padding: 0.3em; + padding-bottom: 0; } \ No newline at end of file |