IE9 theme compatibility - AJAX "Loading" message misaligned

This commit is contained in:
Aris Feryanto
2011-04-15 11:26:05 +07:00
committed by Michal Čihař
parent 0eff0fc8ed
commit b1146ee73f
2 changed files with 2 additions and 4 deletions

View File

@@ -1386,8 +1386,7 @@ table#serverconnection_trg_local {
margin-bottom: 0; margin-bottom: 0;
margin-left: auto; margin-left: auto;
padding: 3px 5px; /** Keep a little space on the sides of the text */ padding: 3px 5px; /** Keep a little space on the sides of the text */
min-width: 70px; width: 350px;
max-width: 350px; /** This value might have to be changed */
background-color: #FFD700; background-color: #FFD700;
z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */ z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
text-align: center; text-align: center;

View File

@@ -1650,8 +1650,7 @@ table#serverconnection_trg_local {
margin-bottom: 0; margin-bottom: 0;
margin-left: auto; margin-left: auto;
padding: 5px; /** Keep a little space on the sides of the text */ padding: 5px; /** Keep a little space on the sides of the text */
min-width: 70px; width: 350px;
max-width: 350px; /** This value might have to be changed */
z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */ z-index: 1100; /** If this is not kept at a high z-index, the jQueryUI modal dialogs (z-index:1000) might hide this */
text-align: center; text-align: center;