Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | /*** |
| 2 | Customized Bootstrap Close Icon |
||
| 3 | ***/ |
||
| 4 | |||
| 5 | .close { |
||
| 6 | display: inline-block; |
||
| 7 | margin-top: 0px; |
||
| 8 | margin-right: 0px; |
||
| 9 | width: 9px; |
||
| 10 | height: 9px; |
||
| 11 | background-repeat: no-repeat !important; |
||
| 12 | text-indent: -10000px; |
||
| 13 | outline: none; |
||
| 14 | background-image: url("../img/remove-icon-small.png") !important; |
||
| 15 | } |
||
| 16 |