This repository was archived by the owner on Jun 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackend.css
More file actions
199 lines (161 loc) · 4.32 KB
/
backend.css
File metadata and controls
199 lines (161 loc) · 4.32 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
/**
* Admin tool: Addon File Editor
*
* This tool allows you to "edit", "delete", "create", "upload" or "backup" files of installed
* Add-ons such as modules, templates and languages via LEPTON backend. This enables
* you to perform small modifications on installed Add-ons without downloading the files first.
*
*
* @author Christian Sommer (doc), Bianka Martinovic (BlackBird), Dietrich Roland Pehlke (aldus), LEPTON Project
* @copyright 2008-2012 Christian Sommer (doc), Bianka Martinovic (BlackBird), Dietrich Roland Pehlke (aldus)
* @copyright 2010-2015 LEPTON Project
* @license GNU General Public License
* @version see info.php
* @platform see info.php
*
*/
#mod_addon_file_editor thead, #mod_addon_file_editor thead tr:hover { background-color: #DFE1E5;}
#mod_addon_file_editor td { color:#666; line-height: 16px; text-align: left;}
#mod_addon_file_editor thead th { color: #333; line-height: 20px;}
#mod_addon_file_editor th {text-align: left;}
#mod_addon_file_editor table.filemanager td {line-height: 22px;}
#mod_addon_file_editor tr.odd { background-color: #ddd; }
#mod_addon_file_editor tr.permission td a { color: red; }
#mod_addon_file_editor tr:hover { background-color: #FFFFE0}
#mod_addon_file_editor tr.folder td { color: green; border-top: 1px solid #DDD; }
#mod_addon_file_editor td.right, #mod_addon_file_editor th.right { text-align: right; }
#mod_addon_file_editor td.center, #mod_addon_file_editor th.center { text-align: center; }
#mod_addon_file_editor img { border: 0; }
#mod_addon_file_editor a.backlink {
margin: 1em 0;
padding-left: 20px;
background: url(icons/back.png) left center no-repeat;
}
#mod_addon_file_editor p {
line-height: 1.5em;
}
#mod_addon_file_editor div.box {
width: 97.4%;
text-align: right;
font-size: x-small;
margin: 5px 0 40px 0;
}
#mod_addon_file_editor div.help_file {
float: right;
position: relative;
top: -32px;
}
#mod_addon_file_editor form {
color: #555;
padding: 0.5em;
background-color: #F9F9F9;
border: 1px solid #D7D7D7;
}
#mod_addon_file_editor input.submit, #mod_addon_file_editor a.submit {
width: auto;
float:left;
}
#mod_addon_file_editor a.submit, #mod_addon_file_editor a.submit:hover {
}
#mod_addon_file_editor input.file, #mod_addon_file_editor select.file {
width: 300px;
}
#mod_addon_file_editor input.readonly {
background-color: #E9E9E9;
}
#mod_addon_file_editor a.submit {
display: block;
padding: 0.1em;
padding-top: 4px;
text-align: center;
margin-left: 1.0em;
cursor: default;
}
#mod_addon_file_editor label {
margin-left: 0.5em;
width: 150px;
float: left;
}
#mod_addon_file_editor h4.admintools, h4 {
margin: 0;
margin-top: 10px;
padding-bottom: 5px;
}
h5 {
font-size: 13px;
color: #666;
font-weight: bold;
margin-bottom: 10px;
}
#mod_addon_file_editor .hidden { display: none; }
#mod_addon_file_editor .visible { display: block; }
#mod_addon_file_editor .warning {
color: red;
line-height: 1.2em;
}
#mod_addon_file_editor div.error {
width: 90%;
margin: 1em 0em;
padding: 1.0em;
padding-left: 4em;
border: 1.5px solid #FF0000;
background: #FFF0F0 url(icons/warning.png) 0.5em center no-repeat;
line-height: 1.2em;
}
#mod_addon_file_editor div.success {
width: 90%;
margin: 1em 0em;
padding: 1.0em;
padding-left: 4em;
border: 1.5px solid #2D9D3B;
background: #F0F6EA url(icons/success.gif) 0.5em center no-repeat;
line-height: 1.2em;
}
#mod_addon_file_editor div.info {
width: 90%;
margin: 1em 0em;
padding: 1.0em;
padding-left: 4em;
border: 1.5px solid #6B90DA;
background: #F0F7F9 url(icons/info.png) 0.5em center no-repeat;
line-height: 1.2em;
}
#mod_addon_file_editor h2.head_editform { margin-top: 1em; }
#mod_addon_file_editor h3 {
margin-top: 0.2em;
margin-left: 0.5em;
color: red;
}
#mod_addon_file_editor h3.normal {
color: #000;
margin-left: 0;
margin-top: 0.5em;
}
#mod_addon_file_editor .highlight {
margin-left: 0.5em;
color: #444;
}
#mod_addon_file_editor a.right {
text-align: right;
}
#mod_addon_file_editor a.link {
color: #00D;
text-decoration: underline;
}
#mod_addon_file_editor th.expanded {
padding-left: 2em;
background: #DFE1E5 url(icons/expand.png) 0.2em center no-repeat;
cursor:pointer;
}
#mod_addon_file_editor th.collapsed {
padding-left: 2em;
background: #DFE1E5 url(icons/collapse.png) 0.2em center no-repeat;
cursor:pointer;
}
#mod_addon_file_editor .hidden {
display: none;
}
#mod_addon_file_editor .code_area {
width: 98%;
}
p { width:97.4%; }