search for: 150px

Displaying 20 results from an estimated 24 matches for "150px".

Did you mean: 10px
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...ass="clear_row" style="height:15px;"></div> - - <div class="form_heading">Resources</div> - <div class="clear_row"></div> - <div class="clear_row"></div> - <div style="float:left;width:150px;" > - <%= text_field_with_label "CPUs:", "vm", "num_vcpus_allocated", {:style=>"width:100px; margin-bottom:2px;"}, {:style=>"padding-right: 50px;"} %> - <div class="field_helptext">max to create: <%=...
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
...nts.css index 3cdbf49..fe4043e 100644 --- a/src/public/stylesheets/components.css +++ b/src/public/stylesheets/components.css @@ -349,41 +349,66 @@ min-width: 500px; } -#vm_network_config_header_network, -#vm_network_config_header_mac, #vm_network_config_header_ip{ float: left; - width: 150px; + width: 102px; } -.vm_network_config_net, -.vm_network_config_mac{ +#vm_network_config_header_network{ + float: left; + width:92px; +} + +#vm_network_config_header_mac{ + float: left; + width: 132px; +} + +#vm_network_config_header_model{ + float: left; + width: 76px; +} + +.vm_network_...
2005 Aug 19
0
Effect.Appear problem
...gt; <img src="img/Nosaltres.gif" alt="Nosaltres" /> <div class=''caja_texto_principal''> Some text, some text </div> </div> CSS seccion and caja_texto_principal are: div.seccion { padding: 0px; margin-top: 20px; text-align: center; width:150px; height:150px; } div.caja_texto_principal { text-align: left; font-size:11px; color:#000000; overflow:hidden; position:absolute; color:#FFFFFF; top:50px; left:15px; width:125px; height:100px; } All seems to be ok (Fireworks and IE6), when the document loads and in the onload event I use ne...
2006 Feb 03
2
Scriptaculous: Newbie question - Effect.fade
Hi there, Is it possible to do an effect.fade without removing the hidden document from the flow when in becomes invisible? I have a line of images (initially all invisible) [] [] [] [] [] And a list of links - link 1 - link 2 - link 3 - link 4 - link 5 And what I want to happen is to have the images appear on link mouseover and disappear on mouseout but for the images to maintain their
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
...</div> - <div class="clear_row"></div> - <div class="clear_row"></div> + <div class="form_heading clickable open">Resources</div> + <div class="vm_form_section"> <div style="float:left;width:150px;" > <%= text_field_with_label "CPUs:", "vm", "num_vcpus_allocated", {:style=>"width:100px; margin-bottom:2px;"}, {:style=>"padding-right: 50px;"} %> <div class="field_helptext">max to create: <%=...
2007 Aug 01
1
Is it possible to catch ogg streaming data and write it in other format such as WAV in icecast server?
<HTML><HEAD><STYLE>P{margin-top:5px;margin-bottom:5px;}</STYLE></HEAD><BODY><DIV style='width:700px;height:150px;font-size:10pt; font-family:Dotum,AppleGothic,sans-serif;background:#FFFFFF'> <STYLE>P{margin-top:5px;margin-bottom:5px;}</STYLE> <DIV style="FONT-SIZE: 10pt; BACKGROUND: #ffffff; WIDTH: 700px; FONT-FAMILY: Dotum,AppleGothic,sans-serif; HEIGHT: 150px"><br>...
2015 Aug 24
0
Regalamos 1.000 vuelos a Canarias
...adServer.bs%3Fcn%3Dtf%26c%3D20%26mc%3Dclick%26pli%3D14026179%26PluID%3D0%26ord%3D%7BIMPRESSION_ID%7D" target="_blank"><img alt="" src="http://img.publicidees.com/Espagne/Promotour_IslasCanarias/564aa8db-4ead-47de-950b-8fb05bcf5c9b.jpg" style="max-width: 150px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" class="mcnImage" align="left" width="150" /></a></td> <td width="25%"><a href="http://tracking.publicidees.com/clic.php?promoid=118093&progid=4364&a...
2009 Jul 30
1
[PATCH server] fixes to the multiple vm/nets component
...der_network { - float: left; - width: 20%; +.vm_network_config_row { + min-width: 500px; } -#vm_network_config_header_mac, #vm_network_config_header_ip{ + +#vm_network_config_header_network, +#vm_network_config_header_mac, +#vm_network_config_header_ip{ float: left; - width: 33%; + width: 150px; } -.vm_network_config_net { +.vm_network_config_net, +.vm_network_config_mac{ float: left; - width: 20%; + width: 150px; } -.vm_network_config_mac, .vm_network_config_ip{ + +.vm_network_config_ip{ float: left; - width: 33%; - min-width: 100px; + max-width: 150px; +} + +.vm_network_c...
2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
...lass="clear_row"></div> + <div class="form_heading"> + <%= link_to "", "#", :id => "vm_resources_section_link" %> + </div> + <div id="vm_resources_config"> <div style="float:left;width:150px;" > <%= text_field_with_label "CPUs:", "vm", "num_vcpus_allocated", {:style=>"width:100px; margin-bottom:2px;"}, {:style=>"padding-right: 50px;"} %> <div class="field_helptext">max to create: <%=...
2006 Mar 17
1
Autocompleter.Local problem/desparate plea for help...
...how method is not the place to try to do it, but I haven''t had any success with any of the methods that I have tried to override either. Any solutions/insights are welcome! Here is my work in progress: <style> #auto_complete { width: 355px; height: 150px; background: #fff; overflow: auto; } #auto_complete ul { border: 1px solid #888; margin:0; padding:0; width: 98%; list-style-type:none; } #auto_complete ul li { ma...
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/.
2006 Jun 09
0
Sortable list with non ajax submission
...is not getting set. member.save end render :action => ''index'' end with view <%=start_form_tag :action=>''reorder_group_members'', :id => @group%> <ul class="group_members" id="memberlist" style="height:150px;width:200px;"> <% for member in @group.group_members-%> <li id="memberlist_<%=member.id%>"><%=member.name%></li> <%end%> </ul> <%=submit_tag%> <%=end_form_tag%> <%= sortable_element ''memberlist''...
2006 Feb 11
0
html question
...' html and I don''t exactly know how to handle this. On screen...I have no problems but print preview - I have a problem Consider 2 layers defined in <head> #layer1 { height: 118px; width: 100px; left: 36px; top: 20px; position: absolute; visibility: visible; } #layer2 { height: 150px; width: 752px; left: 36px; top: 20px; position: absolute; visibility: visible; } --></style> </head> <body> <span id="layer1"> <img src="/images/pic.gif" alt="" height="112" width="128" bo...
2007 Jan 13
1
fieldWithErrors - does not work
...:update => ''subscription'', :url => {:controller => ''subscribers'', :action => ''subscribe''} ) do |form| %> <p> <%= form.text_field :email, options = { :style => "width: 150px;" } %> </p> <p> <%= submit_tag "Wyƛlij", options = { :class => "submit" } %> </p> <% end %> The above does not wrap email field with fieldWithErrors on error. Is it problem with remote_form_for helper? Thanks in advance! -- Pos...
2007 May 07
0
page.insert_html
...39;+params[:id].to_s, :partial =>"group", :id => params[:id] and the aprtia is nothing more than a div <div id="gd<%=params[:id].to_s%>"> <br/> <%= text_field ''cp '', ''cp_id''+params[:id].to_s, :style=>"width:150px" %> <%= link_to_function(image_tag(''/images/sc.png''), "document.getElementById( ........%> </div> Thank you, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Ra...
2006 Jan 31
1
Slider values from .25 - 1
I am having some difficulty understanding how to set the slider values to a specific range <div id="track" style="position:absolute; left:25px; top:10px; width: 150px; height:10px;"> <div id="scaller" style=" width:10px; height:15px; background- image: url(slidder2.png)"></div> </div> var scalebar = new Control.Slider(''scaller'', ''track'',{ sliderValue:1, minimum:.2...
2006 Mar 14
2
slider.js in ruby on rails
Hello, Is anyone using slider.js from script.aculo.us? I don''t understand how to integrate it into a form in rails. I want to do something like adjust (slide) age from 16-100. Thank You, jeff
2010 Aug 25
2
[PATCH] Virtio support
..., :virtio + remove_column :nics, :virtio + end +end diff --git a/src/public/stylesheets/components.css b/src/public/stylesheets/components.css index 2cda65d..70cda97 100644 --- a/src/public/stylesheets/components.css +++ b/src/public/stylesheets/components.css @@ -367,6 +367,11 @@ max-width: 150px; } +.vm_network_config_virtio { + float: left; + width: 80px; +} + .vm_network_config_net select, .vm_network_config_mac input, .vm_network_config_ip input { diff --git a/src/task-omatic/task_vm.rb b/src/task-omatic/task_vm.rb index dd71747..cc2071f 100644 --- a/src/task-omatic/task_vm.rb +...
2006 Jun 26
0
sortables and accept question
..."></script> <style> #container {width: 550px;margin: 30px auto 0px auto;padding: 0px;} #list1, #list2, #list3 {padding-bottom: 10px; border:1px solid #000;} #list1 div, #list2 div, #list3 div {color: #FFF;border:1px solid #666;background-color: #7F7D7D;padding: 2px 5px;width: 150px;text-align: center;margin: 2px;font-size: 10px;font-family:verdana;cursor:move;} </style> </head> <body> <div id="container"> <div id="list1" style="float:left;"> <div class="rail" id="left1">left 1</div...
2007 Apr 28
0
Naveen has Tagged you! :)
...bsp &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<div style="float: left; margin: 15px 0 0 15px; text-align: left; width:150px;"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp...