forked from phreaknerd/passhash-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.css
105 lines (99 loc) · 1.4 KB
/
popup.css
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
html, body {
background-color: #fff;
font-family: sans-serif;
font-size: 14px;
color: #000;
padding: 10px;
margin: 0;
padding: 0;
}
label {
width: 100px;
display: inline-block;
}
#tag, #key, #hash {
width: 150px;
display: inline-block;
}
#bump, #options, #cancel, #ok {
width: 120px;
text-align: center;
}
.row {
margin-bottom: 5px;
width: 400px;
}
.btn-right {
clear: both;
padding-left: 100px;
padding-top: 10px;
width: 250px;
}
.settings.hidden {
display: none;
}
.loader {
width: 100%;
text-align: center;
padding-top: 100px;
display: none;
}
form {
padding: 15px 0px 0px 15px;
width: 400px;
}
#hint {
position: absolute;
margin: 2px 0px 0px -25px;
display: inline-block;
color: #666;
width: 13px;
text-align: center;
}
.hidden {
display: none;
}
.form-group h2 {
font-size: 16px;
}
.form-group ul {
list-style: none;
padding: 0;
margin: 0;
}
.form-group li {
padding:0;
margin:0;
}
.form-group label {
width: auto;
}
.form-group.radio {
width: 100px;
}
.form-group.radio label {
display: inline-block;
width: 20px;
text-align: right;
padding: 0;
margin: 0 5px 2px 5px;
}
.form-group.radio input {
width: 15px;
display: inline-block;
padding: 0;
margin: 0 0 2px 0;
}
.actions input {
width: 100px;
}
.requirements, .restrictions {
width: 300px;
}
.col {
float: left;
width: 300px;
}
.col:last-child {
width: 100px;
}