summaryrefslogtreecommitdiffstats
path: root/google-appengine/google/appengine/ext/admin/templates/css/form.css
blob: 0f8e2e02b9cf484ad8e34b1c8f710bb7fe62a7d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
table.form {
  border-collapse: collapse;
}

table.form td.name, table.form td.value, table.form td.buttons {
  border: 0;
  padding: 7px;
  padding-left: 0;
  vertical-align: top;
}

table.form td.name {
  font-weight: bold;
  padding-top: 9px;
  padding-right: 14px;
}

table.form td.buttons {
  padding-top: 12px;
}