/**
 * @file
 * Styles for uc_file module.
 */

/* User-facing downloads table */
#user-downloads-table {
  width: 100%;
}

/* Admin wrapper */
.uc-file-admin {
  border: 2px solid #0074bd;
  padding: 15px;
  margin-top: 20px;
}

.uc-file-admin fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.uc-file-admin legend {
  display: none;
}

.uc-file-admin-title {
  margin: 0 0 10px 0;
  color: #0074bd;
  font-size: 1.1em;
}

/* Admin downloads table */
#download-table {
  width: 100%;
}

#download-table td,
#download-table th {
  padding: 4px 8px;
  vertical-align: middle;
}

#download-table td:first-child,
#download-table th:first-child {
  width: 50px;
  text-align: center;
}

#download-table td:nth-child(3),
#download-table th:nth-child(3) {
  width: 90px;
  text-align: center;
}

#download-table td:nth-child(4),
#download-table th:nth-child(4) {
  width: 60px;
  text-align: center;
}

#download-table td:nth-child(4) input.form-text {
  width: 3em;
  text-align: center;
  padding: 2px 4px;
  margin: 0;
}

#download-table .form-item {
  margin: 0;
}

/* Save button */
.uc-file-admin input.form-submit {
  margin-top: 15px;
}

tr.group {
  border: 0px;
}

.file-name {
  font-style: italic;
}

.uc-file-directory-view {
  font-style: italic;
  font-weight: bold;
}
