summaryrefslogtreecommitdiffstats
path: root/google_appengine/google/appengine/ext/admin/templates/css/queues.css
blob: 35bf0352c7810e0606f64919b16d3dd6d1a17e73 (plain) (blame)
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
.ah-queues-message {
  color: red;
  margin-bottom: 1em;
}

#ah-queues .ah-queues-message {
  margin: 1em;
}

.ah-queues-times {
  margin-top: 1em;
}
#ah-queues .ae-table,
#ah-queues .ae-table td {
  border: 0;
  padding: 0;
}
#ah-queues ol {
  list-style: none;
}
#ah-queues li {
  padding: .2em 0;
}
.ah-queues-test {
  text-align: right;
}