summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/resources/css/ext.translate.quickedit.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Translate/resources/css/ext.translate.quickedit.css')
-rw-r--r--www/wiki/extensions/Translate/resources/css/ext.translate.quickedit.css63
1 files changed, 10 insertions, 53 deletions
diff --git a/www/wiki/extensions/Translate/resources/css/ext.translate.quickedit.css b/www/wiki/extensions/Translate/resources/css/ext.translate.quickedit.css
index aaeeeb63..37b9c4d3 100644
--- a/www/wiki/extensions/Translate/resources/css/ext.translate.quickedit.css
+++ b/www/wiki/extensions/Translate/resources/css/ext.translate.quickedit.css
@@ -1,25 +1,5 @@
-.mw-ajax-dialog .mw-ajax-loader {
- margin: 2em;
-}
-
-.mw-ajax-dialog {
- font-size: small;
-}
-
-.tqe-inlineeditable {
- height: auto;
-}
-
-table .tqe-inlineeditable .mw-ajax-dialog {
- margin: 10px;
-}
-
-.tqe-editor-loaded {
- background-color: #FFF !important;
-}
-
.mw-sp-translate-edit-fields a {
- color: blue;
+ color: #00f;
}
.mw-translate-tmsug {
@@ -29,7 +9,7 @@ table .tqe-inlineeditable .mw-ajax-dialog {
.mw-sp-translate-edit-fields fieldset {
line-height: normal;
margin: 0;
- border: 1px solid #DBDBDB;
+ border: 1px solid #dbdbdb;
/* Browsers suck
max-height: 250px; */
overflow: auto;
@@ -40,18 +20,15 @@ table .tqe-inlineeditable .mw-ajax-dialog {
}
.mw-translate-edit-extra {
- border-bottom: 1px solid black;
-}
-
-.mw-translate-legend {
- font-weight: bold;
+ border-bottom: 1px solid #000;
}
.mw-translate-legend {
- border-left: 1px solid black;
+ border-left: 1px solid #000;
float: right;
margin-left: 1em;
padding-left: 5pt;
+ font-weight: bold;
}
/* Align the adder according to the target language */
@@ -101,43 +78,23 @@ table .tqe-inlineeditable .mw-ajax-dialog {
/* Blue tints for translate fieldsets */
.mw-sp-translate-edit-inother {
- background-color: #F8F8FF;
+ background-color: #f8f8ff;
}
.mw-sp-translate-in-other-small {
- background-color: #F0F8FF;
+ background-color: #f0f8ff;
}
.mw-sp-translate-in-other-big {
- background-color: #F0F8FF;
+ background-color: #f0f8ff;
}
.mw-sp-translate-message-documentation {
- background-color: #EBEBEB;
+ background-color: #ebebeb;
}
.mw-sp-translate-edit-definition {
- background-color: #EAF3FC;
-}
-
-.mw-sp-translate-edit-warnings {
- background-color: #FFDBDB;
-}
-
-.tqe-fakeheader {
- border: 1px solid #CCC;
- padding: .75em;
- font-weight: bold;
- line-height: 2em;
-}
-
-.tqe-fakeheader input {
- height: 2em;
- font-weight: bold;
-}
-
-.mw-translate-close {
- float: right;
+ background-color: #eaf3fc;
}
.mw-translate-inputs {