mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Move language tooltip to not obscure dropdown menu.
This commit is contained in:
@@ -318,7 +318,7 @@ li.warn{
|
||||
#settingsDialog > div > * {
|
||||
margin: 16px;
|
||||
}
|
||||
#settingsDialog > div div:first-child {
|
||||
#settingsDialog > div > div > :first-child {
|
||||
margin-right: 16px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
@@ -252,12 +252,14 @@ along with LOOT. If not, see <http://www.gnu.org/licenses/>.
|
||||
<!-- Game <option> elements go here. -->
|
||||
</loot-dropdown-menu>
|
||||
</div>
|
||||
<core-tooltip center horizontal layout label="Language changes will be applied after LOOT is restarted." noarrow>
|
||||
<div>Language</div>
|
||||
<div center horizontal layout>
|
||||
<core-tooltip label="Language changes will be applied after LOOT is restarted." noarrow>
|
||||
Language
|
||||
</core-tooltip>
|
||||
<loot-dropdown-menu id="languageSelect">
|
||||
<!-- Language <option> elements go here. -->
|
||||
</loot-dropdown-menu>
|
||||
</core-tooltip>
|
||||
</div>
|
||||
<core-tooltip label="The output is logged to the LOOTDebugLog.txt file." center horizontal layout noarrow>
|
||||
<paper-checkbox id="enableDebugLogging" label="Enable debug logging"></paper-checkbox>
|
||||
</core-tooltip>
|
||||
|
||||
Reference in New Issue
Block a user