Difference between revisions of "User:Olessan/vector.css"

Jump to navigation Jump to search
m
no edit summary
m
m
Line 362: Line 362:
/*fixes a problem with the popup widget*/
/*fixes a problem with the popup widget*/
.oo-ui-popupWidget-anchored-top {
.oo-ui-popupWidget-anchored-top {
   min-height: 500px;
   min-height: 300px;
}
}


.oo-ui-popupWidget-anchored-top > content {
.oo-ui-popupWidget-anchored-top > content {
   min-height:500px;
   min-height:300px;
   overflow:scroll;
   overflow:scroll;
}
}


.oo-ui-popupWidget-popup {
.oo-ui-popupWidget-popup {
   min-height:500px;
   min-height:300px;
   height:500px;
   height:300px;
}
}


/*End CSS by Olessan*/
/*End CSS by Olessan*/
606

edits

Navigation menu