From: Joseph C. <tex...@us...> - 2005-08-25 09:06:16
|
Update of /cvsroot/popfile/engine/skins/sleet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21353/skins/sleet Modified Files: style.css Log Message: Update Sleet-RTL for 0.23. Remove comments in Sleet that mess up Moz parsing. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/sleet/style.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** style.css 15 Aug 2005 08:43:01 -0000 1.6 --- style.css 25 Aug 2005 09:06:07 -0000 1.7 *************** *** 401,405 **** /* Shell structure */ ! .shellStatusMessage { // error message bar that appears between shelltop and shell color: #000000; background-color: #EDEDCA; --- 401,405 ---- /* Shell structure */ ! .shellStatusMessage { color: #000000; background-color: #EDEDCA; *************** *** 408,412 **** } ! .shellErrorMessage { // error message bar that appears between shelltop and shell color: #FF0000; background-color: #EDEDCA; --- 408,412 ---- } ! .shellErrorMessage { color: #FF0000; background-color: #EDEDCA; *************** *** 418,422 **** /* Menu Settings */ ! .menuLink { /* makes entire menu tab clickable */ display: block; width: 100%; --- 418,422 ---- /* Menu Settings */ ! .menuLink { display: block; width: 100%; *************** *** 440,444 **** th.historyLabel { ! text-align: left; // optional } --- 440,444 ---- th.historyLabel { ! text-align: left; } *************** *** 452,468 **** .historyNavigatorTop form, .historyNavigatorBottom form { ! display:inline; // optional, lets Go box be on same line as navigation widget } ! .refreshLink { // optional, link can be hidden margin-top: 0.5em; } ! h2.history { // optional margin-top: 0; margin-bottom: 0.3em; } ! .search { // search part of search widget display: inline; float: left; --- 452,468 ---- .historyNavigatorTop form, .historyNavigatorBottom form { ! display:inline; } ! .refreshLink { margin-top: 0.5em; } ! h2.history { margin-top: 0; margin-bottom: 0.3em; } ! .search { display: inline; float: left; *************** *** 470,478 **** } ! .filter { // filter part of search widget ! display: inline; // force search widget forms to appear on one line } ! .removeButtonsTop { // spacing for top remove buttons (can be used to hide the top set of buttons) padding-bottom: 1em; } --- 470,478 ---- } ! .filter { ! display: inline; } ! .removeButtonsTop { padding-bottom: 1em; } *************** *** 510,514 **** } - .configBarBody { background-color: #545F74; --- 510,513 ---- *************** *** 557,561 **** } ! .columnRemove, .columnMove { /* makes area around the controls clickable for bigger target */ display: block; width:100%; --- 556,560 ---- } ! .columnRemove, .columnMove { display: block; width:100%; |