summaryrefslogtreecommitdiff
path: root/htroot/WatchWebStructure_p.html
diff options
context:
space:
mode:
authorMichael Benz <michael@distributed-test-automation.com>2014-03-01 11:32:14 +0100
committerMichael Benz <michael@distributed-test-automation.com>2014-03-01 11:32:14 +0100
commita87aef83b4472fb19a79dbf911afd18070e2f911 (patch)
tree97ea1a91f0d26188c2736b581a65d85501e7dd50 /htroot/WatchWebStructure_p.html
parent0813f5f82e5748afbac6112f116300f25bf578be (diff)
Improved Image Collage and WatchWebStructure page display with CSS changes
Diffstat (limited to 'htroot/WatchWebStructure_p.html')
-rw-r--r--htroot/WatchWebStructure_p.html19
1 files changed, 15 insertions, 4 deletions
diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html
index 6df6da3d6..83c9d486f 100644
--- a/htroot/WatchWebStructure_p.html
+++ b/htroot/WatchWebStructure_p.html
@@ -8,14 +8,25 @@
<style type="text/css">
#left {
float: left;
- width: 246px;
+ width: 460px;
+ }
+ form dl {
+ width:100%;
+ overflow:hidden;
}
form dt {
- width: 70px;
+ vertical-align: middle;
+ height: 25px;
+ line-height: 25px;
+ float: left;
+ width: 38%;
}
form dd {
- width: 130px;
- text-align:right;
+ float: left;
+ height: 25px;
+ line-height: 25px;
+ width: 60%;
+ text-align:left;
}
</style>
</head>