MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:
.current-box {
.current-box {
     width: 100%;
     width: 100%;
    display: flex;
     overflow: hidden;
     overflow: hidden;
     text-align: center;
     text-align: center;
Line 19: Line 20:
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     width: 56%;
     width: 56%;
     height: 100%;
     flex: 1;
     float: left;
     float: left;
     text-align: center;
     text-align: center;
Line 40: Line 41:
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     width: 33%;
     width: 33%;
     height: 100%;
     flex: 1;
     float: left;
     float: left;
     padding-bottom: 2%;
     padding-bottom: 2%;