mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-01-25 00:19:02 +01:00
Cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user