search for: clearfix

Displaying 5 results from an estimated 5 matches for "clearfix".

Did you mean: clearbit
2011 May 28
1
newbie xml parsing question
...; </li> </ul> <ul class=\"attributes\"> <li class=\"prop-cola\">Beds: 3<br /> Baths: 1.0</li> <li class=\"prop-colb\">Sqft: 1,630<br /> Lot: 21,745</li> </ul> </div> <ul class=\"has-photo actions clearfix\"> <li class=\"hinfo ztsa\"> \"/homedetails/236-Arundel-Ave-Horsham-PA-19044/9933810_zpid/#{scid=hdp-site-map-bubble-details}\" Details </li> <li class=\"mapHome ztsa\" zpid=\"9933810\"> \"#\" Views </li> <li...
2012 Feb 26
0
how to get the index of the element passed to the render view ?
..._form_for(@project, :html => {:class => ''form-stacked'' }) do |f| - unless @project.expenses.count > 0 No expenses - else #expenses = f.fields_for :expenses do |f| = render "backoffice/projects/expense_fields", :f => f .clearfix and the expense_fields partial is : .row = f.input :label, :wrapper => :nolabel, :input_html => { :class => "span3" } I would like to test when the first expense item is displayed : .row - "if first expense.. test = f.input :label, :input_html =&...
2006 Jun 11
4
remote_function posting?
Hi, I''ve noticed that my remote_function calls are resulting in POST requests. As a result, my routes do not apply since it does not generate a url based on the parameters, but simply posts to the raw url with post data. I want to make a GET request instead of a POST. How can I do that? Has anyone else run into this? Thanks, Ryan -- View this message in context:
2011 Nov 04
2
ANNOUNCE: Puppet-Dashboard 1.2.3rc1 available
...workers init script should check the right pid files The puppet-dashboard-workers init script was using all the pidfiles in the pid directory, it should only only consider the delayed_job pidfiles. This fixes that. -- Fix #10198 fixes display issue when no nodes in group * Adds a clearfix so the parent element visually contains all floating children. * Pushes the all_nodes.present conditional up one level so the div containing the run failure status will not be displayed if there are no nodes in the group -- Feature #10543 Rake task to add all nodes to a group...
2008 Jun 15
11
[PATCH] helper to create fb css stylized table
...assert_equal "<td class=\"spacer\" />", @h.fb_td_spacer + end + def test_fb_tf_spacer + assert_equal "<td class=\"spacer\" />", @h.fb_tf_spacer + end + def test_fb_first_list_item + assert_equal "<div class=\"list_item.first clearfix\"></div>", @h.fb_first_list_item{} + end + def test_fb_list_item + assert_equal "<div class=\"list_item clearfix\"></div>", @h.fb_list_item{} + end + def test_fb_profile_pic assert_equal "<fb:profile-pic uid=\"1...