~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to theme/bootstrapbase/less/moodle/backup-restore.less

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
    background-color: #eee;
163
163
    padding: 3px;
164
164
}
 
165
.path-backup .wibbler {
 
166
    width: 500px;
 
167
    margin: 0 auto 10px;
 
168
    border-bottom: 1px solid black;
 
169
    border-right: 1px solid black;
 
170
    border-left: 1px solid black;
 
171
    position: relative;
 
172
    min-height: 4px;
 
173
}
 
174
.path-backup .wibbler .wibble {
 
175
    position: absolute;
 
176
    left: 0;
 
177
    right: 0;
 
178
    top: 0;
 
179
    height: 4px;
 
180
}
 
181
.path-backup .wibbler .state0 {
 
182
    background: #eee;
 
183
}
 
184
.path-backup .wibbler .state1 {
 
185
    background: #ddd;
 
186
}
 
187
.path-backup .wibbler .state2 {
 
188
    background: #ccc;
 
189
}
 
190
.path-backup .wibbler .state3 {
 
191
    background: #bbb;
 
192
}
 
193
.path-backup .wibbler .state4 {
 
194
    background: #aaa;
 
195
}
 
196
.path-backup .wibbler .state5 {
 
197
    background: #999;
 
198
}
 
199
.path-backup .wibbler .state6 {
 
200
    background: #888;
 
201
}
 
202
.path-backup .wibbler .state7 {
 
203
    background: #777;
 
204
}
 
205
.path-backup .wibbler .state8 {
 
206
    background: #666;
 
207
}
 
208
.path-backup .wibbler .state9 {
 
209
    background: #555;
 
210
}
 
211
.path-backup .wibbler .state10 {
 
212
    background: #444;
 
213
}
 
214
.path-backup .wibbler .state11 {
 
215
    background: #333;
 
216
}
 
217
.path-backup .wibbler .state12 {
 
218
    background: #222;
 
219
}
 
220
.path-backup .backup_log {
 
221
    margin-top: 2em;
 
222
}
 
223
.path-backup .backup_log h2 {
 
224
    font-size: 1em;
 
225
}
 
226
.path-backup .backup_log_contents {
 
227
    border: 1px solid #ddd;
 
228
    padding: 10px;
 
229
    height: 300px;
 
230
    overflow-y: scroll;
 
231
}