Fixed tooltip display in settings dialog.

This commit is contained in:
Oliver Hamlet
2014-12-21 11:24:40 +00:00
parent bd79b1c7c6
commit 195964e411
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ li.warn{
}
#settingsDialog > paper-checkbox, #settingsDialog > core-tooltip, #filters > paper-checkbox {
display: block;
display: table;
}
#settingsDialog > div[center] > div:first-child {
margin-right: 2em;
+1 -1
View File
@@ -264,7 +264,7 @@ along with LOOT. If not, see <http://www.gnu.org/licenses/>.
<!-- Language <option> elements go here. -->
</loot-dropdown-menu>
</div>
<core-tooltip label="The output is logged to the LOOTDebugLog.txt file." center horizontal layout noarrow>
<core-tooltip label="The output is logged to the LOOTDebugLog.txt file." center horizontal layout noarrow position="right">
<paper-checkbox id="enableDebugLogging" label="Enable debug logging"></paper-checkbox>
</core-tooltip>
<paper-checkbox id="updateMasterlist" label="Update masterlist before sorting"></paper-checkbox>