Update of /cvsroot/popfile/engine/skins/osx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27309/skins/osx
Modified Files:
style.css
Log Message:
Further skin work for 0.23.
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/osx/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** style.css 10 Aug 2004 03:19:37 -0000 1.2
--- style.css 15 Aug 2005 03:49:42 -0000 1.3
***************
*** 4,7 ****
--- 4,8 ----
font-family: "Lucida Grande", "trebuchet ms", verdana, sans-serif;
background-color: #e9e9e9;
+ margin: 2%;
}
***************
*** 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%;
}
***************
*** 268,280 ****
}
! tr.rowBoundary {
! //background-color: #ddd;
! //height: 1px;
}
div.helpMessage {
background-color: #f5f5f5;
border: 1px dotted #999;
padding: 0.4em;
! padding-bottom: 0;
}
--- 271,428 ----
}
! /*********************************************************/
! /* Shell structure */
!
! .shellStatusMessage {
! color: #000000;
! background-color: #EDEDCA;
! border: 3px #CCCC99 solid;
! width: 100%;
! }
!
! .shellErrorMessage {
! color: #FF0000;
! background-color: #EDEDCA;
! border: 3px #CCCC99 solid;
! width: 100%;
! }
!
! /*********************************************************/
! /* Menu Settings */
!
! .menuLink {
! display: block;
! width: 100%;
}
+ /*********************************************************/
+ /* Messages */
+
div.helpMessage {
background-color: #f5f5f5;
border: 1px dotted #999;
padding: 0.4em;
! }
!
! div.helpMessage form {
! margin: 0;
! }
!
! /*********************************************************/
! /* Form Labels */
!
! th.historyLabel {
! text-align: left;
! }
!
! /*********************************************************/
! /* Positioning */
!
! .historyNavigatorTop, .historyNavigatorBottom {
! text-align: right;
! vertical-align: top;
! }
!
! .historyNavigatorTop form, .historyNavigatorBottom form {
! display:inline;
! }
!
! .refreshLink {
! margin-top: 0.5em;
! }
!
! h2.history {
! margin-top: 0;
! margin-bottom: 0.3em;
! }
!
! .search {
! display: inline;
! float: left;
! padding-right: 1em;
! }
!
! .filter {
! display: inline;
! }
!
! .removeButtonsTop {
! padding-bottom: 1em;
! }
!
! .viewHeadings {
! display: inline;
! }
!
! /*********************************************************/
! /* Config Bars */
!
! .configBar, .configBarHidden {
! padding-top: 1em;
! }
!
! .configBarTitle {
! font-size: 1em;
! display: inline;
! }
!
! .configBarTitle a {
! border: 1px dotted #999;
! padding: 0.3em 1em 1px;
! margin-left: 0.5em;
! background-color: #fff;
! font-weight: bold;
! font-size: 1em;
! text-decoration: none;
! }
!
! .configBarBody {
! background-color: #f5f5f5;
! border-bottom: 1px dotted #999;
! }
!
! .configBar td {
! border: 1px dotted #999;
! border-bottom: 0;
! }
!
! .configBarBody form {
! margin: 0;
! }
!
! .configBarOption {
! border: 1px dotted #999;
! margin: 0.3em;
! padding: 0.3em;
! display: inline;
! float: left;
! min-height: 3em;
! background-color: #fff;
! }
!
! .checkLabel {
! white-space: nowrap;
! }
!
! .configBarBody input.submit {
! margin-top: 0.1em;
! }
!
! .configBarBody label.configurationLabel {
! display: block;
! }
!
! /*********************************************************/
! /* History Column Controls */
!
! .columnControls {
! white-space:nowrap;
! vertical-align: top;
! width: 10px;
! }
!
! .columnRemove, .columnMove {
! display: block;
! width:100%;
! height: 1em;
}
|