Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
138 righe
2.7 KiB
138 righe
2.7 KiB
5 anni fa
|
.lfr-asset-column-details {
|
||
|
.lfr-asset-title .lfr-asset-actions img {
|
||
|
margin-left: 5px;
|
||
|
}
|
||
|
|
||
|
.lfr-asset-actions {
|
||
|
float: right;
|
||
|
font-size: 11px;
|
||
|
font-weight: normal;
|
||
|
margin-bottom: 3px;
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.task-activity {
|
||
|
padding: 5px 5px 5px 25px;
|
||
|
}
|
||
|
|
||
|
.task-activity-date {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.lfr-asset-assigned, .lfr-asset-due-date, .task-type-1, .task-type-2, .task-type-3, .lfr-asset-date, .lfr-asset-status {
|
||
|
background: url() no-repeat 0 50%;
|
||
|
}
|
||
|
|
||
|
.lfr-asset-assigned {
|
||
|
background-image: url(@theme_image_path@/common/assign.png);
|
||
|
margin-right: 10px;
|
||
|
padding-left: 25px;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
|
||
|
h3.task-content-title {
|
||
|
margin-top: 0;
|
||
|
border-bottom: 1px solid #ddd;
|
||
|
}
|
||
|
|
||
|
.task-panel-container .lfr-panel-content {
|
||
|
padding: 0.7em;
|
||
|
}
|
||
|
|
||
|
.task-content-actions {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
.lfr-asset-date {
|
||
|
background: url(@theme_image_path@/common/date.png) no-repeat 0 50%;
|
||
|
}
|
||
|
|
||
|
.lfr-asset-due-date {
|
||
|
background-image: url(@theme_image_path@/common/time.png);
|
||
|
padding-left: 25px;
|
||
|
}
|
||
|
|
||
|
.task-type-1 {
|
||
|
background-image: url(@theme_image_path@/common/assign.png);
|
||
|
}
|
||
|
|
||
|
.task-type-2 {
|
||
|
background-image: url(@theme_image_path@/common/time.png);
|
||
|
}
|
||
|
|
||
|
.task-type-3 {
|
||
|
background-image: url(@theme_image_path@/common/recent_changes.png);
|
||
|
}
|
||
|
.task-type-99 {
|
||
|
background: url() no-repeat 0 50%;
|
||
|
background-image: url(@theme_image_path@/common/undo.png);
|
||
|
}
|
||
|
.task-type-98 {
|
||
|
background: url() no-repeat 0 50%;
|
||
|
background-image: url(@theme_image_path@/common/submit.png);
|
||
|
}
|
||
|
.lfr-asset-date {
|
||
|
margin-right: 10px;
|
||
|
overflow: auto;
|
||
|
padding-left: 25px;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
|
||
|
.lfr-asset-status {
|
||
|
background-image: url(@theme_image_path@/common/recent_changes.png);
|
||
|
padding-left: 25px;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
|
||
|
.asset-metadata {
|
||
|
border-top: 1px solid #DDD;
|
||
|
background-color: #EFEFEF;
|
||
|
padding: 0.5em;
|
||
|
margin: 2em 0 0;
|
||
|
|
||
|
span {
|
||
|
display: inline;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.metadata-author {
|
||
|
background: url(@theme_image_path@/portlet/edit_guest.png) no-repeat 0 0;
|
||
|
font-weight: bold;
|
||
|
margin-right: 10px;
|
||
|
padding-left: 25px;
|
||
|
padding-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
.metadata-entry {
|
||
|
clear: both;
|
||
|
color: #999;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.metadata-modified-date, .metadata-create-date, .metadata-publish-date, .metadata-expiration-date {
|
||
|
background: url(@theme_image_path@/common/date.png) no-repeat 0 0;
|
||
|
color: #999;
|
||
|
margin-bottom: 1em;
|
||
|
padding-left: 25px;
|
||
|
}
|
||
|
|
||
|
.metadata-priority {
|
||
|
background: url(@theme_image_path@/common/top.png) no-repeat 0 20%;
|
||
|
margin-right: 10px;
|
||
|
padding-left: 25px;
|
||
|
}
|
||
|
|
||
|
.metadata-view-count {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
.vertical-separator {
|
||
|
border-right: 1px solid #CCC;
|
||
|
margin: 0 10px;
|
||
|
padding-top: 0.1em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#workflowTasksPanelContainer {
|
||
|
border-width: 0;
|
||
|
}
|