From: <var...@us...> - 2015-04-10 16:52:23
|
Revision: 9664 http://sourceforge.net/p/phpwiki/code/9664 Author: vargenau Date: 2015-04-10 16:52:16 +0000 (Fri, 10 Apr 2015) Log Message: ----------- Fix toolbar alignment Modified Paths: -------------- trunk/themes/MonoBook/monobook.css Modified: trunk/themes/MonoBook/monobook.css =================================================================== --- trunk/themes/MonoBook/monobook.css 2015-04-10 16:41:15 UTC (rev 9663) +++ trunk/themes/MonoBook/monobook.css 2015-04-10 16:52:16 UTC (rev 9664) @@ -1690,6 +1690,10 @@ cursor: pointer; } +input.toolbar[type=image] { + vertical-align: top; +} + #editform .editOptions { display: inline; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |