Displaying 5 results from an estimated 5 matches for "90px".
Did you mean:
0px
2012 Nov 23
0
problem font-face routes css
...font-style: normal;
}
in /assets/stylesheets/application.css
/*
*= require reset
*= require fonts
*= require bootstrap.min
*= require style
*/
in /assets/stylesheets/style.css
use the font ASI
.ac_menu > ul > li a{
margin-top:60px;
opacity:0;
display:block;
height:90px;
padding:0px 10px;
text-align:center;
line-height:90px;
outline:none;
font-family:''OswaldBook'',Georgia,serif;
font-weight:normal;
font-style:italic;
font-size:14px;
}
in app/views/layouts/application.html.erb
<%= stylesheet_link_tag "application"...
2006 Jun 16
5
Menu using Scriptaculous Effects = OnMouseOver bug
...html; charset=utf-8" />
<title>
Untitled
</title>
<meta name="generator" content="BBEdit 8.2" />
<style type="text/css" title="text/css">
/* <![CDATA[ */
body
{
padding: 10px;
margin: 0;
}
.menu
{
width: 90px;
height: 92px;
padding: 0 0 0 6px;
margin: 0 10px 0 0;
border-left: #CCC;
border-width: 0 0 0 1px;
border-style: none none none solid;
color: #000;
font-family: "Trebuchet MS", trebuchet, sans serif;
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
te...
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
...nfig_virtio {
+.vm_network_config_model {
float: left;
- width: 80px;
+ width: 76px;
+}
+
+.vm_network_config_ip input{
+ width: 100px;
}
-.vm_network_config_net select,
-.vm_network_config_mac input,
-.vm_network_config_ip input {
- width: 130px;
+.vm_network_config_net select{
+ width: 90px;
}
+.vm_network_config_model select {
+ width: 74px;
+}
+.vm_network_config_mac input{
+ width:125px;
+}
.vm_network_config_remove {
float: left;
color: #0033CC;
padding-top: 5px;
padding-left: 5px;
}
+
.vm_network_config_remove:hover {
cursor: pointer;
}
diff --git a/src/ta...
2006 Jun 21
3
getElementsByClassName
...Options
= ''Off''; else $sPrintOptions = ''On'';?>
$temp += ''<INPUT TYPE="SUBMIT" NAME="cmdPrintOptions"
VALUE="Print Options <?=$sPrintOptions?>" '';
$temp += ''STYLE="font-size: 9px; width: 90px"
CLASS="menubuttons"> '';
$(''menu'').innerHTML = $temp;
}
}
In a small page (258 lines of code), it''s quick, in another page (7500
lines of code), it takes 10-15 seconds to load. I''ve checked and most of
the delay is getElement...
2016 Jan 05
2
For integer vectors, `as(x, "numeric")` has no effect.
On Dec 19, 2015, at 3:32 AM, Martin Maechler <maechler at
stat.math.ethz.ch> wrote:
>>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>>> on Sat, 12 Dec 2015 10:32:51 +0100 writes:
>
>>>>>> John Chambers <jmc at r-project.org>
>>>>>> on Fri, 11 Dec 2015 10:11:05 -0800 writes:
>