From: Joseph C. <tex...@us...> - 2007-12-04 11:33:19
|
Update of /cvsroot/popfile/engine/skins/outlook In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17385/outlook Modified Files: Tag: b0_22_2 style.css Log Message: Update remaining skins from HEAD (some changes need porting back to HEAD). Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/outlook/style.css,v retrieving revision 1.4.6.1 retrieving revision 1.4.6.2 diff -C2 -d -r1.4.6.1 -r1.4.6.2 *** style.css 14 Sep 2005 19:24:30 -0000 1.4.6.1 --- style.css 4 Dec 2007 11:33:15 -0000 1.4.6.2 *************** *** 291,304 **** } div.helpMessage { color: black; background-color: #C6CBD2; ! border: 1px solid #000000; padding: 0.3em; - padding-bottom: 0; } ! .menuLink { ! display: block; ! width: 100%; } --- 291,391 ---- } + /*********************************************************/ + /* Shell structure */ + + .shellStatusMessage { + color: #000000; + background-color: #EDEDCA; + border: 3px #CCCC99 solid; + width: 100%; + } + + .shellErrorMessage { + color: #FF0000; + background-color: #EDEDCA; + border: 3px #CCCC99 solid; + width: 100%; + } + + /*********************************************************/ + /* Menu Settings */ + + .menuLink { + display: block; + width: 100%; + } + + /*********************************************************/ + /* Messages */ + div.helpMessage { color: black; background-color: #C6CBD2; ! border: 2px groove #FFFFFF; padding: 0.3em; } ! div.helpMessage form { ! margin: 0; ! } ! ! /*********************************************************/ ! /* Form Labels */ ! ! th.historyLabel { ! text-align: left; ! } ! ! /*********************************************************/ ! /* Positioning */ ! ! .historyNavigatorTop, .historyNavigatorBottom { ! text-align: right; ! vertical-align: top; ! } ! ! .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; ! padding-right: 1em; ! } ! ! .filter { ! display: inline; ! } ! ! .removeButtonsTop { ! padding-bottom: 1em; ! } ! ! .viewHeadings { ! display: inline; ! } ! ! .historyMagnetUsed { ! overflow: hidden; ! white-space: nowrap; ! vertical-align: middle; ! } ! ! .historyMagnetUsed img { ! vertical-align: bottom; ! } ! ! .historyMagnetUsed span { ! font-size:80%; ! vertical-align: middle; } |