src/main/webapp/css/site.css
author Tomas Zeman <tzeman@volny.cz>
Sun, 03 Apr 2011 15:55:02 +0200
changeset 2 cf829ec742b3
permissions -rw-r--r--
Main project functionality

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