MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 118: Line 118:
     overflow: hidden;
     overflow: hidden;
}
}
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
     float: right;          /* by the CollapsibleTables javascript in    */
     float: right;          /* by the CollapsibleTables javascript in    */
Line 153: Line 154:
.infobox-stars > * > a > img {
.infobox-stars > * > a > img {
transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
video.thumbimage {
  width: auto !important;
}
}