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; width: 224px;
} }
form dt { form dt {
width: 40px; width: 160px;
} }
form dd { form dd {
width: 130px; width: 160px;
text-align:right; text-align:right;
} }
</style> </style>

@ -8,14 +8,25 @@
<style type="text/css"> <style type="text/css">
#left { #left {
float: left; float: left;
width: 246px; width: 460px;
}
form dl {
width:100%;
overflow:hidden;
} }
form dt { form dt {
width: 70px; vertical-align: middle;
height: 25px;
line-height: 25px;
float: left;
width: 38%;
} }
form dd { form dd {
width: 130px; float: left;
text-align:right; height: 25px;
line-height: 25px;
width: 60%;
text-align:left;
} }
</style> </style>
</head> </head>

Loading…
Cancel
Save