~vierbergenlars/remotecp-panel/trunk

« back to all changes in this revision

Viewing changes to static/css/openid.css

  • Committer: Lars Vierbergen
  • Date: 2011-09-06 16:33:44 UTC
  • mfrom: (160.1.8 openid)
  • Revision ID: lars_vierbergen-20110906163344-cp20gr6vkslzoydm
Merge the OpenId branch, adding OpenID RP support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
        Simple OpenID Plugin
 
3
        http://code.google.com/p/openid-selector/
 
4
        
 
5
        This code is licensed under the New BSD License.
 
6
*/
 
7
 
 
8
#openid_form {
 
9
        width: 580px;
 
10
}
 
11
 
 
12
#openid_form legend {
 
13
        font-weight: bold;
 
14
}
 
15
 
 
16
#openid_choice {
 
17
        display: none;
 
18
}
 
19
 
 
20
#openid_input_area {
 
21
        clear: both;
 
22
        padding: 10px;
 
23
}
 
24
 
 
25
#openid_btns, #openid_btns br {
 
26
        clear: both;
 
27
}
 
28
 
 
29
#openid_highlight {
 
30
        padding: 3px;
 
31
        background-color: #FFFCC9;
 
32
        float: left;
 
33
}
 
34
 
 
35
.openid_large_btn {
 
36
        width: 100px;
 
37
        height: 60px;
 
38
/* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
 
39
        _width: 102px;
 
40
        _height: 62px;
 
41
 
 
42
        border: 1px solid #DDD;
 
43
        margin: 3px;
 
44
        float: left;
 
45
}
 
46
 
 
47
.openid_small_btn {
 
48
        width: 24px;
 
49
        height: 24px;
 
50
/* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
 
51
        _width: 26px;
 
52
        _height: 26px;
 
53
 
 
54
        border: 1px solid #DDD;
 
55
        margin: 3px;
 
56
        float: left;
 
57
}
 
58
 
 
59
a.openid_large_btn:focus {
 
60
        outline: none;
 
61
}
 
62
 
 
63
a.openid_large_btn:focus {
 
64
        -moz-outline-style: none;
 
65
}
 
66
 
 
67
.openid_selected {
 
68
        border: 4px solid #DDD;
 
69
}
 
 
b'\\ No newline at end of file'