mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed tooltip display in settings dialog.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user