tasks.css 1.91 KB
.task_box {
  position: relative;
  border: 1px solid #888;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 4px 9px 4px;
  margin-top: 5px;
  background: #EEE;
}

.task_title {
  margin: 0px;
  display: block;
  line-height: 28px;
  font-size: 120%;
}

.task_date {
  color: gray;
  font-size: 12px;
}

.task_icon {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.task_decisions {
  float: right;
  padding-right: 5px;
}

.task_information {
  line-height: 18px;
  padding: 2px 0px;
  clear: right;
}

.task_information p {
  margin: 0px;
}

.task_target {
  text-decoration: underline;
  font-weight: bold;
}

.task_responsible {
  text-align: right;
}

/* Task tags list */

.formfieldline label {
  font-weight: bold;
  margin: 0 5px 0 10px;
}

.inputosaurus-container {
  vertical-align: middle;
  margin-top: -2px;
}

.tag-list-fields input {
  background-color: #fff !important;
}

.formfield.tag-list-fields .ui-autocomplete-loading {
  background: url('/images/loading-small.gif') right center no-repeat !important;
  background-color: #fff !important;
}

.tag-saved {
  width: 24px;
  height: 24px;
  background: none !important;
}

.ok {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('/images/ok.png') right center no-repeat
}

.loading {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('/images/loading-small.gif') right center no-repeat
}

.task-processed li {
  background-color: rgb(240, 240, 240);
  border-radius: 8px;
  margin: 10px 0;
  list-style-type: none;
  padding: 12px;
}

.task-processed .task.status-3 {
  background-color: rgb(255, 203, 203);
}

.task-processed .task.status-2 {
  background-color: rgb(205, 252, 218);
}


.task-processed ul {
  padding: 0;
}

.task-processed .task-list .task .title {
  border-bottom: 1px solid rgb(221, 221, 221);
}