Hi,
I just started using Kendo UI and am still trying to get my head around the css structure.
I am trying to make sure a multi select element is aligned to the right of it's parent div ( see image ).
The HTML code I have is as follows (where the PHP code generates the 2 multiselect widgets) and is used in conjunction with Twitter Bootstrap:
the .tfw-classes are defined as follows:
I can see using Firebug that this alignment is active, but it's not effective. I also tried changing the display to inline-block, but that didn't have the desired result either.
Maybe it's just late and I am looking at it all wrong right now, but some help would be greatly appreciated! :)
Regards,
Rinck
I just started using Kendo UI and am still trying to get my head around the css structure.
I am trying to make sure a multi select element is aligned to the right of it's parent div ( see image ).
The HTML code I have is as follows (where the PHP code generates the 2 multiselect widgets) and is used in conjunction with Twitter Bootstrap:
<div class="row-fluid"> <div class="span5 tfw-right"><?php echo $this->front_mould_codes; ?></div> <div class="span2 tfw-center">mould code(s)</div> <div class="span5 tfw-left"><?php echo $this->back_mould_codes; ?></div></div>div.tfw-left { text-align: left;}div.tfw-right { text-align: right;}div.tfw-center { text-align: center;}Maybe it's just late and I am looking at it all wrong right now, but some help would be greatly appreciated! :)
Regards,
Rinck