【问题标题】:How to make commandeButon to vertical align?如何使命令按钮垂直对齐?
【发布时间】:2013-05-30 18:15:58
【问题描述】:

我想让 primefaces commandButton 垂直对齐。 如何设置commandButton的css垂直对齐,如下图:

【问题讨论】:

标签: css jsf primefaces


【解决方案1】:

你可以使用

transform: rotate(90deg) ;
-webkit-transform: rotate(90deg) ;
-moz-transform: rotate(90deg) ;
-o-transform: rotate(90deg) ;
-ms-transform: rotate(90deg) ;

http://jsfiddle.net/poselab/54XvF/

CSS3 MAKER 是创建 css 转换的好工具

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-01-16
    • 1970-01-01
    • 2017-10-31
    • 1970-01-01
    • 2020-07-23
    • 2013-09-27
    • 1970-01-01
    相关资源
    最近更新 更多