|
From: Manni H. <man...@us...> - 2004-07-31 18:04:54
|
Update of /cvsroot/popfile/engine/skins/sleet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30940/skins/sleet 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/sleet/style.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** style.css 20 Jul 2004 16:45:04 -0000 1.3 --- style.css 31 Jul 2004 18:04:42 -0000 1.4 *************** *** 20,24 **** } ! select, input { border: 1px outset #000000; background-color: #BAB8C6; --- 20,24 ---- } ! select, input, textarea { border: 1px outset #000000; background-color: #BAB8C6; *************** *** 373,381 **** background-image: url(menu.gif); margin-top: 10px; ! margin-left: 10%; ! margin-right: 10%; height: 22px; ! width: 80%; ! font-size: 1em; background-color: transparent; color: #000000; --- 373,381 ---- background-image: url(menu.gif); margin-top: 10px; ! margin-left: 8%; ! margin-right: 8%; height: 22px; ! width: 84%; ! font-size: 0.9em; background-color: transparent; color: #000000; *************** *** 395,399 **** table.footer br { ! display: none; } --- 395,399 ---- table.footer br { ! display: none; } *************** *** 409,410 **** --- 409,417 ---- background-color: #888888; } + + div.helpMessage { + background-color: #545F74; + border: 1px solid #888888; + padding: 0.4em; + padding-bottom: 0; + } |