Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.css |
— | — | @@ -45,7 +45,8 @@ |
46 | 46 | float: right; |
47 | 47 | } |
48 | 48 | div#edittoolbar div.sections div.loading { |
49 | | - padding: 10px; |
| 49 | + padding-top: 0.5em; |
| 50 | + padding-bottom: 0.5em; |
50 | 51 | } |
51 | 52 | div#edittoolbar div.sections div div.progress { |
52 | 53 | display: none; |
— | — | @@ -56,13 +57,16 @@ |
57 | 58 | background-position: left center; |
58 | 59 | background-repeat: no-repeat; |
59 | 60 | padding-left: 32px; |
| 61 | + margin-left: 1em; |
60 | 62 | float: left; |
61 | 63 | color: #666666; |
62 | 64 | } |
63 | | -div#edittoolbar div.sections div.loading div.progress { |
| 65 | +body.rtl div#edittoolbar div.sections div.loading div.progress { |
64 | 66 | background-position: right center; |
65 | 67 | padding-left: 0; |
66 | 68 | padding-right: 32px; |
| 69 | + margin-left: 0; |
| 70 | + margin-right: 1em; |
67 | 71 | float: right; |
68 | 72 | } |
69 | 73 | /* Toolbar Groups and Tabs */ |
Index: trunk/extensions/UsabilityInitiative/EditToolbar/EditToolbar.js |
— | — | @@ -88,7 +88,6 @@ |
89 | 89 | $(this).data( 'sectionCookie' ), |
90 | 90 | show ? $(this).data( 'sectionDiv' ).attr( 'id' ) : null |
91 | 91 | ); |
92 | | - /*$(this).data( 'textbox' ).focus();*/ |
93 | 92 | return false; |
94 | 93 | }) |
95 | 94 | ) |