/**
 * @file
 * Specific CSS styles for classified.module
 *
 * @copyright (c) 2010 Ouest Systemes Informatiques (OSInet)
 *
 * @author Frederic G. MARAND <fgm@osinet.fr>
 *
 * @license General Public License version 2 or later
 *
 * Original code, not derived from the ed_classified module.
 */

@CHARSET "UTF-8";

.classified-expires {
  background-color: #c0c0d0;
  padding: 0.5em 1em;
  float: right;
  width: 14em;
}

.classified-expires-expired {
  color: #606060;
}

.classified-expires-soon {
  color: #FF8000;
}

.classified-expires-later {
 color: white;
}

/**
 * Allow specific styling of the "remaining" <div>.
 *
 * This is for the <div>
 */
.classified-max-length {
}

/**
 * Prevent wrapping on the main classified page if the category list is not wide
 * enough
 */
table.classified-term-list {
  width: 100%;
}
/**
 * Center #Ads column
 */
table.classified-term-list td.classified-number,
table.classified-term-list th.classified-number {
  text-align: center;
}

/**
 * Allow specific styling of the "remaining" <div>.
 *
 * This is for the number of characters remaining
 */
.classified-max-length>span {
  padding: 0.2em 0.5em;
  border: thin solid silver;
}

/**
 * Classified settings form
 */
#classified-admin-settings-lifetimes td {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
#classified-admin-settings-lifetimes td .description {
  margin-bottom: 0;
}
#classified-admin-settings-lifetimes td input {
  text-align: center;
}
