I would like to make primefaces commandButton to vertical align. how to set commandButton's css in vertical align, as in the image below:

I would like to make primefaces commandButton to vertical align. how to set commandButton's css in vertical align, as in the image below:

You can use
transform: rotate(90deg) ;
-webkit-transform: rotate(90deg) ;
-moz-transform: rotate(90deg) ;
-o-transform: rotate(90deg) ;
-ms-transform: rotate(90deg) ;
See http://jsfiddle.net/poselab/54XvF/
CSS3 MAKER is a good tool to create your css transforms