From d7c1adf929dd9d52b0557f4068d9892e1ff83b86 Mon Sep 17 00:00:00 2001 From: dairiki Date: Mon, 17 Feb 2003 05:53:35 +0000 Subject: [PATCH] Fix so that submit buttons match the other wikiaction "buttons". git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2576 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/default/phpwiki-heavy.css | 6 +++--- themes/default/phpwiki.css | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/themes/default/phpwiki-heavy.css b/themes/default/phpwiki-heavy.css index f7b06fa9b..514fe1d03 100644 --- a/themes/default/phpwiki-heavy.css +++ b/themes/default/phpwiki-heavy.css @@ -1,5 +1,5 @@ /** - * $Id: phpwiki-heavy.css,v 1.2 2002-12-31 20:01:15 carstenklapp Exp $ + * $Id: phpwiki-heavy.css,v 1.3 2003-02-17 05:53:35 dairiki Exp $ * * This is stuff which should be in phpwiki.css, but which breaks Netscape 4. * @@ -81,10 +81,10 @@ input.wikiaction, input.wikiadmin, input.wikiunsafe, input.button { padding-bottom: 0.25ex; padding-left: .5em; padding-right: .5em; + /* Prevent buttons from overlapping when the toolbar is wrapped. */ + line-height: 2.6ex; } -/* Prevent buttons from overlapping when the toolbar is wrapped. */ -a.wikiaction, a.wikiadmin { line-height: 2.6ex; } div#navbuttons, div#signin, div#actionbuttons { line-height: 3.0ex; } /* QuestionMark */ diff --git a/themes/default/phpwiki.css b/themes/default/phpwiki.css index 10e30524c..2526e7de6 100644 --- a/themes/default/phpwiki.css +++ b/themes/default/phpwiki.css @@ -1,5 +1,5 @@ /** - * $Id: phpwiki.css,v 1.7 2003-02-15 23:32:57 dairiki Exp $ + * $Id: phpwiki.css,v 1.8 2003-02-17 05:53:35 dairiki Exp $ * * This incarnation of this stylesheet is a complete rewrite from the * ground up. @@ -112,7 +112,8 @@ form.wikiadmin div { background-color: #fee; } } /* Action buttons */ -a.wikiaction, a.wikiadmin, a.wiki-rc-action, a.wikiunsafe { +a.wikiaction, a.wikiadmin, a.wiki-rc-action, a.wikiunsafe, +input.wikiaction, input.button { text-decoration: none; font-family: Arial, Helvetica, sans-serif; /* don't wrap text buttons */ -- 2.45.0