Correct height of progress bar (HT tmarble)
This should be em, not a px size, since text will appear inside it.
This commit is contained in:
parent
e2d2505a9a
commit
42d832af31
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
|||
}
|
||||
|
||||
#progressbar {
|
||||
height: 30px;
|
||||
height: 1.8em;
|
||||
}
|
||||
|
||||
#progressbar .ui-widget-header {
|
||||
|
|
Loading…
Reference in a new issue