This commit is contained in:
Ximi1970
2020-06-03 11:01:42 +02:00
parent 3f8043e184
commit a968a190f3
2 changed files with 6 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ body {
}
#minimizeselect {
width: 20em;
border-style: solid;
border-width: 1px;
margin: 10px 10px 10px 10px;
@@ -98,6 +99,7 @@ ul,
/* Remove margins and padding from the parent ul */
#accountsTree {
width: 20em;
border-style: solid;
border-width: 1px;
margin: 0;

View File

@@ -34,6 +34,9 @@
<form>
<h3>Windows</h3>
<table id="minimizeselect">
<caption>
Minimize type
</caption>
<tr id="minimizedefault">
<td>
<input type="radio" name="minimizeType" value="0" />
@@ -235,7 +238,7 @@
<div id="MailContent" class="tabcontent">
<form name="mailform">
<h3>Included accounts</h3>
<h3>Accounts</h3>
<ul id="accountsTree"></ul>