mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 17:36:00 +00:00
Merge pull request #4348 from keymanapp/fix/windows/4265-splash-button-sizes
fix(windows): Splash button sizes
This commit is contained in:
commit
c194793a76
1 changed files with 18 additions and 4 deletions
|
|
@ -50,7 +50,11 @@ div {
|
|||
}
|
||||
|
||||
#version {
|
||||
position: absolute; font-size: 0.8em; right: 90px; bottom: 10px; color: #F68924
|
||||
position: absolute;
|
||||
font-size: 0.8em;
|
||||
right: 120px;
|
||||
bottom: 10px;
|
||||
color: #F68924;
|
||||
}
|
||||
|
||||
#beta {
|
||||
|
|
@ -66,7 +70,7 @@ div {
|
|||
height: 84px;
|
||||
max-height: 84px;
|
||||
overflow-y: auto;
|
||||
width: 400px;
|
||||
width: 360px;
|
||||
padding: 0 16px 0 0;
|
||||
}
|
||||
|
||||
|
|
@ -143,18 +147,28 @@ a.button {
|
|||
#tasks div { margin-bottom: 2px; margin-left: 4px }
|
||||
|
||||
#startNow {
|
||||
left: 434px;
|
||||
right: 12px;
|
||||
top: 332px;
|
||||
height: 1.2em;
|
||||
}
|
||||
|
||||
#startNow .btn,
|
||||
#config .btn {
|
||||
width: 180px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#config {
|
||||
left: 434px;
|
||||
right: 12px;
|
||||
top: 372px;
|
||||
}
|
||||
|
||||
#exit { right: 12px; bottom: 12px; }
|
||||
|
||||
#exit .btn-small {
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
#tasks div#showAtStartupBox { margin-top: 6px; margin-left: 0; }
|
||||
#tasks a, #showAtStartupLabel { color: #F68924; text-decoration: none; }
|
||||
#tasks a:hover { text-decoration: underline; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue