From: Joseph C. <tex...@us...> - 2005-05-30 09:47:26
|
Update of /cvsroot/popfile/engine/skins/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32496/skins/windows Modified Files: style.css Log Message: Move title tags from TD to A tags on menu tabs. Minor changes to config bar elements, visually no change. Windows skin updated to current config bar (not well cross browser tested yet), may still change. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/windows/style.css,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** style.css 17 Feb 2005 09:02:22 -0000 1.7 --- style.css 30 May 2005 09:47:11 -0000 1.8 *************** *** 273,276 **** --- 273,278 ---- text-align: right; padding-right: 0.5em; + padding-top: 0.5em; + vertical-align: top; } *************** *** 278,282 **** text-align: right; padding-right: 0.5em; - padding-bottom: 1em; } --- 280,283 ---- *************** *** 293,296 **** --- 294,323 ---- } + .historyNavigatorTop form, .historyNavigatorBottom form { + display:inline; + } + + .refreshLink { + display: none; + } + + h2.history { + margin-top: 0.3em; + margin-bottom: 0.5em; + } + + .search { + display: inline; + float: left; + } + + .filter { + display: inline; + } + + .removeButtonsTop { + padding-bottom: 1em; + } + .openMessageTable, .lookupResultsTable { border-width: 2px; *************** *** 364,372 **** .configBar { ! border: 2px groove ActiveBorder; ! background-color: transparent; } ! .configBar form { margin: 0; } --- 391,450 ---- .configBar { ! position: absolute; ! bottom: *; ! left: 0; ! right: 0; ! margin: 1%; ! margin-top: 3em; ! padding-top: 1em; ! padding-bottom: 1em; } ! .configBar .configBarTitle A, ! .configBar .configBarTitle A:hover { ! color: ButtonText; ! background-color: ThreeDFace; ! text-decoration: none; ! font-weight: normal; ! border-style: outset outset none; ! border-color: ActiveBorder; ! border-width: 2px; ! padding-top: 1px; ! padding-left: 5px; ! padding-right: 5px; ! padding-bottom: 2px; ! text-decoration: none; ! -moz-border-radius-topleft: 5px; ! -moz-border-radius-topright: 5px; ! } ! ! .configBarHidden { ! padding-top: 1em; ! padding-bottom: 0.5em; ! } ! ! .configBarHidden .configBarTitle A, ! .configBarHidden .configBarTitle A:hover { ! color: ButtonText; ! background-color: ThreeDFace; ! text-decoration: none; ! font-weight: normal; ! border-style: outset; ! border-color: ActiveBorder; ! border-width: 2px; ! padding-top: 1px; ! padding-left: 5px; ! padding-right: 5px; ! padding-bottom: 2px; ! text-decoration: none; ! -moz-border-radius: 5px; ! } ! ! .configBarBody { ! border: 2px outset ActiveBorder; ! background-color: ThreeDFace; ! } ! ! .configBarBody form { margin: 0; } *************** *** 381,402 **** } - .toggleConfigBar { - float: right; - border: 0; - } - .checkLabel { white-space: nowrap; } ! .configBar input.submit { ! margin-top: 4px; } ! .configBar label.configurationLabel { display: block; } - /*********************************************************/ /* History Column Controls */ --- 459,475 ---- } .checkLabel { + border: 2px groove ActiveBorder; white-space: nowrap; } ! .configBarBody input.submit { ! margin-top: 0.1em; } ! .configBarBody label.configurationLabel { display: block; } /*********************************************************/ /* History Column Controls */ *************** *** 406,409 **** --- 479,483 ---- vertical-align: top; width: 10px; + display: none; } |