r22784 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22783‎ | r22784 | r22785 >
Date:02:58, 6 June 2007
Author:david
Status:old
Tags:
Comment:
more cosmetic tweaks, fixed a dumb bug.
Modified paths:
  • /branches/liquidthreads/extensions/LqtExtension.php (modified) (history)
  • /branches/liquidthreads/skins/monobook/main.css (modified) (history)

Diff [purge]

Index: branches/liquidthreads/skins/monobook/main.css
@@ -34,7 +34,9 @@
3535 }*/
3636
3737 .lqt_header_notice {
38 - font-size: x-small;
 38+ font-size: smaller;
 39+ float: right;
 40+ font-weight: bold;
3941 }
4042 .lqt_header_content {
4143 background-color: #eee;
@@ -43,11 +45,12 @@
4446 margin-right: 0;
4547 padding: .5em 1em;
4648
47 - /* make the command float *outside* the content box. */
4849 display: table;
4950 width: auto;
5051 }
5152 .lqt_header_commands {
 53+ float: right;
 54+ clear: both;
5255 list-style: none;
5356 margin: 0;
5457 margin-top: 0.5em;
@@ -92,19 +95,6 @@
9396 font-size: smaller;
9497 }
9598
96 -.lqt_summarize_command {
97 - display: block;
98 - float: right;
99 - position: relative;
100 - top: -3em;
101 - font-size: smaller;
102 - font-weight: bold;
103 -}
104 -
105 -h1.lqt_header {
106 - padding-right: 4.2em;
107 -}
108 -
10999 .lqt_subject_increment {
110100 color: #999;
111101 /* font-size: 50%;*/
Index: branches/liquidthreads/extensions/LqtExtension.php
@@ -634,7 +634,7 @@
635635 ));
636636 $this->closeDiv();
637637 } else {
638 - $this->output->addHTML("<p class=\"lqt_header_notice\"><a href=\"{$this->title->getFullURL('action=edit')}\">Add a header to this talk page</a></p>");
 638+ $this->output->addHTML("<p class=\"lqt_header_notice\">[<a href=\"{$this->title->getFullURL('lqt_header_action=edit')}\">add header</a>]</p>");
639639 }
640640 }
641641

Status & tagging log