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:
Bradley M. Kuhn 2015-04-02 12:55:34 -07:00
parent e2d2505a9a
commit 42d832af31

View file

@ -118,7 +118,7 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
}
#progressbar {
height: 30px;
height: 1.8em;
}
#progressbar .ui-widget-header {