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

From NetHackWiki
Jump to navigation Jump to search
(Hopefully fix new-style recent changes)
(fix search box label and icon alignment in Firefox)
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;
 
}
 
}

Revision as of 03:34, 16 December 2014

/* 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;
}

/* 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;
}