summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css')
-rw-r--r--www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css21
1 files changed, 10 insertions, 11 deletions
diff --git a/www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css b/www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css
index 5031c9ef..f451cb53 100644
--- a/www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css
+++ b/www/wiki/extensions/Translate/resources/css/ext.translate.special.translationstash.css
@@ -1,6 +1,6 @@
/**
* @author Santhosh Thottingal
- * @license GPL-2.0+
+ * @license GPL-2.0-or-later
* @since 2013.10
*/
@@ -10,17 +10,17 @@ h1.firstHeading {
h1 {
text-decoration: none;
- border-bottom: none;
+ border-bottom: 0;
}
.translate-welcome-header > p {
- color: #555555;
+ color: #54595d;
font-size: 1.2em;
}
.translate-welcome-header {
- background-color: #F8F8F8;
- background-image: linear-gradient(#fAFAFA, #f8f8f8);
+ background-color: #f8f8f8;
+ background-image: linear-gradient( #fafafa, #f8f8f8 );
border-bottom: 1px solid #eee;
padding: 10px;
}
@@ -37,20 +37,19 @@ h1 {
}
.translate-stash-control {
+ color: #54595d;
font-size: 1.5em;
- color: #555555;
padding: 35px 10px 20px 5px;
}
.ext-translate-language-selector-label {
- color: #555555;
+ color: #54595d;
}
.ext-translate-language-selector {
text-align: right;
}
-
/* The triangle shaped down-pointing callout after the language name
* in the target language selector
*/
@@ -58,8 +57,8 @@ h1 {
margin-left: 4px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
- border-top: 4px solid #0645AD;
- content: "";
+ border-top: 4px solid #0645ad;
+ content: '';
display: inline-block;
vertical-align: middle;
}
@@ -87,7 +86,7 @@ h1 {
}
.tux-message:first-child .tux-message-item {
- border-top: 1px solid #C9C9C9;
+ border-top: 1px solid #c9c9c9;
}
.tux-message-item.translated {