r61955 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61954‎ | r61955 | r61956 >
Date:22:23, 3 February 2010
Author:nimishg
Status:deferred
Tags:
Comment:
styling changes for templates
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.html
@@ -40,14 +40,28 @@
4141 }
4242 /* A collapsed template */
4343 .wikiEditor-template-name {
44 - background-color:#DDEEFF;
45 - border:1px outset #DDEEFF;
 44+ background-color:#e8e8e8;
4645 color:#333333;
47 - padding:0 0 0 0.25em;
 46+ font-family: Helvetica, sans-serif;
 47+ font-size: 12px;
 48+ padding-left:4px;
 49+ padding-right: 4px;
 50+ padding-top: 2px;
4851 display: inline;
49 - margin:0 0.25em;
5052 text-decoration:none;
5153 }
 54+
 55+ .wikiEditor-template-expanded .wikiEditor-template-name {
 56+ border-color:#D9D9D9 #D9D9D9 -moz-use-text-color;
 57+ border-style:solid solid none;
 58+ border-width:1px 1px medium;
 59+ }
 60+
 61+ .wikiEditor-template-collapsed .wikiEditor-template-name {
 62+ border:1px solid #d9d9d9;
 63+ }
 64+
 65+
5266 ul.wikiEditor-template-modes,
5367 ul.wikiEditor-template-modes li {
5468 display: inline;
@@ -72,8 +86,12 @@
7387 .wikiEditor-template-expanded {
7488 display: inline;
7589 }
 90+
7691 .wikiEditor-template-text{
77 - border: solid 1px blue;
 92+ background: #f3f3f3;
 93+ margin-top: -3px;
 94+ border: solid 1px #d9d9d9;
 95+ padding-left: 4px;
7896 }
7997 .wikiEditor-template-end, .wikiEditor-template-start{
8098 color: blue;

Status & tagging log