summaryrefslogtreecommitdiffstats
path: root/google-appengine/google/appengine/ext/admin/templates/css/cron.css
blob: 679d358f4923af0c9eda398f897c90ca650bf4ca (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-cron-message {
  color: red;
  margin-bottom: 1em;
}

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

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