Update of /cvsroot/popfile/engine/skins/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27309/skins/windows
Modified Files:
style.css
Log Message:
Further skin work for 0.23.
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/windows/style.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** style.css 2 Jun 2005 11:26:40 -0000 1.11
--- style.css 15 Aug 2005 03:49:42 -0000 1.12
***************
*** 360,364 ****
padding: 0.4em;
margin: 0.3em;
! padding-bottom: 0;
}
--- 360,367 ----
padding: 0.4em;
margin: 0.3em;
! }
!
! div.helpMessage form {
! margin: 0;
}
***************
*** 391,394 ****
--- 394,406 ----
}
+ .viewHeadings {
+ display: inline;
+ }
+
+ td.top20 td.historyNavigatorTop a + a {
+ border-left: 1px solid black;
+ padding-left: 0.3em;
+ }
+
/*********************************************************/
/* Config Bar */
***************
*** 405,408 ****
--- 417,424 ----
}
+ .configBarTitle {
+ display: inline;
+ }
+
.configBarTitle A,
.configBarTitle A:hover {
|