Update of /cvsroot/popfile/engine/skins/simplyblue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17385/simplyblue
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/simplyblue/style.css,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -C2 -d -r1.3.6.1 -r1.3.6.2
*** style.css 14 Sep 2005 19:24:30 -0000 1.3.6.1
--- style.css 4 Dec 2007 11:33:15 -0000 1.3.6.2
***************
*** 100,103 ****
--- 100,108 ----
}
+ .menuLink {
+ display: block;
+ width: 100%;
+ }
+
.menuIndent {
width: 8%;
***************
*** 179,183 ****
}
! .historyLabel em {
font-weight: bold;
font-style: normal;
--- 184,188 ----
}
! th.historyLabel em {
font-weight: bold;
font-style: normal;
***************
*** 265,269 ****
border: 2px #ffffff groove;
padding: 0.4em;
! padding-bottom: 0;
}
--- 270,278 ----
border: 2px #ffffff groove;
padding: 0.4em;
!
! }
!
! div.helpMessage form {
! margin: 0;
}
***************
*** 272,273 ****
--- 281,297 ----
width: 100%;
}
+
+ .historyMagnetUsed {
+ overflow: hidden;
+ white-space: nowrap;
+ vertical-align: middle;
+ }
+
+ .historyMagnetUsed img {
+ vertical-align: bottom;
+ }
+
+ .historyMagnetUsed span {
+ font-size:80%;
+ vertical-align: middle;
+ }
|