/*
 * This file is part of the TYPO3 CMS project.
 *
 * It is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License, either version 2
 * of the License, or any later version.
 *
 * For the full copyright and license information, please read the
 * LICENSE.txt file that was distributed with this source code.
 *
 * The TYPO3 project - inspiring people to share!
 */
/* - - - - - - - - - - - - - - - - - - - - -
Info > Linkvalidator
- - - - - - - - - - - - - - - - - - - - - */
.linkvalidator-function-menu {
  margin-bottom: 25px;
  margin-left: 25px;
  margin-top: 0;
  float: left;
}
.linkvalidator-function-menu input {
  margin-left: 5px;
}
.linkvalidator-function-menu div {
  margin-top: 11px;
}
.linkvalidator-check-options {
  float: left;
  display: block;
  margin-top: 0px;
  width: 225px;
}
.linkvalidator-check-options div {
  float: left;
}
.linkvalidator-button {
  clear: both;
}
#linkvalidator-statistics-table {
  width: 230px;
  margin-top: 5px;
  margin-bottom: 14px;
}
#linkvalidator-statistics-table th td.number {
  padding-top: 4px;
}
#linkvalidator-statistics-table td {
  border-left: 1px solid white;
  vertical-align: middle;
}
#linkvalidator-statistics-table td:first-child {
  border-left: none;
}
#linkvalidator-statistics-table .number {
  padding-right: 6px;
  text-align: center;
}
#linkvalidator-statistics-table span {
  vertical-align: middle;
}
#linkvalidator-broken-links-table td {
  border-left: 1px solid white;
}
#linkvalidator-broken-links-table td span.valid {
  color: green;
}
#linkvalidator-broken-links-table td span.error {
  color: red;
}
#linkvalidator-broken-links-table td:first-child {
  border-left: none;
}
