Index: trunk/extensions/Translate/resources/ext.translate.special.aggregategroups.css |
— | — | @@ -1,18 +1,18 @@ |
2 | 2 | span.tp-aggregate-remove-ag-button, |
3 | | -span.tp-aggregate-remove-button{ |
| 3 | +span.tp-aggregate-remove-button { |
4 | 4 | /* @embed */ |
5 | 5 | background: url(images/remove.png) no-repeat scroll left center transparent; |
6 | 6 | padding: 10px; |
7 | 7 | cursor: pointer; |
8 | 8 | } |
9 | 9 | |
10 | | -a.tpt-add-new-group{ |
| 10 | +a.tpt-add-new-group { |
11 | 11 | /* @embed */ |
12 | 12 | background: url(images/add.png) no-repeat scroll left center transparent; |
13 | 13 | padding-left: 20px; |
14 | 14 | } |
15 | 15 | div.tpt-add-new-group.hidden { |
16 | | - display:none; |
| 16 | + display: none; |
17 | 17 | } |
18 | 18 | |
19 | 19 | input.tp-aggregategroup-add-name { |