]> source.dussan.org Git - vaadin-framework.git/commitdiff
debug window styles
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 4 Sep 2008 11:34:35 +0000 (11:34 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 4 Sep 2008 11:34:35 +0000 (11:34 +0000)
svn changeset:5359/svn branch:trunk

WebContent/ITMILL/themes/default/common/common.css
WebContent/ITMILL/themes/default/styles.css

index 901e616ed5fb13a85b9116554f74e8325cde6a6d..dac33a787971853af452a317321c4f3ea7b3657c 100644 (file)
@@ -211,4 +211,27 @@ input.i-modified,
 }
 .i-loading-indicator-wait {
        background: transparent url(img/loading-indicator-wait.gif);
-}
\ No newline at end of file
+}
+
+/* debug dialog */
+
+.i-debug-console {
+       background:white;
+       opacity: 0.85;  
+       border: 1px solid black;
+       font-family:sans-serif;
+}
+.i-debug-console-caption {
+       background:black;
+       border-bottom: 1px solid grey;
+       color: white;
+       font-weight: bold;
+}
+.i-debug-console-content {
+       font-size:x-small;
+       overflow: auto;
+}
+.i-debug-console-content input {
+       font-size:xx-small;
+}
+
index b8f0c1a98d1c1d2030dfc11ba9fffdffa90b2507..8205039a6828f31f58d3aa863e981b914c4eaa54 100644 (file)
@@ -342,6 +342,29 @@ input.i-modified,
 .i-loading-indicator-wait {
        background: transparent url(common/img/loading-indicator-wait.gif);
 }
+
+/* debug dialog */
+
+.i-debug-console {
+       background:white;
+       opacity: 0.85;  
+       border: 1px solid black;
+       font-family:sans-serif;
+}
+.i-debug-console-caption {
+       background:black;
+       border-bottom: 1px solid grey;
+       color: white;
+       font-weight: bold;
+}
+.i-debug-console-content {
+       font-size:x-small;
+       overflow: auto;
+}
+.i-debug-console-content input {
+       font-size:xx-small;
+}
+
 .i-datefield-button {
        font-size:13px;
        width: 22px;