From fa24fadb723ff7b496ac3b0d2811a0aa7a541200 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 19 Feb 2006 01:19:44 +0100 Subject: another try on styling the edit bar darcs-hash:20060219001944-d5083-ccf6932ab2878183e116524f45eec31f78ac422c.gz --- inc/html.php | 16 ++++++++++------ lib/tpl/default/design.css | 13 +++++++++++-- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/inc/html.php b/inc/html.php index 46336b68d..1d5ffeebb 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1021,16 +1021,18 @@ function html_edit($text=null,$include='edit'){ //FIXME: include needed?
- - - +
+ + + +
- - +
+ - +
@@ -1060,10 +1062,12 @@ function html_minoredit(){ if($_REQUEST['minor']) $p['checked']='checked'; $att = buildAttributes($p); + print ''; print ""; print ''; + print ''; } /** diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index 9462e6c52..cbd11abe9 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -116,13 +116,22 @@ input.missing { /* edit form */ div.toolbar, div#wikieditbar { margin:2px 0; + text-align: left; } div#sizectl { float:right; width:50px; } -div#wikieditbar span.summary { - margin-left: 10%; +div#wikieditbar div.editButtons { + width: 32%; + float: left; +} +div#wikieditbar div.summary { + width: 60%; + float: right; +} +.nowrap { + white-space:nowrap; } /* --------- buttons ------------------- */ -- cgit v1.2.3