On Windows, add margins so that the checkmark of the currently selected status type doesn't replace the status type icon in status menus.

This commit is contained in:
Florian Quèze 2010-03-08 16:55:12 +01:00
Родитель a0c2252700
Коммит 324b75c792
1 изменённых файлов: 11 добавлений и 0 удалений

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

@ -218,3 +218,14 @@ group[closed] .twisty {
%endif
}
%endif
%ifdef XP_WIN
.menu-iconic-left {
margin-left: -16px;
}
.menu-iconic-left > .menu-iconic-icon {
margin-left: 32px;
display: -moz-box;
}
%endif