MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 336: | Line 336: | ||
.mw-editsection-bracket { | .mw-editsection-bracket { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Google Translate in sidebar */ | |||
#google-translate-sidebar { | |||
padding: 8px 5px !important; | |||
} | |||
#google_translate_element select { | |||
width: 100% !important; | |||
padding: 4px !important; | |||
border-radius: 4px !important; | |||
border: 1px solid #ddd !important; | |||
font-size: 12px !important; | |||
background: #fff !important; | |||
} | |||
.goog-te-gadget-simple { | |||
width: 100% !important; | |||
border: none !important; | |||
background: transparent !important; | |||
} | |||
/* Hide Google Translate top banner */ | |||
.goog-te-banner-frame { | |||
display: none !important; | |||
} | |||
body { | |||
top: 0 !important; | |||
} | } | ||