ossp-pkg/quos/quos.css 1.3 -> 1.4
--- quos.css 2004/10/28 14:35:02 1.3
+++ quos.css 2004/10/28 15:37:43 1.4
@@ -101,4 +101,52 @@
.quos .query .expr SELECT.changed {
background: #ffffff;
}
+.quos .query .expr TABLE {
+ border-collapse: collapse;
+ border-spacing: 0px;
+}
+
+.quos .query .button TABLE {
+ width: 100%;
+ border-collapse: collapse;
+ border-spacing: 0px;
+}
+.quos .query .button INPUT {
+ width: 100%;
+}
+.quos .query .button INPUT.update {
+ background: #f0f0ff;
+}
+.quos .query .button INPUT.clear {
+ background: #f0f0ff;
+}
+.quos .query .button INPUT.submit {
+ background: #ffffff;
+}
+.quos .query .define TABLE {
+ width: 100%;
+ border-collapse: collapse;
+ border-spacing: 0px;
+}
+.quos .query .define INPUT {
+ width: 100%;
+}
+.quos .query .define INPUT.hyperlink {
+ background: #f0f0ff;
+}
+.quos .query .define INPUT.load {
+ background: #f0f0ff;
+}
+.quos .query .define INPUT.delete {
+ background: #ffffff;
+}
+.quos .query .define INPUT.save {
+ background: #ffffff;
+}
+.quos .query .define SELECT.nameget {
+ width: 100%;
+}
+.quos .query .define INPUT.nameset {
+ width: 100%;
+}
|
|