Update of /cvsroot/popfile/engine/skins/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17385/windows
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/windows/style.css,v
retrieving revision 1.5
retrieving revision 1.5.6.1
diff -C2 -d -r1.5 -r1.5.6.1
*** style.css 10 Aug 2004 02:18:32 -0000 1.5
--- style.css 4 Dec 2007 11:33:16 -0000 1.5.6.1
***************
*** 9,25 ****
they handle system colors.
! Original design by Joseph Connors (TexasFett) <wi...@te...>,
! but wouldn't look nearly as good without Dan Martin (Kraelen). Thanks Dan.
CSS2 sytle comments are below the line they apply to. CSS1 style comments are
hacks to make the skin look better on IE and Konqueror since they ignore CSS1
commenting. But that means its not fully valid CSS2.
-
- 03-29-03: Last Major Update
- 04-19-03: Fix menu visited color on IE 6 - version accepted into POPFile 0.19
- 05-03-03: Center footer better and add "icon" in Mozilla, maybe Opera head fix
- 05-05-03: Changed a lot of head stuff, got rid of absolute positioning
- 05-21-03: Did what I could to fix the changes 0.19 RC3 made to the footer
- 08-06-04: Add support for some new 0.22 classes and some code improvements
*/
--- 9,18 ----
they handle system colors.
! Original design by Joseph Connors (TexasFett), but wouldn't look nearly as
! good without Dan Martin (Kraelen). Thanks Dan.
CSS2 sytle comments are below the line they apply to. CSS1 style comments are
hacks to make the skin look better on IE and Konqueror since they ignore CSS1
commenting. But that means its not fully valid CSS2.
*/
***************
*** 221,224 ****
--- 214,221 ----
}
+ th.historyLabel {
+ text-align: left;
+ }
+
tr.rowEven {
background-color: transparent;
***************
*** 311,314 ****
--- 308,314 ----
}
+
+
+
.openMessageTable, .lookupResultsTable {
border-width: 2px;
***************
*** 351,355 ****
padding: 0.4em;
margin: 0.3em;
! padding-bottom: 0;
}
--- 351,358 ----
padding: 0.4em;
margin: 0.3em;
! }
!
! div.helpMessage form {
! margin: 0;
}
***************
*** 362,365 ****
--- 365,399 ----
}
+ table.settingsTable + br {
+ display: none;
+ }
+
+ .viewHeadings {
+ display: inline;
+ }
+
+ td.top20 td.historyNavigatorTop a + a {
+ border-left: 1px solid black;
+ padding-left: 0.3em;
+ }
+
+ .historyMagnetUsed {
+ overflow: hidden;
+ white-space: nowrap;
+ vertical-align: middle;
+ }
+
+ .historyMagnetUsed img {
+ vertical-align: bottom;
+ }
+
+ .historyMagnetUsed span {
+ font-size:80%;
+ vertical-align: middle;
+ }
+
+ /*********************************************************/
+ /* Customizations */
+
/* - uncomment this section if you want On text to be bold
.bucketsWidgetStateOn, .configWidgetStateOn, .securityWidgetStateOn {
|