Improved Image Collage and WatchWebStructure page display with CSS changes

pull/1/head
Michael Benz 11 years ago
parent 0813f5f82e
commit a87aef83b4

@ -9,10 +9,10 @@
width: 224px;
}
form dt {
width: 40px;
width: 160px;
}
form dd {
width: 130px;
width: 160px;
text-align:right;
}
</style>

@ -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>

Loading…
Cancel
Save