password_strength 1.0.2 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,54 +0,0 @@
1
- body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
2
- font-family: sans-serif;
3
- }
4
-
5
- body {
6
- font-size:0.8em;
7
- }
8
-
9
- #log {
10
- padding-bottom: 1em;
11
- border-bottom: 2px solid #000;
12
- margin-bottom: 2em;
13
- }
14
-
15
- .logsummary {
16
- margin-top: 1em;
17
- margin-bottom: 1em;
18
- padding: 1ex;
19
- border: 1px solid #000;
20
- font-weight: bold;
21
- }
22
-
23
- .logtable {
24
- width:100%;
25
- border-collapse: collapse;
26
- border: 1px dotted #666;
27
- }
28
-
29
- .logtable td, .logtable th {
30
- text-align: left;
31
- padding: 3px 8px;
32
- border: 1px dotted #666;
33
- }
34
-
35
- .logtable .passed {
36
- background-color: #cfc;
37
- }
38
-
39
- .logtable .failed, .logtable .error {
40
- background-color: #fcc;
41
- }
42
-
43
- .logtable .warning {
44
- background-color: #FC6;
45
- }
46
-
47
- .logtable td div.action_buttons {
48
- display: inline;
49
- }
50
-
51
- .logtable td div.action_buttons input {
52
- margin: 0 5px;
53
- font-size: 10px;
54
- }
data/test/schema.rb DELETED
@@ -1,8 +0,0 @@
1
- ActiveRecord::Schema.define(:version => 0) do
2
- create_table :users do |t|
3
- t.string :username
4
- t.string :email
5
- t.string :login
6
- t.string :password
7
- end
8
- end