Update of /cvsroot/popfile/engine/skins/green
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25903/green
Modified Files:
Tag: b0_22_2
style.css
Log Message:
Port more HEAD skin changes.
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/green/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:29 -0000 1.3.6.1
--- style.css 2 Dec 2007 12:58:41 -0000 1.3.6.2
***************
*** 24,28 ****
.shell, .shellTop {
background-color: #7AAC80;
! border: 1px white dashed;
color: white;
}
--- 24,28 ----
.shell, .shellTop {
background-color: #7AAC80;
! border: 1px white solid;
color: white;
}
***************
*** 55,60 ****
.menuSelected {
background-color: #7AAC80;
! width: 8%;
! border: 1px white dashed;
height: 20px;
color: white;
--- 55,60 ----
.menuSelected {
background-color: #7AAC80;
! width: 12%;
! border: 1px white solid;
height: 20px;
color: white;
***************
*** 99,103 ****
table.footer {
background-color: #7AAC80;
! border: 1px white dashed;
color: white;
width: 100%;
--- 99,103 ----
table.footer {
background-color: #7AAC80;
! border: 1px white solid;
color: white;
width: 100%;
***************
*** 255,267 ****
}
div.helpMessage {
background-color: #3A8643;
border: 1px solid #2A582F;
padding: 0.3em;
! padding-bottom: 0;
}
! .menuLink {
! display: block;
! width: 100%;
}
--- 255,314 ----
}
+ /*********************************************************/
+ /* Menu Settings */
+ .menuLink {
+ display: block;
+ width: 100%;
+ }
+ /*********************************************************/
+ /* Messages */
div.helpMessage {
background-color: #3A8643;
border: 1px solid #2A582F;
padding: 0.3em;
! }
! div.helpMessage form {
! margin: 0;
! }
! /*********************************************************/
! /* Form Labels */
! th.historyLabel {
! text-align: left;
! }
! /*********************************************************/
! /* Positioning */
! .historyNavigatorTop, .historyNavigatorBottom {
! text-align: right;
! vertical-align: top;
! }
! .refreshLink {
! margin-top: 0.5em;
! }
! h2.history {
! margin-top: 0;
! margin-bottom: 0.3em;
! }
! .removeButtonsTop {
! padding-bottom: 1em;
}
!
!
! .historyMagnetUsed {
! overflow: hidden;
! white-space: nowrap;
! vertical-align: middle;
! }
!
! .historyMagnetUsed img {
! vertical-align: bottom;
}
+
+ .historyMagnetUsed span {
+ font-size:80%;
+ vertical-align: middle;
+ }
+
+
+
+
|