r111834 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111833‎ | r111834 | r111835 >
Date:16:56, 18 February 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Some style changes based on feedback of various people
Modified paths:
  • /trunk/extensions/Translate/resources/ext.translate.messagetable.css (modified) (history)
  • /trunk/extensions/Translate/resources/ext.translate.quickedit.css (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/resources/ext.translate.quickedit.css
@@ -8,11 +8,13 @@
99 }
1010
1111 .tqe-inlineeditable .mw-ajax-dialog {
12 - margin: 5px;
13 - margin-top: 15px;
14 - margin-bottom: 15px;
 12+ margin: 10px;
1513 }
1614
 15+.tqe-editor-loaded {
 16+ background-color: #FFF !important;
 17+}
 18+
1719 .mw-sp-translate-edit-fields a {
1820 color: blue;
1921 }
@@ -106,8 +108,14 @@
107109 border: 1px solid #CCC;
108110 padding: .75em;
109111 font-weight: bold;
 112+ line-height: 2em;
110113 }
111114
 115+.tqe-fakeheader input {
 116+ height: 2em;
 117+ font-weight: bold;
 118+}
 119+
112120 .mw-translate-close {
113121 float: right;
114122 }
Index: trunk/extensions/Translate/resources/ext.translate.messagetable.css
@@ -35,10 +35,11 @@
3636 }
3737
3838
39 -.mw-sp-translate-table td {
 39+.mw-sp-translate-table > tbody > tr > * {
4040 vertical-align: top;
4141 border-style: solid;
4242 border-width: 1px;
 43+ border-color: #909090;
4344 }
4445
4546 .mw-translate-messagereviewbutton {

Status & tagging log