| @@ -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'; |