I think I prefer the plain-text ones as well.
Somewhere along the way to the new ButtonFactory the RecentChanges '(diff)
's were converted into buttons...
Here's what I propose to go back to the textual '(diff)'s--this doesn't
seem to disturb PhpWikiSystemAdministration or anything else AFAIK:
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/phpwiki.css,v
retrieving revision 1.26
diff -U2 -r1.26 phpwiki.css
--- phpwiki.css 2002/01/26 03:18:23 1.26
+++ phpwiki.css 2002/01/26 03:54:07
@@ -218,4 +218,8 @@
}
+div.wikitext .wikiaction
+ { border-style: none;
+ background: transparent; }
+
div.transclusion {
background: #cfc;
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/phpwiki-heavy.css,v
retrieving revision 1.8
diff -U2 -r1.8 phpwiki-heavy.css
--- phpwiki-heavy.css 2002/01/26 03:18:23 1.8
+++ phpwiki-heavy.css 2002/01/26 03:54:15
@@ -34,13 +34,6 @@
}
-/* reduces the size of "(diff)" buttons in RecentChanges a bit so they
- don't overlap as much (for mozilla)
- This, too, completely screws up NS4. */
-div.wikitext .wikiaction
- { font-size: smaller;
- padding-top: 0pt;
- padding-left: 2pt;
- padding-bottom: 0pt;
- padding-right: 2pt; }
+/* This might completely screw up NS4. */
+div.wikitext .wikiaction { padding: 0ex; }
/* Link icons - This screws up NS4 */
On Friday, January 25, 2002, at 10:42 pm, Jeff Dairiki wrote:
> Carsten Klapp said:
>
>> Modified Files:
>> phpwiki-heavy.css phpwiki.css
>> Log Message:
>> Merged commented out lines (which mess up NS4) from phpwiki.css into
>> phpwiki-heavy.css.
>>
>> How do you like the smaller (diff) buttons, and slightly wider
>> navigation buttons?
>
> Personally, I liked the non-buttonish (just plain underlined) (diff)
> links.
> That column of buttons is just to glaring for my tastes.
>
> The slightly wider buttons look fine. But I'm starting to run out of
> browser width... That may be an independent issue...
>
>
>
|