Redmine 4.1.1

This commit is contained in:
Manuel Cillero 2020-11-22 21:20:06 +01:00
parent 33e7b881a5
commit 3d976f1b3b
1593 changed files with 36180 additions and 19489 deletions

File diff suppressed because it is too large Load diff

View file

@ -35,14 +35,12 @@
#context-menu a {
text-decoration:none !important;
background-repeat: no-repeat;
background-position: 1px 50%;
padding: 2px 0px 2px 20px;
width:100%; /* IE */
}
#context-menu li>a { width:auto; } /* others */
#context-menu a.disabled, #context-menu a.disabled:hover {color: #aaa;}
#context-menu li a.submenu { padding-right:16px; background:url("../images/bullet_arrow_right.png") right no-repeat; }
#context-menu li a.submenu { padding-right:16px; background:url("../images/arrow_right.png") right no-repeat; }
#context-menu li:hover { border:1px solid #628db6; background-color:#eef5fd; border-radius:3px; }
#context-menu a:hover {color:#2A5685;}
#context-menu li.folder:hover { z-index:40; }
@ -54,3 +52,6 @@
.context-menu-selection { background-color:#507AAA !important; color:#f8f8f8 !important; }
.context-menu-selection a, .context-menu-selection a:hover { color:#f8f8f8 !important; }
.context-menu-selection:hover { background-color:#507AAA !important; color:#f8f8f8 !important; }
div#gantt_area .context-menu-selection { background-color: rgba(80, 122, 170, 0.48) !important; }
div#gantt_area .context-menu-selection:hover { background-color: rgba(80, 122, 170, 0.48) !important; }
div#gantt_area .context-menu-selection a { color: #169 !important; }

View file

@ -1,6 +1,6 @@
#context-menu li.folder ul { left:auto; right:168px; }
#context-menu li.folder>ul { left:auto; right:148px; }
#context-menu li a.submenu { background:url("../images/bullet_arrow_left.png") left no-repeat; }
#context-menu li a.submenu { background:url("../images/arrow_left.png") left no-repeat; }
#context-menu a {
background-position: 100% 40%;

View file

@ -1,23 +1,52 @@
.jstBlock .hidden {
display: none;
}
.jstEditor {
padding-left: 0px;
}
.jstEditor textarea, .jstEditor iframe {
margin: 0;
}
.jstHandle {
height: 10px;
font-size: 0.1em;
cursor: s-resize;
/*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
}
.jstElements {
padding: 3px 3px 3px 0;
#content .jstTabs.tabs {
margin-bottom: -1px;
}
#content .jstTabs.tabs ul {border-bottom:0;}
#content .jstTabs.tabs li {
height: 42px;
}
#content .jstTabs.tabs li:before{
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
}
#content .jstTabs.tabs li a {
display: inline-block;
vertical-align: bottom;
line-height: 19px;
border-bottom: 1px solid transparent;
}
.jstElements {
display: inline-block;
vertical-align: bottom;
padding-left: 6px;
padding-bottom:2px;
height: 26px;
}
.wiki-preview {
background-color: #ffffff;
border: 1px solid #bbbbbb;
}
.wiki-preview p.empty-preview {color:#999; font-style:italic; margin-top:1em; text-align:center;}
.jstElements button {
margin-right: 4px;
margin-right: 2px;
width : 24px;
height: 24px;
padding: 4px;
@ -27,10 +56,13 @@
background-color : #f7f7f7;
background-position : 50% 50%;
background-repeat: no-repeat;
cursor:pointer;
opacity:0.7;
}
.jstElements button:hover {
border-color: #bbb;
background-color: #e5e5e5;
background-color: #e5e5e5;
opacity:1;
}
.jstElements button span {
display : none;

View file

@ -173,11 +173,11 @@
-webkit-transform: scale(1,.8);
-ms-transform: scale(1,.8);
transform: scale(1,.8);
padding-top:8px;
padding-top:8px;
}
#project-jump .drdn-content {
position:absolute;
position:absolute;
left:0px;
top:64px;
width:100%;
@ -186,7 +186,7 @@
}
#project-jump .drdn-content .autocomplete {
height:40px;
font-size:20px;
font-size:20px;
}
#project-jump .drdn-content a {
padding:8px;
@ -217,12 +217,11 @@
display: none;
}
.splitcontentleft, #list-left {
width: 100%;
}
.splitcontentright, #list-right {
.splitcontentleft, .splitcontentright, .splitcontenttop {
width: 100%;
flex: auto;
margin-right: 0;
margin-left: 0;
}
/*----------------------------------------*\
@ -598,7 +597,8 @@
white-space: normal;
}
#content>.contextual a,
#content>.contextual>a,
#content>.contextual .drdn,
p.buttons a {
font-weight: bold;
@ -611,12 +611,20 @@
border: 1px solid #ddd;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: transparent;
background-position-x: 4px;
}
#content>.contextual .drdn-content {
right:initial;
left:0px;
top:40px;
}
#content>.contextual .drdn .drdn-content a {
padding-top: 9px;
padding-bottom: 9px;
}
#content>.contextual a.icon,
p.buttons a.icon {
background-position-x: 4px;
padding-left: 25px;
}
@ -703,8 +711,8 @@
.gantt_subjects_column .gantt_hdr {
width: 100% !important;
border-right: 1px solid #c0c0c0; /* [2] */
right: 0 !important; /* [2] */
border-right: solid 1px #c0c0c0;
}
#gantt_area {
@ -747,6 +755,10 @@
float: none !important;
}
#all_attributes #issue_tracker_id {
width: 90%;
}
#issue_is_private_label {
display: inline;
}
@ -785,19 +797,21 @@
}
#issue_tree .issue > td.subject, #relations .issue > td.subject {
width: 100% !important; /* let subject have one full width column */
width: 100%; /* let subject have one full width column */
word-break: break-word; /* break word if subject is too long */
}
#issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox) {
width: 33.33%; /* three columns for all cells that are not subject */
#issue_tree .issue > td:not(.subject), #relations .issue > td:not(.subject) {
width: 20%; /* three columns for all cells that are not subject */
}
#issue_tree .issues, #issue_tree .issue,
#relations .issues, #relations .issue {
position: relative; /* needed for .buttons positioning */
}
/* positioniong of unline button */
#issue_tree .issue > td.buttons,
#relations .issue > td.buttons {
text-align: right;
position: absolute;
@ -806,11 +820,12 @@
padding-right: 0;
}
#issue_tree .issue .buttons a,
#relations .issue .buttons a {
vertical-align: middle;
padding-right: 5px;
}
#issue_tree .issue > td.subject,
#relations .issue > td.subject {
padding-right: 25px; /* this is the spaces that .buttons uses next to subject */
}
@ -843,4 +858,3 @@
#login-form {width:100%; margin-top:2em;}
}

View file

@ -36,8 +36,8 @@ input#openid_url {padding-left:0px; padding-right:18px;}
#sidebar a.selected {padding:1px 2px 2px 3px; margin-left:0px; margin-right:-2px;}
#admin-menu a.selected {padding-left:0!important; padding-right:20px!important; background-position:right 2px 40%;}
a.collapsible {padding-left:0px; padding-right:12px; background: url(../images/arrow_expanded.png) no-repeat right -3px top 40%;}
a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat right -5px top 40%;}
a.collapsible {padding-left:0px; padding-right:12px; background: url(../images/arrow_down.png) no-repeat right 0px top 50%;}
a.collapsible.collapsed {background-image: url(../images/arrow_left.png);}
/***** Tables *****/
table.list td {padding-left:0px; padding-right:10px;}
@ -133,7 +133,8 @@ div.issue div.subject div div {padding-left:0px; padding-right:16px;}
div.issue span.private, div.journal span.private {margin-right:0px; margin-left:2px;}
fieldset.collapsible>legend {padding-left:0px; padding-right:16px; background: url(../images/arrow_expanded.png) no-repeat right 40%;}
fieldset.collapsible>legend {padding-left:0px; padding-right:18px; background: url(../images/arrow_down.png) no-repeat right 50%;}
fieldset.collapsible.collapsed>legend { background-image: url(../images/arrow_left.png); }
fieldset#filters td.add-filter {text-align:left; }
@ -372,9 +373,6 @@ td.username img.gravatar {margin:0 0 0 0.5em; }
/* Custom JQuery styles */
.ui-datepicker-title select {margin-left:4px !important; margin-right:0 !important;}
/************* CodeRay styles *************/
.syntaxhl .line-numbers {margin:0px 0px 0px 5px;}
/***** Media print specific styles *****/
@media print {
}

View file

@ -1,3 +1,7 @@
table.entries a {
padding-top: 2px;
padding-bottom: 2px;
}
table.revision-info td {
margin: 0px;
@ -67,21 +71,26 @@ table.filecontent td.line-code pre {
table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }
table.filecontent tr:target td.line-code { background-color:#DDEEFF; }
img.filecontent { max-width: 100%; }
img.filecontent, video.filecontent { max-width: 100%; }
.previous-filename {
font-weight: normal;
}
/* 12 different colors for the annonate view */
table.annotate tr.bloc-0 {background: #FFFFBF;}
table.annotate tr.bloc-1 {background: #EABFFF;}
table.annotate tr.bloc-2 {background: #BFFFFF;}
table.annotate tr.bloc-3 {background: #FFD9BF;}
table.annotate tr.bloc-4 {background: #E6FFBF;}
table.annotate tr.bloc-5 {background: #BFCFFF;}
table.annotate tr.bloc-6 {background: #FFBFEF;}
table.annotate tr.bloc-7 {background: #FFE6BF;}
table.annotate tr.bloc-8 {background: #FFE680;}
table.annotate tr.bloc-9 {background: #AA80FF;}
table.annotate tr.bloc-10 {background: #FFBFDC;}
table.annotate tr.bloc-11 {background: #BFE4FF;}
table.annotate tr.bloc-0 td.author {border-right-color: #FFFFBF;}
table.annotate tr.bloc-1 td.author {border-right-color: #EABFFF;}
table.annotate tr.bloc-2 td.author {border-right-color: #BFFFFF;}
table.annotate tr.bloc-3 td.author {border-right-color: #FFD9BF;}
table.annotate tr.bloc-4 td.author {border-right-color: #E6FFBF;}
table.annotate tr.bloc-5 td.author {border-right-color: #BFCFFF;}
table.annotate tr.bloc-6 td.author {border-right-color: #FFBFEF;}
table.annotate tr.bloc-7 td.author {border-right-color: #FFE6BF;}
table.annotate tr.bloc-8 td.author {border-right-color: #FFE680;}
table.annotate tr.bloc-9 td.author {border-right-color: #AA80FF;}
table.annotate tr.bloc-10 td.author {border-right-color: #FFBFDC;}
table.annotate tr.bloc-11 td.author {border-right-color: #BFE4FF;}
table.annotate tr.bloc-change {border-top:1px solid #e5e5e5;}
table.annotate td.revision {
padding:0;
@ -94,7 +103,7 @@ table.annotate td.revision {
table.annotate td.author {
padding:0;
text-align: center;
border-right: 1px solid #d7d7d7;
border-right: 6px solid #d7d7d7;
white-space: nowrap;
padding-left: 1em;
padding-right: 1em;

View file

@ -0,0 +1,27 @@
.tribute-container {
position: absolute;
top: 0;
left: 0;
height: auto;
max-height: 300px;
max-width: 500px;
overflow: auto;
display: block;
z-index: 999999; }
.tribute-container ul {
margin: 0;
margin-top: 2px;
padding: 0;
list-style: none;
background: #efefef; }
.tribute-container li {
padding: 5px 5px;
cursor: pointer; }
.tribute-container li.highlight {
background: #ddd; }
.tribute-container li span {
font-weight: bold; }
.tribute-container li.no-match {
cursor: default; }
.tribute-container .menu-highlighted {
font-weight: bold; }