Index: branches/MwEmbedStandAlone/modules/Sequencer/tools/mw.SequencerTools.js |
— | — | @@ -1086,7 +1086,6 @@ |
1087 | 1087 | // Append the tooltab container |
1088 | 1088 | $toolsContainer.append( |
1089 | 1089 | $j('<div />') |
1090 | | - .css({'height' : '100%' }) |
1091 | 1090 | .attr('id', 'tooltab_' + toolId ) |
1092 | 1091 | .append( |
1093 | 1092 | $j('<h3 />').text( gM('mwe-sequencer-tools-' + toolId + '-desc') ) |
— | — | @@ -1275,4 +1274,4 @@ |
1276 | 1275 | } |
1277 | 1276 | } |
1278 | 1277 | |
1279 | | -} )( window.mw ); |
\ No newline at end of file |
| 1278 | +} )( window.mw ); |