Update of /cvsroot/phpwiki/phpwiki/themes/MacOSX
In directory sc8-pr-cvs1:/tmp/cvs-serv14861
Modified Files:
MacOSX.css
Log Message:
Visual tweak: Ensure identical vertical alignment for adjacent form
buttons.
Index: MacOSX.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/MacOSX/MacOSX.css,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -2 -b -p -d -r1.34 -r1.35
--- MacOSX.css 27 Nov 2003 16:47:11 -0000 1.34
+++ MacOSX.css 30 Nov 2003 19:35:09 -0000 1.35
@@ -35,4 +35,10 @@ body.edit { background: #fafafa url("ima
body { }
+/* Ensure identical vertical alignment for adjacent form buttons,
+ whether image based (Theme buttons) or not */
+input[type=submit],
+input[type=cancel],
+input[type=image] { vertical-align: middle }
+
/*
* NS4, defaults from body don't always propagate correctly.
|