- fix selection of default-ip/port combination in admin_domains

- beautification of update-process
This commit is contained in:
Michael Kaufmann (d00p)
2010-04-29 06:49:03 +00:00
parent 862265ab60
commit fde4d53f1d
4 changed files with 41 additions and 19 deletions

View File

@@ -0,0 +1,6 @@
<div class="preconfigitem">
<p>
<span class="preconfdesc">{$description}</span>
{$question}
</p>
</div>

View File

@@ -458,3 +458,14 @@ TR.RowOverSelected {
margin-left: 15px;
}
.preconfigitem
{
padding: 0.15em;
border-bottom: 1px solid #cccccc;
}
.preconfdesc
{
display: block;
margin-bottom: 0.5em;
}