Move language tooltip to not obscure dropdown menu.

This commit is contained in:
Oliver Hamlet
2014-12-27 16:18:02 +00:00
parent 35b885b0d8
commit beb4669791
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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;
}
+5 -3
View File
@@ -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>