|
From: Manni H. <man...@us...> - 2004-07-31 18:05:16
|
Update of /cvsroot/popfile/engine/skins/blue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30940/skins/blue 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/blue/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:01 -0000 1.2 --- style.css 31 Jul 2004 18:04:29 -0000 1.3 *************** *** 11,15 **** } ! input, select, .submit { color: white; background-color: #363E68; --- 11,15 ---- } ! input, select, textarea, .submit { color: white; background-color: #363E68; *************** *** 79,91 **** table.settingsTable { ! border: 1px solid Black; } table.openMessageTable, table.lookupResultsTable { ! border: 3px solid Black; } td.settingsPanel { ! border: 1px solid Black; } --- 79,91 ---- table.settingsTable { ! border: 1px solid #363E68; } table.openMessageTable, table.lookupResultsTable { ! border: 3px solid #363E68; } td.settingsPanel { ! border: 1px solid #363E68; } *************** *** 258,259 **** --- 258,265 ---- background-color: white; } + + div.helpMessage { + border: 2px solid #363E68; + padding: 0.4em; + padding-bottom: 0; + } |