Update of /cvsroot/popfile/engine/skins/sleet-rtl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21353/skins/sleet-rtl
Modified Files:
style.css
Log Message:
Update Sleet-RTL for 0.23. Remove comments in Sleet that mess up Moz parsing.
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/sleet-rtl/style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** style.css 10 Aug 2004 02:11:17 -0000 1.5
--- style.css 25 Aug 2005 09:06:07 -0000 1.6
***************
*** 398,405 ****
}
div.helpMessage {
background-color: #545F74;
border: 1px solid #888888;
padding: 0.4em;
! padding-bottom: 0;
}
--- 398,562 ----
}
+ /*********************************************************/
+ /* 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: #545F74;
border: 1px solid #888888;
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 #888888 solid;
! border-bottom: 0;
! padding: 0.3em 0.8em;
! padding-bottom: 2px;
! margin-left: 1em;
! background-color: #545F74;
! font-weight: bold;
! font-size: 1em;
! text-decoration: none;
! }
!
! .configBarHidden .configBarTitle a {
! border: 1px #888888 solid;
! }
!
! .configBarBody {
! background-color: #545F74;
! border-bottom: 1px solid #888888;
! }
!
! .configBar td {
! border: 1px solid #888888;
! border-bottom: 0;
! }
!
! .configBarBody form {
! margin: 0;
! }
!
! .configBarOption {
! border: 1px solid #888888;
! margin: 0.3em;
! padding: 0.3em;
! display: inline;
! float: left;
! min-height: 3em;
! background-color: #424D63;
! }
!
! .checkLabel {
! border: 1px solid #888888;
! 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 { /* makes area around the controls clickable for bigger target */
! display: block;
! width:100%;
! height: 1em;
}
|