Update of /cvsroot/popfile/engine/skins/simplyblue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4548/skins/simplyblue
Modified Files:
style.css
Log Message:
Update SimplyBlue for 0.23.
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/simplyblue/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** style.css 31 Jul 2004 18:04:41 -0000 1.3
--- style.css 2 Jun 2005 09:30:56 -0000 1.4
***************
*** 46,49 ****
--- 46,65 ----
}
+ .shellStatusMessage {
+ color: #000000;
+ background-color: #bcd5ea;
+ border: 2px #ffffff groove;
+ width: 90%;
+ margin: auto;
+ }
+
+ .shellErrorMessage {
+ color: #FF0000;
+ background-color: #bcd5ea;
+ border: 2px #ffffff groove;
+ width: 90%;
+ margin: auto;
+ }
+
td.naked {
padding: 0px;
***************
*** 100,103 ****
--- 116,124 ----
}
+ .menuLink {
+ display: block;
+ width: 100%;
+ }
+
.menuIndent {
width: 8%;
***************
*** 212,219 ****
}
- .bucketsWidgetStateOn, .bucketsWidgetStateOff {
- font-weight: bold;
- }
-
.configWidgetStateOn, .configWidgetStateOff {
font-weight: bold;
--- 233,236 ----
***************
*** 227,232 ****
/* Positioning */
! table.historyWidgetsTop {
width: 100%;
margin-left: 1.5em;
margin-top: 0.6em;
--- 244,250 ----
/* Positioning */
! td.historyWidgetsTop {
width: 100%;
+ border: 1 solid red;
margin-left: 1.5em;
margin-top: 0.6em;
***************
*** 234,248 ****
}
! table.historyWidgetsBottom {
! width: 100%;
! margin-top: 0.6em;
}
! td.historyNavigatorTop {
! text-align: right;
}
! td.historyNavigatorBottom {
! text-align: right;
}
--- 252,281 ----
}
! td.historyNavigatorTop, td.historyNavigatorBottom {
! text-align: right;
! vertical-align: top;
}
! .historyNavigatorTop form, .historyNavigatorBottom form {
! padding: 0.4em 0;
! margin: 0;
}
! h2.history {
! margin: 0;
! }
!
! .search {
! display: inline;
! float: left;
! padding-right: 0.5em;
! }
!
! .filter {
! display: inline;
! }
!
! .removeButtonsTop {
! padding-bottom: 0.5em;
}
***************
*** 268,269 ****
--- 301,366 ----
}
+ /*********************************************************/
+ /* Config Bars */
+
+ .configBar, .configBarHidden {
+ padding-top: 1em;
+ }
+
+ .configBarTitle {
+ border: 2px #ffffff groove;
+ border-bottom: none;
+ background-color: #88b5dd;
+ font-weight: bold;
+ font-size: 1.1em;
+ margin: 0.5em;
+ }
+
+ .configBarTitle a {
+ padding: 0.2em 0.5em;
+ padding-bottom: 0;
+ }
+
+ .configBarBody {
+ background-color: #88b5dd;
+ border: 2px #ffffff groove;
+ }
+
+ .configBarOption {
+ border: 2px #ffffff groove;
+ margin: 0.3em;
+ padding: 0.3em;
+ display: inline;
+ float: left;
+ min-height: 3em;
+ background-color: #bcd5ea;
+ }
+
+ .checkLabel {
+ border: 1px solid #aaaaff;
+ 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;
+ }
+
|