Merge "Layout adjustment for right data column"

This commit is contained in:
jenkins-bot 2014-10-30 08:57:03 +00:00 committed by Gerrit Code Review
commit 6f2f757c26

View file

@ -217,7 +217,17 @@
}
.mw-mmv-image-metadata-links-column {
width: 33.5%;
max-width: 33.5%;
width: 25%;
text-align: right;
float: right;
transition: width 0.2s ease-out;
.panel-open & {
width: 33.5%;
text-align: left;
}
}
.mw-mmv-permission-link {