- fix selection of default-ip/port combination in admin_domains
- beautification of update-process
This commit is contained in:
6
templates/admin/update/preconfigitem.tpl
Normal file
6
templates/admin/update/preconfigitem.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="preconfigitem">
|
||||
<p>
|
||||
<span class="preconfdesc">{$description}</span>
|
||||
{$question}
|
||||
</p>
|
||||
</div>
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user