search for: 1em

Displaying 20 results from an estimated 24 matches for "1em".

Did you mean: 1e
2009 May 27
1
[PATCH server] UI tweaks for cloud
...verflow:hidden; + text-decoration:none; + text-indent:-9999px; + width:87px; } -.toolbar a { - text-decoration: none; +#login-box { + display:block; + line-height:3.75ex; + position:absolute; + right:4ex; + text-align:right; + top:12px; +} + +#login-box a { + color: #337ACC; } -#nav {height:1em;padding-top:1ex;} +#navcontainer { + height:40px; +} -#nav a {display: inline-block;} +#navcontainer ul { + padding-left: 0; + margin-left: 0; + background-color: #fff; + color: #afb2bd; + float: left; + width: 100%; +} -#head {height:50px;} +#navcontainer ul li { display: inline; } -#login-b...
2007 Mar 08
1
map not displayed after Ajax.updater request
...request.xml_http_request? render :partial => ''display_network'' , :layout => false end then in my view <% if @display_type == "0" %> .... display table <% else %> <div id="map_box" style="border:solid 2px grey; margin:1em auto; width:340px; height:340px;"> <%= @map.to_html %> <%= @map.div(:width => 338, :height => 330) %> </div> <% end %> the map_box is displayed (grey line border) , but not the map inside.. no GoogleMap request.... looking at the response source code...
2006 Jan 02
3
best to integrate dynamic navbar into layout
I''ve been trying to come up with a good way to integrate a dynamic navbar into my layout. By dynamic, I meas that each link has 3 images. Normal, rollover, and dark for the current page. I have it working but it seems like there should be a better way. Here is how I did it, please let me know if there is a better way. Rails makes so many things simple, that this seems very
2012 Dec 17
11
[Puppet Upgrade] Puppet agent does not work
...margin-top: 0; } h1.error_title { color: red; border-bottom: 1px solid red; } a { text-decoration: none; } a:hover { text-decoration: underline; } dt { font-weight: bold; color: #280050; } dd { margin-top: 0.5em; margin-bottom: 1em; } .commands { border: 1px solid #b594e7; background: #ddc6ff; padding: 0.5em; margin: 0.5em; font-family: ''Bitstream Vera Sans Mono'', ''Courier New'', Monospace; } table.backtrace th { background: #8470a6;...
2009 Mar 25
0
surplus <p> tags.
...gt; tags in place. Let me know if this is a problem. 1. <p><div></p> causes W3C's xhtml checker to whine. All non-ancientbrowsers do the right thing, so I can ignore it. 2. The combination of<p><img .... ></p> and the CSS code snippet p { text-indent: 1em; } causes the IMAGE to be indented 1 em. (presumably since it's in thefirst line of text.) This also adds an extra em of leading space to my headlings -- that I can live with. This is solveable by putting an additional css snippet in p img { margin-left: -1em; } (img doesn't know abou...
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
2006 Jun 23
4
RedCloth
Help me!!!Lol I''ve been working with RedCloth but it''s runed my layout because it put the <p> and </p> is there a way to remove this without gsubing it up or if I do what the prettiest I can make it? -- Posted via http://www.ruby-forum.com/.
2006 May 17
3
Re: Re: Ruby on Rails Searchable and AnnotatableDocs
> body#rails_outertrack_com { > font-size: 14px /* Be kind to these li''l eyes of yours, baby */ > } > > Dominique Rose-Rosette Be kinder by specifying {font-size 1em} so that it''s scalable. My pixels are smaller than yours baby. Seriously though folks, please try and move away from absolute sizes for elements (px). Unless they''ve fixed it IE can''t resize a 14px font (View -> Text Size). Your also assuming that 14px is the same...
2006 Mar 01
5
scaffold.css and Rails tutorial problem
...#333; margin-bottom: 0; padding: 5px; } #ErrorExplanation ul li { font-size: 12px; list-style: square; } /* START:css */ .ListTitle { color: #244; font-weight: bold; font-size: larger; } .ListActions { font-size: x-small; text-align: right; padding-left: 1em; } .ListLine0 { background: #e0f8f8; } .ListLine1 { background: #f8b0f8; } /* END:css */ #----------------------------------------------------------------------------- The code in app/views/layouts/store.rhtml produces this in the browser display: #----------------------------...
2006 May 16
25
Ruby on Rails Searchable and Annotatable Docs
I recently updated my Rannotate application. The interface has been completely redone and there are lots of new features. The basic idea is to create searchable and user annotatable documentation for the Ruby on Rails API (think php.net). Check it out at - http://rails.outertrack.com * What is Rannotate? Rannotate is a Rails application and RDoc YAML generator that work together to provide
2010 Sep 03
1
[PATCH] Adding some control over usages in the network creation/edition form
...ic/stylesheets/components.css @@ -394,3 +394,21 @@ #vm_network_config_add:hover { cursor: pointer; } + +#network_usages_infos { + overflow: hidden; + width: 100%; +} + +#network_usages_infos select { + float: left; +} + +#network_usages_infos .usage_buttons { + float: left; + margin-left: 1em; +} + +#network_usages_infos .usage_buttons p { + margin-top: 0; +} -- 1.7.2.1
2007 Oct 12
2
Nested lists and blank lines
I have recently begun using Markdown + PHP Md Extra + SmartyPants in the Symphony XML-based CMS. I'm not sure if this is a Symphony question, or one that can be answered here. I hope someone will tell me. :) I've done my best to find an answer in the online documentation, but drawn a blank. When I use nested lists -- it doesn't matter whether <ol> or <ul>, there is always
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
...ay:none;} /* ----- Right side of Header -------- */ @@ -427,9 +433,10 @@ a { color:#000000; text-decoration: none;} } .form_heading { - font-size:115%; color: #666666; + font-size:1.15em; + color: #666666; border-top:#CCCCCC 1px dotted; - padding-top: 10px; + padding: 1.2em 0em 1em 1.5em; } .field_title { -- 1.6.0.6
1997 Aug 19
2
R-alpha: A few bugs in R-0.50-a3.
...I also had similar problems when using "lm" with data containing NA's but could not find back a precise example... 2) b <- list(2) names(b) <- "lty" a <- function(...) { par(c(...,b)) par() } a() The following is obtained in S: > win.graph() > a() $"1em": [1] 0.03150623 0.05075211 $adj: [1] 0.5 $ask: [1] F $bty: [1] "o" $cex: [1] 1
2006 Jun 20
10
Next script.aculo.us release, help needed
Hey there! I''m in the process of looking through the various bug reports and tickets and fixing script.aculo.us as I go along. As I want a 1.6.2 bugfix release to happen this week, please help me out with: - Looking throught the open bugs list on the trac, testing stuff and giving helpful comments (like "+1") - Identifiying what bugs/patches should be included (answer to
2012 Jun 22
6
Definition list as image caption
recently though about image captions, then i realized that this could be achiebed by Markdown Extra's definition list feature: ![alttext](http://exampl.com/img.jpg) : here goes the *caption* What do you think? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jul 12
6
Create db row in my partial template
Hi, When I use script/generate scaffold for my db it automatically creates that page where I can select to add a new item to the database. In the controller, the create method looks like this: def create @user = User.new(params[:user]) respond_to do |format| if @user.save flash[:notice] = ''User was successfully created.'' format.html {
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...; do eval echo \${!$fw[@]} | tr " " '\n' ; done | sort -u ) } ## Print for Mediawiki page printwiki() { echo '{| class="wikitable sortable" border="1" cellpadding="10" cellspacing="0" bgcolor="#f9f9f9" style="padding: 1em; border: 1px dashed darkgray;"' echo '|+ <code>Library modules c32 dependencies:</code>' echo '! UPSTREAM PATH ' echo '! MODULE ' echo '! class="unsortable" | LIBRARY DEPENDENCY' echo '|-' for module in $modules ; do dep...
2009 May 13
1
[PATCH server] Cloud UI V1 (readonly).
...ndex 0000000..60b5c91 --- /dev/null +++ b/src/public/stylesheets/cloud/layout.css @@ -0,0 +1,166 @@ +/* ------ General Layout ------ */ + +.toolbar {text-align:left;} + +.current, .toolbar a:hover { + border-bottom: 5px solid #5599B8; +} + +.toolbar a { + text-decoration: none; +} + +#nav {height:1em;padding-top:1ex;} + +#nav a {display: inline-block;} + +#head {height:50px;} + +#login-box { + text-align:right; + /* + TODO: put this back in with a real logo when we have one. + background: url('../../images/logo_cumulus.png') left top no-repeat; + */ +} + +#content {margin-l...
2015 Aug 24
0
Regalamos 1.000 vuelos a Canarias
...border:0; outline:none; text-decoration:none; } h1,h2,h3,h4,h5,h6{ margin:0; padding:0; } p{ margin:1em 0; padding:0; } a{ word-wrap:break-word; } .ReadMsgBody{ width:100%; } .ExternalClass{ width:100%;...