Index: trunk/extensions/MoodBar/modules/ext.moodBar.dashboard/ext.moodBar.dashboard.css |
— | — | @@ -101,7 +101,8 @@ |
102 | 102 | background-color: #e8f2f8; |
103 | 103 | } |
104 | 104 | |
105 | | -#fbd-list-more a, #fbd-list-newer a, #fbd-list-older a, |
| 105 | +#fbd-list-more a, #fbd-list-more span, |
| 106 | +#fbd-list-newer a, #fbd-list-older a, |
106 | 107 | #fbd-list-newer .fbd-page-disabled, #fbd-list-older .fbd-page-disabled { |
107 | 108 | font-size: 1.4em; |
108 | 109 | background-repeat: no-repeat; |
— | — | @@ -127,6 +128,11 @@ |
128 | 129 | padding-left: 20px; |
129 | 130 | } |
130 | 131 | |
| 132 | +#fbd-list-more.mw-ajax-loader { |
| 133 | + /* Undo the repositioning done in shared.css. Padding is set to 0.5em above. */ |
| 134 | + position: static; |
| 135 | +} |
| 136 | + |
131 | 137 | /* The images here are named -ltr instead of -left and -rtl instead of -right |
132 | 138 | * because ResourceLoader flips -ltr and -rtl in URLs, but not -left and -right |
133 | 139 | */ |