/usr/lib/web/css/openid.css is in yap 6.2.2-6+b2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | /* $Id$
CSS for OpenID module,
Author: Jan Wielemaker
Copying: Public domain
For a tutorial on CSS, see
<http://www.htmldog.com/guides/cssbeginner/selectors/>
*/
div.openid-title
{ margin-bottom: 1em;
}
div.openid-title img
{ border: 0;
height: 4em;
vertical-align: sub;
}
div.openid-title span
{ font-size: 2em;
font-weight: 300;
}
div.openid-message
{ margin-top: 1em;
}
table.openid-form
{ margin-top: 1em;
}
table.openid-form td
{
}
input.openid-input
{ background: #fff url('../icons/openid-logo-tiny.png') no-repeat center left;
padding-left: 20px;
margin-left: 2cm;
}
|