Mercurial > moin > 1.9
changeset 287:3958ec0fec55
fixed some modern CSS issues
imported from: moin--main--1.5--patch-291
author | Thomas Waldmann <tw@waldmann-edv.de> |
---|---|
date | Sun, 04 Dec 2005 18:31:35 +0000 |
parents | 08cd0e9b9369 |
children | 3a26643a903b |
files | docs/CHANGES wiki/htdocs/modern/css/screen.css |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Sun Dec 04 17:37:56 2005 +0000 +++ b/docs/CHANGES Sun Dec 04 18:31:35 2005 +0000 @@ -25,6 +25,8 @@ * Workaround for Opera 8.5 making silly "No addition" categories. * Do not show GUI editor for non-wiki format pages, because we only have a converter from html to wiki right now. + * Fix the modern CSS issues for editbar, when it shifted content far right. + Also removed the absolute height value that never was right. Other changes: * Added irc:// to the builtin supported link schemas. You can remove it
--- a/wiki/htdocs/modern/css/screen.css Sun Dec 04 17:37:56 2005 +0000 +++ b/wiki/htdocs/modern/css/screen.css Sun Dec 04 18:31:35 2005 +0000 @@ -246,9 +246,6 @@ margin: 0; padding: 0 8px; white-space: nowrap; - height: 2.2em; /* this has to be adapted to user's font size! fragile! - It is differently broken depending on the stuff following it. - 2em looks good on MoinMoin:AnyPage, but not on RecentChanges! */ background: white; font-size: 0.8em; /* 13px */ } @@ -259,7 +256,6 @@ } .editbar li { - float: left; display: inline; padding: 0; margin: 4px 6px;