source: extensions/oAuth/include/test/examples/signin_signup/application/public/css.css @ 20293

Last change on this file since 20293 was 20293, checked in by mistic100, 11 years ago

first commit of oAuth plugin, still in developpement

File size: 501 bytes
Line 
1BODY {
2        margin: 10px;
3        padding: 0;
4}
5H1 {
6        margin-bottom: 2px;
7        font-family: Garamond, "Times New Roman", Times, Serif;
8}
9FIELDSET {
10        border: 1px solid #ccc;
11        padding: 1em;
12        margin: 0;
13}
14LEGEND {
15        color: #666666;
16}
17INPUT[type=text] {
18        display: block;
19        font-family: Arial, verdana;
20        padding: 7px;
21        border: 1px solid #999;
22        margin: 10px;
23}
24PRE {
25        background:#EFEFEF none repeat scroll 0 0;
26        border-left:4px solid #CCCCCC;
27        display:block;
28        padding:15px;
29        text-align:left;
30}
Note: See TracBrowser for help on using the repository browser.