style: improve phone icons display

This commit is contained in:
Jérôme Schneider 2014-04-02 17:44:11 +02:00
parent ab23c11906
commit 789da8e4c6
1 changed files with 6 additions and 2 deletions

View File

@ -1270,8 +1270,12 @@ div.pagination {
.icon-remove:before { content: "\f00d"; }
.icon-warning-sign:before { content: "\f071"; }
.icon-ok:before { content: "\f00c"; }
.icon-mobile:before { content: "\f10b"; margin-right: 4px; }
.icon-phone:before { content: "\f095"; margin-right: 4px; }
.icon-mobile:before {
content: "\f10b";
margin-right: 5px;
font-size: 1.3em;
}
.icon-phone:before { content: "\f095"; margin-right: 3px; }
/* periodic event search form */