Fix loading font (Closes #297)

This commit is contained in:
RainLoop Team 2014-08-28 12:03:23 +04:00
parent 86b8653357
commit 22a0a0c2f3
3 changed files with 3 additions and 3 deletions

View file

@ -259,7 +259,7 @@ html.rl-ctrl-key-pressed {
#rl-loading, #rl-loading-error {
position: absolute;
font: 30px Tahoma;
font-size: 30px;
top: 50%;
width: 100%;
height: 65px;

View file

@ -7182,7 +7182,7 @@ html.rl-ctrl-key-pressed .btn-group.open .hidden-on-ctrl-btn {
#rl-loading,
#rl-loading-error {
position: absolute;
font: 30px Tahoma;
font-size: 30px;
top: 50%;
width: 100%;
height: 65px;

File diff suppressed because one or more lines are too long