MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,224: Line 1,224:


/* Block and List View Buttons */
/* Block and List View Buttons */
.view-buttons {
.view-container-buttons {
    display: flex;
    justify-content: space-between; /* This puts one group on the left, and the other on the right */
}
 
.view-buttons, .order-buttons {
     display: flex;  
     display: flex;  
     justify-content: left;
     justify-content: left;
Line 1,231: Line 1,236:
}
}


.list-view-button, .block-view-button {
.list-view-button, .block-view-button, .chronicle-button, .random-button, .alphabetical-button {
     font-size: 19px;
     font-size: 19px;
     line-height: 26px;
     line-height: 26px;
     letter-spacing: 0.95px;
     letter-spacing: 0.95px;
}
}
.list-view-button button, .block-view-button button {
.list-view-button button, .block-view-button button, .chronicle-button button, .random-button button, .alphabetical-button button {
     background: transparent;
     background: transparent;
     border: none;
     border: none;

Navigation menu