Index: branches/liquidthreads/skins/monobook/main.css |
— | — | @@ -34,7 +34,9 @@ |
35 | 35 | }*/ |
36 | 36 | |
37 | 37 | .lqt_header_notice { |
38 | | - font-size: x-small; |
| 38 | + font-size: smaller; |
| 39 | + float: right; |
| 40 | + font-weight: bold; |
39 | 41 | } |
40 | 42 | .lqt_header_content { |
41 | 43 | background-color: #eee; |
— | — | @@ -43,11 +45,12 @@ |
44 | 46 | margin-right: 0; |
45 | 47 | padding: .5em 1em; |
46 | 48 | |
47 | | - /* make the command float *outside* the content box. */ |
48 | 49 | display: table; |
49 | 50 | width: auto; |
50 | 51 | } |
51 | 52 | .lqt_header_commands { |
| 53 | + float: right; |
| 54 | + clear: both; |
52 | 55 | list-style: none; |
53 | 56 | margin: 0; |
54 | 57 | margin-top: 0.5em; |
— | — | @@ -92,19 +95,6 @@ |
93 | 96 | font-size: smaller; |
94 | 97 | } |
95 | 98 | |
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 | | - |
109 | 99 | .lqt_subject_increment { |
110 | 100 | color: #999; |
111 | 101 | /* font-size: 50%;*/ |
Index: branches/liquidthreads/extensions/LqtExtension.php |
— | — | @@ -634,7 +634,7 @@ |
635 | 635 | )); |
636 | 636 | $this->closeDiv(); |
637 | 637 | } 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>"); |
639 | 639 | } |
640 | 640 | } |
641 | 641 | |