Monday 15 March 2010

css - divs with display: table ignore paddings of parent div -



css - divs with display: table ignore paddings of parent div -

is there way display:table cell, maintain padding of parent div?

if have bootstrap div so:

<div class="col-sm-5 defaultrowheight" id="row1"> <div style="display: table"> <div class="tablecellmiddle">

the padding rule col-sm-5 comes bootstrap ignored. want utilize table cell can v-align.

here fiddle

http://jsfiddle.net/w79w8f6a/

the 1st 2 boxes work expect dont in real world illustration @ closed source. bottom 2 boxes lose padding or margin doesnt mimic issue in real source.

any ideas?

css

No comments:

Post a Comment