Bug 1155480 - Remove the padding right to Inspector pane toggle. r=pbrosset, ui-r=shorlander

This commit is contained in:
Gabriel Luong 2015-04-16 18:59:00 -04:00
Родитель 3e0ad865ca
Коммит e3b66e2652
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -7,12 +7,10 @@
#inspector-toolbar:-moz-locale-dir(ltr) {
padding-left: 2px;
padding-right: 16px; /* use -moz-padding-end when/if bug 631729 gets fixed */
}
#inspector-toolbar:-moz-locale-dir(rtl) {
padding-left: 4px;
padding-right: 18px; /* use -moz-padding-end when/if bug 631729 gets fixed */
}
%endif