Displaying 13 results from an estimated 13 matches for "40px".
Did you mean:
0px
2003 Nov 05
1
Asterix - Digium replacing our current key system
...<marquee size="2" color="#000066"
face="Verdana, Arial, Helvetica, sans-serif" loop="-1" behavior="slide"
direction="down" scrolldelay="20" scrollamount="1" truespeed=""
style="width: 16px; height: 40px;"> <font size="+0" color="#999999"><b>__</b></font>
</marquee>
</font> </td>
<td><font color="#999999">
<marquee size="2" color="#000066"...
2008 Apr 06
6
[Bug 15377] New: unable to watch DoctorWho
...so.useExpressInstall('http://www.bbc.co.uk/iplayer/emp/flash/expressinstall.swf');
var div = document.getElementById("bbc_emp");
if (so.installedVer.major == 0) {
div.innerHTML = '<p style="padding:40px 60px
0;font-size:1.2em;font-weight:bold">You need to install Flash to play this
programme</p><p style="padding:40px 60px 0"><a style="color:#ED007F"
href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Dow...
2013 Aug 19
0
pumahosting@gmail.com wants to give you 50 points on Perk!
...er-top: none;background: #fff;margin: 0 auto;">
                        <h1 style="padding: 40px 0 30px 0;margin: 0;font-size: 26px;color: #2b2b2b;">Do you know <a href="http://email.perk.com/wf/click?upn=Izrwk8uaia-2F7Is0WrJ7leasZVcb9jxNgc6P88MBu5naumV4SPDrznQ9427b8aTnO_HY0TR7-2FbOu7Zp3BBqAjtlymBaC8SqS6oozJtEZ2aIiWuY17U0O8LZEPaoVQuZOTUt6DBFxg5A5JWNpxgZqTXy9v5Enm51T1ux938S9ZrD1...
2006 Feb 10
2
Sortable + Draggable : doesn''t follow the mouse horizontally
When a ''draggable'' element is made ''sortable'', it no longer follows the
mouse horizontally when you drag it.
Is there a solution/workaround?
TIA
Alain
2013 Mar 01
1
NSD compressing RP content
Hello,
while investigating a report from Jan-Piet Mens (resulting in http://wiki.powerdns.com/trac/changeset/3109), we discovered that NSD (both 3.2.15 and 4.0.0b4) compresses labels in RP content. As far as I can see, this is not allowed by RFC3597 section 4 paragraph 1/2.
PowerDNS Recursor, like Unbound and BIND, now deals with this as 3597 section 4 paragraph 4 says we SHOULD. Nevertheless,
2015 Dec 30
0
账户登陆地异常调整通知
...;MSHTML 8.00.7601.18667"></HEAD>
<BODY>
<DIV><BR></DIV>
<DIV>
<DIV>
<DIV>
<TABLE border=0 cellSpacing=0 cellPadding=0 width="100%" align=center>
<TBODY>
<TR>
<TD
style="PADDING-BOTTOM: 40px; BACKGROUND-COLOR: #f5f5f5; PADDING-LEFT: 20px; PADDING-RIGHT: 20px; MAX-WIDTH: 700px; PADDING-TOP: 27px"
class=container>
<TABLE style="MARGIN: 0px auto" border=0 cellSpacing=0 cellPadding=0
width=700 align=center>
<TBODY>
<TR...
2009 May 27
1
[PATCH server] UI tweaks for cloud
...lic/stylesheets/cloud/layout.css b/src/public/stylesheets/cloud/layout.css
index 60b5c91..d40b4ab 100644
--- a/src/public/stylesheets/cloud/layout.css
+++ b/src/public/stylesheets/cloud/layout.css
@@ -1,47 +1,90 @@
/* ------ General Layout ------ */
-.toolbar {text-align:left;}
+html {min-width:640px;}
-.current, .toolbar a:hover {
- border-bottom: 5px solid #5599B8;
+#head h1 a {
+ background:transparent url(/images/mystery_cloud2.png) no-repeat scroll 20px 50%;
+ /*
+ TODO: change this back to a real logo when we have one.
+ */
+ display:block;
+ height:59px;
+ overflow:hidden;
+ text...
2005 Nov 29
6
draggable revert problem
Hello,
I have tried implementing the shopping cart ajax example and have run into
some problems. The only differences with the shopping cart is
My list of products are generated from a partial view
The images of the products come from an http link.
However, Iam seeing a strange behavior when I drag and drop the elements to
my cart. On the first drag and drop the image successfully reverts to
2015 Aug 24
0
Regalamos 1.000 vuelos a Canarias
...d be the largest of your headings.
@style heading 1
*/
h1{
/*@editable*/color:#606060 !important;
display:block;
/*@editable*/font-family:Helvetica;
/*@editable*/font-size:40px;
/*@editable*/font-style:normal;
/*@editable*/font-weight:bold;
/*@editable*/line-height:125%;
/*@editable*/letter-spacing:-1px;
margin:0;
/*@editable*/tex...
2006 Apr 24
26
prototype-based color picker
has anyone in this list ever tried to make a javascript color picker
something like http://www.daantje.nl/blog/index.php?buttonID=37
or http://typetester.maratz.com/
i just thought i''d ask before i force myself to doing this.
thanks
mark renn
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2009 Jun 29
2
One more fix
This resend includes the rebase, but fixes a problem I just noticed with nil/empty checks.
2009 Jun 29
2
Resend of Cloud UI/service patches
This is a resend of the 2-patch series from a week or so ago, needed to be rebased due to some commits on next
2009 Jun 22
2
Patch series for Cloud Vm Actions
The following two patches should be applied in the order:
* [PATCH server] Add svc_vm_actions method to VmService.
* [PATCH server] Cloud UI layer to initiate actions on vms.
The service layer patch should work fine on its own (and not break
anything), but cloud patch relies on service being there.