summaryrefslogtreecommitdiffstats
path: root/google_appengine/google/appengine/ext/admin/templates/css/inboundmail.css
blob: 7318a4eb40bc04a89d6f507c71201c47ffbccc32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#inboundmail label {
  display: block;
  font-weight: bold;
}
#inboundmail legend {
  font-weight: bold;
}
#inboundmail .radio label {
  display: inline;
  font-weight: normal;
}

#inboundmail fieldset,
#inboundmail .fieldset {
  margin-bottom: 8px;
}
#inboundmail-submit {
  margin-top: 2em;
}