r60132 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60131‎ | r60132 | r60133 >
Date:19:54, 16 December 2009
Author:tparscal
Status:ok
Tags:
Comment:
Added a bit of styling for templates.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/css/wikiEditor.highlight.css (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/css/wikiEditor.highlight.css
@@ -10,16 +10,23 @@
1111
1212 /* A collapsed template */
1313 .wikiEditor-template-collapsed {
14 - display: inline;
15 - cursor: pointer;
16 - color: red;
17 - text-decoration: underline;
 14+ background-color:#DDEEFF;
 15+ border:1px outset #DDEEFF;
 16+ color:#333333;
 17+ cursor:pointer;
 18+ display:inline;
 19+ padding:0 0.25em;
 20+ text-decoration:none;
1821 }
1922
2023 /* An expanded template */
2124 .wikiEditor-template-expanded {
22 - display: inline;
23 - cursor: pointer;
 25+ background:#DDEEFF none repeat scroll 0 0;
 26+ border:1px inset #DDEEFF;
 27+ color:black;
 28+ cursor:pointer;
 29+ display:inline;
 30+ padding:0 0.25em;
2431 }
2532
2633 /* == Header == */

Status & tagging log