Sha256: a98b64cc6699263272fc292bd9a1ea3ac4b12084fa51a13fef5f561e4b56d4eb

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 KB

Contents

body{
    background-color: #fdfdfd;
}

table.header {
  width: 100%;
}

table.header-title {
  border-collapse: collapse;
  /* With equal left-right margins table will be aligned in the centre */
  margin-left: auto;
  margin-right: auto;
}

td.header-title {
  font-size: 200%;
  background-color: #f0f0f0;
  padding: 12px;
  border-bottom: 4px solid #909090;
  border-top: 4px solid #909090;
}

#inputs {
}

table.inputs {
  width: 800px;
  border-collapse: collapse;
  /* With equal left-right margins table will be aligned in the centre */
  margin-left: auto;
  margin-right: auto;
}

table.acknowledgements {
  width: 500px;
  border-collapse: collapse;
  /* With equal left-right margins table will be aligned in the centre */
  margin-left: auto;
  margin-right: auto;
  font-size: 10pt;
  font-style: italic;
  text-align: center;
}

th.inputs {
  font-size: 120%;
  background-color: #f0f0f0;
  padding: 10px;
  border-bottom: 1px solid #909090;
  border-top: 4px solid #909090;
}

td.inputs {
  padding: 5px;
  vertical-align: middle;
}

td.left {
  text-align: left;
}

td.right {
  text-align: right;
}

img.right {
  float: right;
}

#description {
}

#inputs {
}

#outputs {
}

#note {
}

label {
  text-decoration: underline;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
t2-web-0.0.9 public/css/form.css
t2-web-0.0.8 public/css/form.css