From: <sta...@us...> - 2003-02-19 19:22:49
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv4736 Modified Files: orangeCream.css Log Message: patch 686908 historyLabel styles and Bobby P1 fixes Index: orangeCream.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/orangeCream.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** orangeCream.css 17 Feb 2003 18:55:09 -0000 1.2 --- orangeCream.css 19 Feb 2003 19:22:45 -0000 1.3 *************** *** 6,10 **** } ! .shell { background-color: #ffffd0; border: 3px #ff9966 solid; --- 6,10 ---- } ! .shell, .shellTop { background-color: #ffffd0; border: 3px #ff9966 solid; *************** *** 77,89 **** } ! table.stabColor01 { border: 1px solid Black; } ! table.stabColor03 { border: 3px solid Black; } ! td.stabColor01 { border: 1px solid Black; } --- 77,89 ---- } ! .settingsTable { border: 1px solid Black; } ! .openMessageTable, .lookupResultsTable { border: 3px solid Black; } ! .settingsPanel { border: 1px solid Black; } *************** *** 165,169 **** } ! span.historyLabel { background-color: transparent; color: #8c6866; --- 165,169 ---- } ! .historyLabel { background-color: transparent; color: #8c6866; *************** *** 175,178 **** --- 175,179 ---- color: #8c6866; font-weight: bold; + text-decoration: none; } *************** *** 183,187 **** } ! span.bucketsLabel { background-color: transparent; color: #8c6866; --- 184,188 ---- } ! .bucketsLabel { background-color: transparent; color: #8c6866; *************** *** 189,193 **** } ! span.magnetsLabel { background-color: transparent; color: #8c6866; --- 190,194 ---- } ! .magnetsLabel { background-color: transparent; color: #8c6866; *************** *** 195,199 **** } ! span.securityLabel { background-color: transparent; color: #8c6866; --- 196,200 ---- } ! .securityLabel { background-color: transparent; color: #8c6866; *************** *** 201,205 **** } ! span.configurationLabel { background-color: transparent; color: #8c6866; --- 202,206 ---- } ! .configurationLabel { background-color: transparent; color: #8c6866; *************** *** 207,211 **** } ! span.advancedLabel { background-color: transparent; color: #8c6866; --- 208,212 ---- } ! .advancedLabel { background-color: transparent; color: #8c6866; *************** *** 213,217 **** } ! span.passwordLabel { background-color: transparent; color: #8c6866; --- 214,218 ---- } ! .passwordLabel { background-color: transparent; color: #8c6866; *************** *** 219,223 **** } ! span.sessionLabel { background-color: transparent; color: #8c6866; --- 220,224 ---- } ! .sessionLabel { background-color: transparent; color: #8c6866; *************** *** 225,229 **** } ! td.logo2menuSpace { height: 0.8em; } --- 226,230 ---- } ! td.logo2menuSpace { height: 0.8em; } *************** *** 404,408 **** } ! table.historyButtonsBottom { width: 100%; margin-left: 1.5em; --- 405,409 ---- } ! table.historyWidgetsBottom { width: 100%; margin-left: 1.5em; *************** *** 419,422 **** --- 420,432 ---- padding-right: 0.5em; padding-bottom: 1.0em; + } + + .historyLabel em { + font-weight: bold; + font-style: normal; + } + + .magnetsTable caption { + text-align: left; } |