Update of /cvsroot/popfile/engine/skins/osx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17385/osx
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/osx/style.css,v
retrieving revision 1.2.6.1
retrieving revision 1.2.6.2
diff -C2 -d -r1.2.6.1 -r1.2.6.2
*** style.css 14 Sep 2005 19:24:30 -0000 1.2.6.1
--- style.css 4 Dec 2007 11:33:15 -0000 1.2.6.2
***************
*** 4,7 ****
--- 4,8 ----
font-family: "Lucida Grande", "trebuchet ms", verdana, sans-serif;
background-color: #e9e9e9;
+ margin: 1%;
}
***************
*** 22,26 ****
}
! a {
color: #4682b4;
background-color: transparent;
--- 23,27 ----
}
! a:link, a:visited {
color: #4682b4;
background-color: transparent;
***************
*** 63,67 ****
background-color: #ffffff;
border: 1px black dotted;
! width: 98%;
color: black;
}
--- 64,68 ----
background-color: #ffffff;
border: 1px black dotted;
! width: 100%;
color: black;
}
***************
*** 93,96 ****
--- 94,99 ----
text-decoration: none;
background-color: transparent;
+ display: block;
+ width: 100%;
}
***************
*** 277,281 ****
border: 1px dotted #999;
padding: 0.4em;
! padding-bottom: 0;
}
--- 280,288 ----
border: 1px dotted #999;
padding: 0.4em;
! }
!
!
! div.helpMessage form {
! margin: 0;
}
***************
*** 284,285 ****
--- 291,307 ----
width: 100%;
}
+
+ .historyMagnetUsed {
+ overflow: hidden;
+ white-space: nowrap;
+ vertical-align: middle;
+ }
+
+ .historyMagnetUsed img {
+ vertical-align: bottom;
+ }
+
+ .historyMagnetUsed span {
+ font-size:80%;
+ vertical-align: middle;
+ }
|