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

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

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