Merge branch 'develop' into feature.issue-due-date
This commit is contained in:
@@ -43,8 +43,12 @@ a:active{
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.right {
|
||||
text-align: right;
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.a-c {
|
||||
@@ -217,23 +221,37 @@ span.px-header-title a, span.px-header-title a:link, span.px-header-title a:visi
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Issue
|
||||
*/
|
||||
#tagscloud dl {
|
||||
margin: 0;
|
||||
dl.tagscloud,
|
||||
dl.statistics {
|
||||
margin: 0;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#tagscloud dt {
|
||||
dl.tagscloud dt {
|
||||
margin-top: .5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#tagscloud dd {
|
||||
dl.tagscloud dd {
|
||||
margin: 0;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
dl.statistics dt {
|
||||
margin-top: .5em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
dl.statistics dd {
|
||||
margin: 0;
|
||||
float: right;
|
||||
margin-top: -1.2em;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Issue
|
||||
*/
|
||||
a.issue-c {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
@@ -330,7 +348,11 @@ a.label {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
hr { visibility: hidden; }
|
||||
hr {
|
||||
height: 1px;
|
||||
border: 0;
|
||||
background: #e6e6e6;
|
||||
}
|
||||
|
||||
hr.attach {
|
||||
visibility: visible;
|
||||
@@ -811,6 +833,15 @@ p.desc {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
p.preview img {
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
p.preview iframe {
|
||||
width: 60%;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
div.old-rev {
|
||||
padding: 1em 1em 0.1em 1em;
|
||||
margin-bottom: 1em;
|
||||
@@ -833,6 +864,9 @@ div.deprecated-page {
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
|
||||
li.old-rev {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.delp {
|
||||
float: right;
|
||||
@@ -920,6 +954,44 @@ ol > li {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.resource-container {
|
||||
border: 1px solid #EEE;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.resource-container + * {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.resource-container .preview {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.resource-container .preview * {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.resource-container .preview img {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.resource-container .preview + .title {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.resource-container .title * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.resource-container .title .download {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
background: url("../img/down-large.png") no-repeat;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
/**
|
||||
* main menu
|
||||
*/
|
||||
@@ -1168,27 +1240,64 @@ span.scm-action.property-changed {
|
||||
}
|
||||
|
||||
/*
|
||||
* Project list on index
|
||||
* Project list
|
||||
*/
|
||||
div.p-list-img {
|
||||
div.p-list-prj {
|
||||
width: 24em;
|
||||
min-height: 5em;
|
||||
float: left;
|
||||
height: 32px;
|
||||
margin-top: .5em;
|
||||
margin: 0 1em 0.5em 0;
|
||||
}
|
||||
|
||||
div.p-list-prj {
|
||||
div.p-list-prj div.logo {
|
||||
float: left;
|
||||
margin: .5em 0 .5em .8em;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.p-list-prj div.logo img {
|
||||
max-width: 32px;
|
||||
max-height: 32px;
|
||||
}
|
||||
|
||||
div.p-list-prj div.logo .private {
|
||||
top: 18px;
|
||||
right: -3px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
div.p-list-prj div.logo .activity {
|
||||
height: 4px;
|
||||
width: 32px;
|
||||
margin-top: 5px;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
background: #E6E6E6;
|
||||
}
|
||||
|
||||
div.p-list-prj div.logo .activity .bar {
|
||||
background: #A5E26A;
|
||||
height: 100%;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
div.p-list-prj p {
|
||||
margin: 0px;
|
||||
margin: 0;
|
||||
margin-left: 42px;
|
||||
}
|
||||
|
||||
div.p-list-private {
|
||||
bottom: 16px;
|
||||
right: -3px;
|
||||
position: relative;
|
||||
div.p-list-prj .smaller {
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
a.external-link {
|
||||
background: url(../img/external_link.png) no-repeat right center;
|
||||
padding-right: 15px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -1239,3 +1348,19 @@ table.issue-summary td.graph-color {
|
||||
table.issue-summary td.graph-percent {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
table.form.access-rights {}
|
||||
|
||||
table.form.access-rights th + th,
|
||||
table.form.access-rights td + td {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
table.form.access-rights td + td label {
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
table.form.access-rights th *,
|
||||
table.form.access-rights td * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
BIN
www/media/idf/img/external_link.png
Normal file
BIN
www/media/idf/img/external_link.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 509 B |
Reference in New Issue
Block a user