diff --git a/rsrc/dialogs/dialog.css b/rsrc/dialogs/dialog.css index de2c29c2..2b0669c1 100644 --- a/rsrc/dialogs/dialog.css +++ b/rsrc/dialogs/dialog.css @@ -50,7 +50,6 @@ title { .pict.framed { padding: 1px; - border: inset black thin; } .pict.dlog { @@ -172,7 +171,7 @@ title { line-height: 12px; } -.text.framed { +.framed { padding: 2px; border: inset thin black; } diff --git a/rsrc/dialogs/dialog.xsl b/rsrc/dialogs/dialog.xsl index fea514c8..c9a12e34 100644 --- a/rsrc/dialogs/dialog.xsl +++ b/rsrc/dialogs/dialog.xsl @@ -23,7 +23,53 @@ dark
- + + + +
+ + + + + + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + left: px; + top: px; + + width: px; + + + height: px; + + + +
pict @@ -41,33 +87,41 @@ background-image: url('img/other/.png'); - left: px; top: px; - width: px; height: px; + background-color: black; - left: px; top: px; + + false + false + background-image: url('img//large.png'); - left: px; top: px; + + false + false + background-image: url('img//.png'); - left: px; top: px; + + false + false +
- +
- +
debug @@ -75,8 +129,12 @@ background-image: url('img/button/.png'); - left: px; top: px; - width: px; + + false + + true + + @@ -88,9 +146,9 @@
-
+ - +
led @@ -113,15 +171,13 @@ background-image: url('img/button/led-.png'); background-position: left top; - left: px; top: px; - width: px; - height: px; +
-
+ - +
led @@ -144,14 +200,13 @@ background-image: url('img/button/led-.png'); - left: px; top: px; - width: px; +
-
+ - +
text @@ -168,8 +223,7 @@ color: ; font-family: ; - left: px; top: px; - width: px; height: px; + @@ -182,13 +236,12 @@
-
+ - +
- left: px; top: px; - width: px; height: px; +
@@ -199,11 +252,38 @@ ()
-
- - - + + +
+ + color: ; + font-family: ; + + + + + +
+
+ + +
+ + pane + framed + + + overflow-x: hidden; + overflow-y: scroll; + color: ; + font-family: ; + + + + + +
\ No newline at end of file