PluginProbe
MaxButtons – Create buttons / 6.28
MaxButtons – Create buttons v6.28
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
← All changes | blocks/basic.php +0 -1 7.1.16.28 View file →
@@ -45,9 +45,8 @@
45 45 $css["maxbutton"]["normal"]["position"] = "relative";
46 46 $css["maxbutton"]["normal"]["text-decoration"] = "none";
47 47 // $css["maxbutton"]["normal"]["white-space"] = "nowrap"; // hinders correct rendering of oneline-multilines
48 48 $css["maxbutton"]["normal"]["display"] = "inline-block";
49 - $css["maxbutton"]["normal"]["vertical-align"] = 'middle';
50 49
51 50 /*if (isset($data["url"]) && $data["url"] == '') // don't show clickable anchor if there is no URL.
52 51 {
53 52 $css["maxbutton"]["normal"]["cursor"] = 'default';