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

From NetHackWiki
Jump to navigation Jump to search
(fix search box label and icon alignment in Firefox)
(undo old Firefox search box alignment hacks, since it's aligned out of the box in Firefox 35.0)
 
Line 10: Line 10:
 
.page-Special_RecentChanges table.mw-enhanced-rc td.mw-enhanced-rc {
 
.page-Special_RecentChanges table.mw-enhanced-rc td.mw-enhanced-rc {
 
   width: 32px !important;
 
   width: 32px !important;
}
 
 
/* fix search box label and icon alignment in Firefox */
 
div#simpleSearch #searchInput {
 
  width: 105% !important;
 
  padding: 0 0 0 0.5em !important;
 
  margin-top: 0.6em;
 
 
}
 
}

Latest revision as of 10:49, 27 January 2015

/* no jumbo text please */
textarea {
  font-size: small;
}

/* vector style messes up new-style recent changes columns */
.page-Special_RecentChanges table.mw-enhanced-rc td:first-child {
  width: 16px !important;
}
.page-Special_RecentChanges table.mw-enhanced-rc td.mw-enhanced-rc {
  width: 32px !important;
}