CC-1960: Internationalize Airtime / Support translations

- fixed close button on show add form
This commit is contained in:
James 2012-11-27 15:55:32 -05:00
parent 1ce448b50b
commit 8acc8fce76
2 changed files with 13 additions and 9 deletions

View file

@ -503,7 +503,7 @@ input[type="submit"].btn.btn-mini {
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
width: 25px;
width: 14px;
height: 14px;
*margin-right: .3em;
line-height: 14px;
@ -513,6 +513,10 @@ input[type="submit"].btn.btn-mini {
background-repeat: no-repeat;
margin-top: 1px;
}
.add-show-close {
width: 25px;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav > .active > a > [class^="icon-"],