Used fa-fw to force mode indicator as fixed width.

This commit is contained in:
Jonathan Frederic 2015-02-02 14:42:11 -08:00
parent 6d248f258a
commit 5f72e00dd7

View File

@ -1,3 +1,4 @@
#notification_area { #notification_area {
.pull-right(); .pull-right();
z-index: 10; z-index: 10;
@ -30,8 +31,12 @@
.indicator_area(); .indicator_area();
} }
.modal_indicator:before {
.fa-fw();
}
.edit_mode .modal_indicator:before { .edit_mode .modal_indicator:before {
.icon(@fa-var-pencil) .icon(@fa-var-pencil);
} }
.command_mode .modal_indicator:before { .command_mode .modal_indicator:before {