TheCoder4eu / BootsFaces

BootsFaces : the next gen JSF Framework
MIT License
71 stars 17 forks source link

Improve tag <b: column> #27

Closed lelenoce closed 9 years ago

lelenoce commented 10 years ago

In accordance with the rules of bootstrap I suggest to add this simple condition to tag

if one of column will declared with size 0 we should apply the rule hidden-xx. Follow an example to clarify :

<b:column col-md="10" col-lg="9" col-sm="0"> .... </b:column>

Should became :

<div class="col-md-10 col-lg-9 hidden-sm">  .... </div>

schermata da 2014-09-23 18 02 04

TheCoder4eu commented 9 years ago

Tranfered to issue https://github.com/TheCoder4eu/BootsFaces-OSP/issues/21 .