search for: 250px

Displaying 17 results from an estimated 17 matches for "250px".

Did you mean: 20px
2011 Sep 22
1
computation of header ids
..._1">My header </h1>' I would have expected: u'<h1 class="red" id="my_header">My header </h1>' An other example: >>> markdown.markdown("# Test {@style=position: absolute; top: 100px; left: 455px; width: 300px; height: 250px;} {@about=http://video.constantvzw.org/Ellentriek8/softsensor_pure_d.ogv}", ['headerid']) u'<h1 about="http://video.constantvzw.org/Ellentriek8/softsensor_pure_d.ogv" id="test_styleposition_absolute_top_100px_left_455px_width_300px_height_250px_abouthttpvi...
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...6,52 +6,77 @@ <%= hidden_field 'vm', 'vm_resource_pool_id' %> <%= hidden_field_tag 'hardware_pool_id', @hardware_pool.id if @hardware_pool %> - <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> - <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> - <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>&...
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
...id', @hardware_pool.id if @hardware_pool %> + <div class="form_heading clickable open">General</div> + <div class="vm_form_section"> <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>&...
2010 Feb 25
2
[PATCH] Enhance vms display
...+ b/src/app/views/vm/_form.rhtml @@ -8,10 +8,14 @@ <div class="form_heading clickable open">General</div> <div class="vm_form_section"> - <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> - <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> - <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>&...
2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
...eading"> + <%= link_to "", "#", :id => "vm_general_section_link" %> + </div> + <div id="vm_general_config"> <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>&...
2012 Mar 10
6
Cartographer shows correct info box BUT over wrong marker
Hi guys (and gals), The code formatting is so nice on SO.com, so I thought I''d just share my post in hopes that someone from the group can help. http://stackoverflow.com/questions/9643786/cartographer-shows-correct-info-box-but-over-wrong-marker Feel free to answer back via email if you don''t have an SO account. Thanks! Abram -- You received this message because you are
2008 Aug 05
1
Wx::StatusBar set_status_widths returns argument error
Hi, I added the following line in samples/wxStatusBar.rbw set_status_widths(1, 100) # Doc: set_status_widths(Integer n, Integer widths) Got error: wxStatusBar.rbw:17:in `set_status_widths'': wrong # of arguments(2 for 1) (ArgumentError) wxRuby version: wxruby-1.9.6-x86-mingw32. Thanks in advance. Regards, Zhimin -- Posted via http://www.ruby-forum.com/.
2005 Aug 30
0
content slide in out / simple toggle of content
...<div id="treeToggle"> <a href="javascript:;">Navigate/Search</a> </div> </div> </div> CSS --- #treeWrapper { position: absolute; z-index: 3; top: 0; left: -225px; width: 250px; height: 100%; margin: 0; padding: 0; } #treeWrapper * { margin: 0; padding: 0; } #tree { width: 100%; height: 100%; padding: 0; margin: 0; background: red; } JS --- Element.toggle has been tried, as has effects.MoveBy effect.slideup has also been tried but I had...
2006 Nov 11
2
Setting Ajax.Updater update target to alternate window?
I need to make a call to Ajax.Updater(container, url, options) where container needs to be a DOM element in another window. So assuming my form is in window "X", can I specify a DOM element in window "Y" as the update target for my AJAX call? If I can, what is the correct syntax? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2006 Mar 13
3
Autocompleter that auto scrolls through results..
Hi All Before I investigate further, has anyone implemented an Autocompleter that will auto scroll down / up the results div as the user moves down through the list (using arrow keys) ? Any pointers / thoughts appreciated. Best Matt *********************************************************************************** The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered
2006 Aug 09
0
Scriptaculous blind up effect not working from innerhtml in IE? Help please.
...new Effect.BlindUp(this, {duration: .3}); } function alertrecips() { alert(arrItems); } var arrItems = new Array(); </script> <style> #garbagebin { border: 1px #000000 solid; background-color: #efefef; padding: 10px; width: 250px; }</style> </head> <body> Selected Recipients: <div id="garbagebin"> </div> <FORM Method="POST" Action= "alertrecips();"> <input type="button" name="next" value="Next" oncli...
2006 Feb 14
5
problem with sortable lists and IE
...op.js"></script> <script src="/test/controls.js"></script> </head> <body> <style type="text/css" media="screen"> #list { margin:0; margin-top:10px; padding:0; list-style-type: none; width:250px; } #list li { margin:0; margin-bottom:4px; padding:5px; border:1px solid #888; cursor:move; } </style> <ul id="list" style="padding: 2px"> <li id="item_1">one</li> <li id="item_2">tw...
2009 Sep 23
0
[PATCH server] consolidated network & routing info ui's
...nics table, and relationship changed diff --git a/src/app/views/network/_form.rhtml b/src/app/views/network/_form.rhtml index 6c67a0e..f26dc24 100644 --- a/src/app/views/network/_form.rhtml +++ b/src/app/views/network/_form.rhtml @@ -34,6 +34,16 @@ {:style=>"width:250px;"} %> </div> +<br/> + +<div class="form_heading clickable closed">Routing Info</div> +<div class="network_form_section" style="display:none;"> +<% @parent_type = 'network' %> +<% @ip_address = @network.ip_addr...
2008 Jul 07
6
MiniMagick, and processing thumbnails...
I have a requirement that can''t be that outrageous.... I want to be able to upload an image, and have multiple thumbnails be created for each. Then, I want to post process each image (the main image plus the thumbnails) to add borders. The trick is that the borders need to be different for each image. I thought I could use the after_resize handler, but when I try to add a border to
2005 Aug 07
11
HABTM Movable Select Box
Hi, I found it a while ago, an add-on to Rails for supporting movable select boxes, but I searched through the wiki and the mailing list and couldnt find what I was looking for. I was hoping someone might know of or remember something about the project. Thanks, Dylan.
2006 Jun 26
8
[Semi OT] BlindDown and a floated div
I am using the drop shadow technique described at http://www.1976design.com/blog/archive/2003/11/14/shadows/ to give several of my divs drop shadows. That part works fine. What doesn''t work so well is when I try to BlindDown a div in Firefox and it ends up ignoring the content below it and just overlapping it. In IE this problem does not occur. In Firefox the overlapping does
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
..."vm", "vnic_mac_addr", {:style=>"width:250;"} %> - </div> - <div style="float:left;"> - <%= select_with_label "Network:", 'vm', 'network_id', @networks.insert(0, ""), :style=>"width:250px;" %> - </div> - <div class="clear_row"></div> + <% if @nics.size > 0 %> + <div id="vm_network_config_header"> + <div id="vm_network_config_header_network"> + Network: + </div> + &lt...