From: Joseph C. <tex...@us...> - 2005-06-01 10:45:46
|
Update of /cvsroot/popfile/engine/skins/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7725/skins/windows Modified Files: style.css Log Message: Move shell messages width out of templates into css. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/windows/style.css,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** style.css 1 Jun 2005 09:47:47 -0000 1.9 --- style.css 1 Jun 2005 10:45:32 -0000 1.10 *************** *** 363,376 **** } ! .shellStatusMessage { color: InfoText; border: 1px solid black; background-color: InfoBackground; } ! .shellErrorMessage { color: red; border: 1px solid black; background-color: InfoBackground; } --- 363,380 ---- } ! .shellStatusMessage { color: InfoText; border: 1px solid black; background-color: InfoBackground; + margin: auto; + text-align: center; } ! .shellErrorMessage { color: red; border: 1px solid black; background-color: InfoBackground; + margin: auto; + text-align: center; } |