forked from ericwoodruff/passwordhasherplus
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpopup.css
More file actions
85 lines (85 loc) · 1.11 KB
/
popup.css
File metadata and controls
85 lines (85 loc) · 1.11 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
body {
width: 300px;
padding: 10px;
padding-bottom: 2px;
}
.left {
float: left;
}
.right {
float: right;
}
label.field {
text-align: right;
float: left;
width: 80px;
padding-right: 6px;
}
select {
width: 188px;
vertical-align: middle;
}
#strength-requirements {
width: 270px;
padding-left:6px;
}
.form-group h2 {
font-size: 12px;
padding-bottom: 0px;
margin: 3px 0;
}
#tag {
width:140px;
}
#bump {
text-align: center;
width:55px;
}
#masterpw,
#hashword {
width:170px;
}
#hasher > p.browser-style {
clear:left;
margin-bottom:3px;
}
details {
margin-top:6px;
}
details > summary {
font-weight:bold;
}
button.unmask {
text-align:center;
vertical-align:top;
height:24px;
width:24px;
}
#hash-hint,
#master-hint {
position:absolute;
height:16px;
/* XXX! */
top:4px;
right:33px;
display:inline-block;
color:#666;
background-color:#ccc;
text-align:center;
padding:1px 3px;
font-family:monospace;
}
#submit,
#cancel {
width: 100px;
text-align: center;
height:24px;
}
.buttonrow {
width:210px;
margin: 0 auto;
padding: 0;
}
#hasher {
margin-bottom:3px;
}