summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/resources/css/ext.translate.special.pagetranslation.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Translate/resources/css/ext.translate.special.pagetranslation.css')
-rw-r--r--www/wiki/extensions/Translate/resources/css/ext.translate.special.pagetranslation.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/wiki/extensions/Translate/resources/css/ext.translate.special.pagetranslation.css b/www/wiki/extensions/Translate/resources/css/ext.translate.special.pagetranslation.css
new file mode 100644
index 00000000..09cacb60
--- /dev/null
+++ b/www/wiki/extensions/Translate/resources/css/ext.translate.special.pagetranslation.css
@@ -0,0 +1,27 @@
+.mw-tpt-sp-section {
+ padding-bottom: 3ex;
+}
+
+.mw-tpt-sp-section-type-old {
+ opacity: 0.65;
+}
+
+.mw-tpt-sp-legend {
+ font-weight: bold;
+ font-size: 110%;
+}
+
+.mw-tpt-sp-content {
+ font-size: small;
+ padding-left: 2em;
+ padding-right: 2em;
+}
+
+.ui-autocomplete {
+ max-height: 100px;
+ overflow-y: auto;
+ /* prevent horizontal scrollbar */
+ overflow-x: hidden;
+ /* add padding to account for vertical scrollbar */
+ padding-right: 20px;
+}