/* Plugin: redmine_dflex
 * Modul: Time Entry List (sekcja wydzielona z dflex_overrides.css, v2.8.0)
 *
 * Style dla table.list.time-entries: badge aktywnosci, user+activity column,
 * issue+comment column, polska data z dniem tygodnia.
 */

/* ============================================================
   Sekcja 1b: Time Entry List
   ============================================================ */

/* -- Activity badge: pastelowy pill z nazwa aktywnosci -- */
.dfx-activity-badge {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

/* -- User line w time entries -- */
.dfx-user-line {
  font-weight: 500;
}

.dfx-user-line a {
  color: inherit;
}

/* -- Activity line pod nazwa uzytkownika -- */
.dfx-activity-line {
  display: block;
  margin-top: 2px;
}

/* -- Issue w time entries: dwuliniowy layout -- */
.dfx-te-issue-line {
  display: block;
  margin-bottom: 2px;
}

.dfx-te-subject-line {
  display: block;
  font-size: 0.85rem;
  color: #374151;
  margin-top: 1px;
}

/* -- Godziny wyroznienie -- */
table.list.time-entries td.hours {
  font-weight: 600;
  font-size: 1.05em;
  white-space: nowrap;
}

/* -- Data z dniem tygodnia -- */
.dfx-date-main {
  display: block;
  white-space: nowrap;
}

.dfx-date-day {
  display: block;
  font-size: 0.8rem;
  color: #6B7280;
  text-transform: capitalize;
}

/* -- Komentarz linia -- */
.dfx-comment-line {
  font-size: 0.85rem;
  color: #6B7280;
  margin-top: 2px;
}

