From: Joseph C. <tex...@us...> - 2005-06-02 11:26:48
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32269/skins/default Modified Files: style.css Log Message: Update SmallDefault for 0.23. Minor changes to several other skins. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/style.css,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** style.css 1 Jun 2005 10:45:30 -0000 1.21 --- style.css 2 Jun 2005 11:26:38 -0000 1.22 *************** *** 92,104 **** /* Table Settings */ ! .settingsTable { border: 1px solid #CCCC99; } ! .settingsPanel { border: 1px solid #CCCC99; } ! .openMessageTable { border: 3px solid #CCCC99; } --- 92,104 ---- /* Table Settings */ ! table.settingsTable { border: 1px solid #CCCC99; } ! td.settingsPanel { border: 1px solid #CCCC99; } ! table.openMessageTable { border: 3px solid #CCCC99; } *************** *** 128,136 **** tr.rowBoundary { - color: #000000; background-color: #CCCC99; } ! .lookupResultsTable { border: 3px solid #CCCC99; } --- 128,135 ---- tr.rowBoundary { background-color: #CCCC99; } ! table.lookupResultsTable { border: 3px solid #CCCC99; } *************** *** 167,176 **** /* Form Labels */ - .historyLabel { - font-weight: bold; - } - th.historyLabel { text-align: left; } --- 166,172 ---- /* Form Labels */ th.historyLabel { text-align: left; + font-weight: bold; } *************** *** 274,277 **** --- 270,277 ---- /* Config Bar */ + .configBar, .configBarHidden { + padding-top: 1em; + } + .configBarTitle { border: 2px #CCCC99 solid; *************** *** 279,283 **** padding-bottom: 0; margin-left: 0.3em; ! background: #CCCC99; font-weight: bold; } --- 279,283 ---- padding-bottom: 0; margin-left: 0.3em; ! background-color: #CCCC99; font-weight: bold; } |