source: extensions/oAuth/admin/template/style.css @ 26556

Last change on this file since 26556 was 26556, checked in by mistic100, 10 years ago

update for 2.6

File size: 1.7 KB
Line 
1.content h4 {
2  text-align:left;
3  margin:5px 0 0 0;
4}
5
6div.help {
7  display:none;
8}
9
10#providers h4 {
11  margin-bottom:0;
12  padding-bottom:0;
13}
14
15.provider table {
16  border:1px solid #7e7e7e;
17  padding:0 3px 0 0;
18  border-radius:3px;
19  text-align:left;
20  margin:0;
21}
22.provider.enabled table {
23  background:rgba(0,200,0,0.1);
24}
25.provider.disabled table {
26  background:rgba(256,0,0,0.1);
27}
28  .provider table tr td {
29    vertical-align:top;
30  }
31  .provider table tr td:nth-child(2) {
32    padding-top:8px;
33  }
34  .provider table tr td.keys {
35    padding-left:10px;
36  }
37  .provider label {
38    display:block;
39    font-weight:bold;
40  }
41  .provider input {
42    width:400px;
43    padding:1px;
44    margin:2px 0 4px 2px;
45    border-radius:2px;
46  }
47  .provider .oauth_38px {
48    margin:5px;
49  }
50.Wordpress, .OpenID, .Flickr, .Steam {
51  display:inline-block;
52}
53 
54#help_container {
55  position:fixed;
56  right:0;
57  top:25%;
58  width:500px;
59  margin-right:-550px;
60  background:#e7e7e7;
61  color:#222;
62  border:1px solid #222;
63  box-shadow:3px 3px 3px rgba(0,0,0,0.3);
64  border-radius:10px 0 0 10px;
65  padding:5px;
66}
67  #help_container ol {
68    padding-left:25px;
69    margin:0;
70  }
71  #help_container li {
72    margin:5px 0 0 0;
73  }
74  #help_container h5 {
75    float:left;
76    top:5px;
77    font-size:14px;
78    margin:0 0 0 10px;
79  }
80  a#close_help {
81    color:red;
82    float:left;
83    display:block;
84    font-weight:bold;
85    font-size:18px;
86    width:15px;
87    height:16px;
88    line-height:14px;
89    border:1px solid transparent;
90    margin-left:-23px;
91    border-radius:3px;
92  }
93    a#close_help:hover {
94      border-color:red;
95    }
96  #help_container div {
97    padding:15px 5px 5px 5px;
98  }
99  #help_container em {
100    color:#CB4B16;
101  }
102 
Note: See TracBrowser for help on using the repository browser.