aboutsummaryrefslogtreecommitdiff
path: root/www/ci-body.css
blob: 1403dbd017004918212e4ed623b1197586984c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * CI request submission form (based on proplist and form-table)
 */
#ci
{
  margin-top: .8em;
  margin-bottom: .8em;

  padding-top: .4em;
  padding-bottom: .4em;
}

#ci th
{
  width: 7.5em;
}

#ci input, #submit-padding
{
  width: 100%;
  margin:0;
}