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

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