Difference between revisions of "MediaWiki:Common.css"

135 bytes removed ,  22:23, August 13, 2008
m
more poll stuff
wikia:banjokazooie>Dekudan312
m
wikia:banjokazooie>Dekudan312
m (more poll stuff)
Line 149: Line 149:
/* poll stuff */
/* poll stuff */
.poll {
.poll {
       width: 88% !important;
       width: 90% !important;
       max-width: 500px !important;
       max-width: 500px !important;
       background-color: #A0A2B8 !important;
       background-color: #A0A2B8 !important;
Line 168: Line 168:
span.costitem div {display: inline}
span.costitem div {display: inline}
span.costitem p.error {display: none}
span.costitem p.error {display: none}
/* Login form fix attempt for all skins */
* html #userloginForm form {
  float: none;
}
* html #userlogin form {
  float: none;
}