OSSP CVS Repository

ossp - Difference in ossp-pkg/quos/quos.css versions 1.2 and 1.3
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/quos/quos.css 1.2 -> 1.3

--- quos.css     2004/10/25 15:42:43     1.2
+++ quos.css     2004/10/28 14:35:02     1.3
@@ -24,30 +24,81 @@
 **  quos.css: Cascading Style-Sheet (CSS)
 */
 
-DIV.quos {
-    background: #f0f0f0;
-}
+/*
+**  Style Canvas
+*/
 
-.quos SPAN.browse {
-    background: #cccccc;
+TABLE.quos {
+    width:           100%;
+    background:      #f0f0f0;
+    font-family:     sans-serif, helvetica, arial;
 }
-.quos SPAN.browse SPAN.title {
-    font-weight: bold;
-    font-size: 200%;
-    color: #ffffff;
-}
-.quos SPAN.query {
-    background: #cc3333;
+
+.quos TD.browse {
+    width:           100%;
+    background:      #d0d0d0;
+}
+.quos TD.browse SPAN.title {
+    font-weight:     bold;
+    font-size:       200%;
+    color:           #000000;
+}
+.quos TD.query {
+    width:           100%;
+    background:      #d0d0d0;
+}
+.quos TD.query SPAN.title {
+    font-weight:     bold;
+    font-size:       200%;
+    color:           #000000;
+}
+.quos TD.view {
+    width:           100%;
+    background:      #d0d0d0;
+}
+.quos TD.view SPAN.title {
+    font-weight:     bold;
+    font-size:       200%;
+    color:           #000000;
+}
+.quos TD.result {
+    width:           100%;
+    background:      #d0d0d0;
+}
+.quos TD.result SPAN.title {
+    font-weight:     bold;
+    font-size:       200%;
+    color:           #000000;
 }
-.quos SPAN.query SPAN.title {
-    font-weight: bold;
-    font-size: 400%;
-    color: #cccc33;
+
+/*
+**  Style Query Part
+*/
+
+.quos .query .expr INPUT {
+    background:          inherit;
+    border-top:          1px solid #c0c0c0;
+    border-left:         1px solid #c0c0c0;
+    border-right:        1px solid #999999;
+    border-bottom:       1px solid #999999;
+}
+.quos .query .expr INPUT.default {
+    background:          inherit;
+}
+.quos .query .expr INPUT.changed {
+    background:          #ffffff;
+}
+.quos .query .expr SELECT {
+    background:          inherit;
+    border-top:          1px solid #c0c0c0;
+    border-left:         1px solid #c0c0c0;
+    border-right:        1px solid #999999;
+    border-bottom:       1px solid #999999;
 }
-.quos SPAN.view {
-    background: #33cc33;
+.quos .query .expr SELECT.default {
+    background:          inherit;
 }
-.quos SPAN.result {
-    background: #3333cc;
+.quos .query .expr SELECT.changed {
+    background:          #ffffff;
 }
 

CVSTrac 2.0.1