~minos-archive/minos/firefox-minos-settings

« back to all changes in this revision

Viewing changes to mozilla/firefox/h5xyzl6e.default/extensions/lazarus@interclue.com/chrome/skin/recover-form.css

  • Committer: Javier Lopez
  • Date: 2015-07-08 01:10:19 UTC
  • Revision ID: git-v1:d8c3500bae00a8a67d74f8f96235ec11d75231be
rename mozilla-minos-settings -> firefox-minos-settings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
div.form-field-box {
3
 
        position: relative;
4
 
        padding: 5px;
5
 
        clear: both;
6
 
}
7
 
label {
8
 
        display: block;
9
 
        width: 200px;   
10
 
        text-align: right;
11
 
        padding-right: 10px;
12
 
        float: left;
13
 
        font-weight: bold;
14
 
}
15
 
input.text, input.password, input.hidden, textarea.textarea {
16
 
        width: 450px;
17
 
}
18
 
input.checkbox, input.radio {
19
 
        width: auto;
20
 
}
21
 
 
22
 
#forminfo th {
23
 
        width: 200px;   
24
 
        text-align: right;
25
 
        padding-right: 10px;
26
 
}
27
 
textarea.textarea {
28
 
        height: 200px;  
29
 
}
30
 
 
31
 
body {
32
 
        background-color: #000;
33
 
        color: #eee;    
34
 
}
35
 
 
36
 
a, a:visited {
37
 
        color: #ff8;
38
 
        text-decoration: none;
39
 
}
40
 
a:hover {
41
 
        text-decoration: underline;     
42
 
}
43
 
 
44
 
#header h1 a {
45
 
        text-decoration: none;
46
 
        background: url("lazarus-logo.png") no-repeat bottom left;
47
 
        position: absolute;
48
 
        top: 25px;
49
 
        left: 32px;
50
 
        display: block;
51
 
        text-indent: -2000px;
52
 
        width: 146px;
53
 
        height: 80px;
54
 
}
55
 
 
56
 
#heading {
57
 
        position: absolute;
58
 
        top: 30px;
59
 
        left: 432px;
60
 
        color: #ff8;    
61
 
}
62
 
 
63
 
#header {
64
 
        height: 80px;
65
 
}
66
 
 
67
 
#container {
68
 
        position: relative;
69
 
        width: 700px;
70
 
        margin: auto;   
71
 
}
72
 
#notes {
73
 
        font-size: smaller;
74
 
        color: #888;
75
 
}
76
 
 
77
 
#form-box {
78
 
        border-top: 1px solid #888;     
79
 
        border-bottom: 1px solid #888;
80
 
        margin: 10px 0;
81
 
        padding: 10px 0;
82
 
}
83
 
 
84
 
#form-box.warning {
85
 
        background-color: #fee;
86
 
        color: #f00;
87
 
        font-weight: bold;
88
 
        padding: 10px 10px 10px 35px;
89
 
        background: #fee url("chrome://lazarus/skin/lazarus-error.png") no-repeat 10px 12px;
90
 
        border: 1px solid #f00;
91
 
}
 
 
b'\\ No newline at end of file'