From 74d9c01dd0de0dec5473cfc49cfa53a6c134db38 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 4 Sep 2008 11:34:35 +0000 Subject: [PATCH] debug window styles svn changeset:5359/svn branch:trunk --- .../ITMILL/themes/default/common/common.css | 25 ++++++++++++++++++- WebContent/ITMILL/themes/default/styles.css | 23 +++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index 901e616ed5..dac33a7879 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -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; +} + diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index b8f0c1a98d..8205039a68 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -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; -- 2.39.5