src/main/webapp/css/site.css
author Tomas Zeman <tzeman@volny.cz>
Thu, 08 Dec 2011 13:26:45 +0100
changeset 25 9eb79c10a02e
parent 2 cf829ec742b3
permissions -rw-r--r--
radview: 0.4 -> 0.5-SNAPSHOT

/*
 * Copyright 2011 Tomas Zeman <tzeman@volny.cz>
 */

.list {
  border-collapse: collapse;
}

.list td, .list thead th {
  border: 1px solid black;
}

.attr-name {
  font-weight: bold;
  width: 150px;
}

.attr-name-wide {
  font-weight: bold;
  width: 230px;
}


.attr-value {
}

.form-name {
  font-weight: bold;
  width: 150px;
}

.form-value {
}

td.td-right {
  text-align: right;
}

/* fix for active sf-menu item in span tag */
.sf-menu span {
  padding: 0.75em 1em;
}