Sha256: 6c238895f114663c7a130ef8ba1e1f017828cf42a8be2f55eb80bf4db16744fa

Contents?: true

Size: 955 Bytes

Versions: 3

Compression:

Stored size: 955 Bytes

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;
}

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: top;
}

td.right {
  text-align: right;
}

img.right {
  float: right;
}

#description {
}

#inputs {
}

#outputs {
}

#note {
}

label {
  text-decoration: underline;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
t2-web-0.0.7 public/css/form.css
t2-web-0.0.6 public/css/form.css
t2-web-0.0.5 public/css/form.css