Changes

Jump to navigation Jump to search
move collapse button to the left, fix its width
Line 114: Line 114:  
   
 
   
 
.collapseButton {              /* 'show'/'hide' buttons created dynamically by the            */
 
.collapseButton {              /* 'show'/'hide' buttons created dynamically by the            */
         float: right;          /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
+
         float: left;          /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
 
         font-weight: normal;    /* are styled here so they can be customised.            */
 
         font-weight: normal;    /* are styled here so they can be customised.            */
 
         text-align: right;
 
         text-align: right;
         width: auto;
+
         width: 5em;
 
}
 
}
  

Navigation menu