Document the connection between loading indicator CSS and associated JS constants

(imported from commit 21947f311e0df0aa7353eb57857c14ba0a5eceb2)
This commit is contained in:
Zev Benjamin 2013-01-24 15:34:11 -05:00
parent dba8b27a35
commit 8bade19451
1 changed files with 4 additions and 0 deletions

View File

@ -563,12 +563,16 @@ table.floating_recipient {
}
.loading_indicator_spinner {
/* If you change these, make sure to adjust the constants in
* make_loading_indicator as well */
height: 38px;
width: 38px;
float: left;
}
.loading_indicator_text {
/* If you change these, make sure to adjust the constants in
* make_loading_indicator as well */
margin-left: 20px;
font-size: 33px;
font-weight: bold;