Actualiza a Redmine 3.4.13
This commit is contained in:
parent
807ff3308d
commit
ecddcaf1d3
224 changed files with 2222 additions and 1000 deletions
|
@ -140,8 +140,6 @@ a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repea
|
|||
|
||||
a#toggle-completed-versions {color:#999;}
|
||||
|
||||
a.toggle-checkboxes { margin-left: 5px; padding-left: 12px; background: url(../images/toggle_check.png) no-repeat 0% 50%; }
|
||||
|
||||
/***** Dropdown *****/
|
||||
.drdn {position:relative;}
|
||||
.drdn-trigger {
|
||||
|
@ -344,13 +342,15 @@ tr.group a.toggle-all { color: #aaa; font-size: 80%; display:none; float:right;
|
|||
tr.group:hover a.toggle-all { display:inline;}
|
||||
a.toggle-all:hover {text-decoration:none;}
|
||||
|
||||
table.list tbody tr:hover { background-color:#ffffdd; }
|
||||
table.list tbody tr.group:hover { background-color:inherit; }
|
||||
|
||||
table td {padding:2px;}
|
||||
table p {margin:0;}
|
||||
|
||||
table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) { background-color:#f6f7f8; }
|
||||
table.list:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div.changeset:nth-child(even) { background-color: #fff; }
|
||||
table.list:not(.odd-even) tbody tr:nth-child(odd):hover, .odd:hover, #issue-changesets div.changeset:nth-child(odd):hover,
|
||||
table.list:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover, #issue-changesets div.changeset:nth-child(even):hover { background-color:#ffffdd; }
|
||||
|
||||
tr.builtin td.name {font-style:italic;}
|
||||
|
||||
|
@ -448,8 +448,8 @@ div.issue {background:#ffffdd; padding:6px; margin-bottom:6px; border: 1px solid
|
|||
p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
|
||||
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
|
||||
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
|
||||
.ltr {direction:ltr !important; unicode-bidi:bidi-override;}
|
||||
.rtl {direction:rtl !important; unicode-bidi:bidi-override;}
|
||||
.wiki-class-ltr {direction:ltr !important;}
|
||||
.wiki-class-rtl {direction:rtl !important;}
|
||||
|
||||
div.issue div.subject div div { padding-left: 16px; }
|
||||
div.issue div.subject p {margin: 0; margin-bottom: 0.1em; font-size: 90%; color: #999;}
|
||||
|
@ -548,7 +548,8 @@ select#issue_done_ratio { width: 95px; }
|
|||
ul.projects {margin:0; padding-left:1em;}
|
||||
ul.projects ul {padding-left:1.6em;}
|
||||
ul.projects.root {margin:0; padding:0;}
|
||||
ul.projects li {list-style-type:none;}
|
||||
ul.projects li.root, ul.projects li.child {list-style-type:none;}
|
||||
ul.projects div.description li {list-style-type:initial;}
|
||||
|
||||
#projects-index {
|
||||
column-count: auto;
|
||||
|
@ -560,10 +561,28 @@ ul.projects li {list-style-type:none;}
|
|||
-moz-column-width: 400px;
|
||||
-moz-column-gap : 0.5rem;
|
||||
}
|
||||
#projects-index ul.projects li.root>ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
|
||||
#projects-index ul.projects li.root {margin-bottom: 1em;}
|
||||
#projects-index li.root ul.projects { border-left: 3px solid #e0e0e0; padding-left:1em;}
|
||||
#projects-index ul.projects li.root {
|
||||
margin-bottom: 1em;
|
||||
padding: 15px 20px;
|
||||
border: 1px solid #d7d7d7;
|
||||
border-radius: 3px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
break-inside: avoid-column;
|
||||
-webkit-break-inside: avoid-column;
|
||||
-moz-break-inside: avoid-column;
|
||||
page-break-inside:avoid;
|
||||
-webkit-column-break-inside: avoid;
|
||||
-moz-column-break-inside: avoid;
|
||||
width: 100%;
|
||||
}
|
||||
#projects-index ul.projects li.child {margin-top: 1em;}
|
||||
#projects-index ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
|
||||
#projects-index ul.projects div.description {
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
#projects-index a.icon-fav {padding-left:0; padding-right:20px; background-position:98% 50%;}
|
||||
|
||||
#notified-projects>ul, #tracker_project_ids>ul, #custom_field_project_ids>ul {max-height:250px; overflow-y:auto;}
|
||||
|
@ -701,7 +720,7 @@ label.no-css {
|
|||
}
|
||||
input#time_entry_comments { width: 90%;}
|
||||
|
||||
#preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
|
||||
fieldset.preview {margin-top: 1em; min-width: inherit; background: url(../images/draft.png)}
|
||||
|
||||
.tabular.settings p{ padding-left: 300px; }
|
||||
.tabular.settings label{ margin-left: -300px; width: 295px; }
|
||||
|
@ -1107,7 +1126,7 @@ div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
|
|||
|
||||
a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
|
||||
a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
|
||||
h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
|
||||
h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor, h4:hover a.wiki-anchor, h5:hover a.wiki-anchor, h6:hover a.wiki-anchor { display: inline; color: #ddd; }
|
||||
|
||||
div.wiki img {vertical-align:middle; max-width:100%;}
|
||||
|
||||
|
@ -1290,7 +1309,7 @@ div.wiki img {vertical-align:middle; max-width:100%;}
|
|||
.icon-file.text-x-c { background-image: url(../images/files/c.png); }
|
||||
.icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
|
||||
.icon-file.text-x-java { background-image: url(../images/files/java.png); }
|
||||
.icon-file.text-x-javascript { background-image: url(../images/files/js.png); }
|
||||
.icon-file.application-javascript { background-image: url(../images/files/js.png); }
|
||||
.icon-file.text-x-php { background-image: url(../images/files/php.png); }
|
||||
.icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
|
||||
.icon-file.text-xml { background-image: url(../images/files/xml.png); }
|
||||
|
@ -1302,7 +1321,7 @@ div.wiki img {vertical-align:middle; max-width:100%;}
|
|||
.icon-file.image-tiff { background-image: url(../images/files/image.png); }
|
||||
.icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
|
||||
.icon-file.application-zip { background-image: url(../images/files/zip.png); }
|
||||
.icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
|
||||
.icon-file.application-gzip { background-image: url(../images/files/zip.png); }
|
||||
|
||||
.sort-handle { width:16px; height:16px; background:url(../images/reorder.png) no-repeat 0 50%; cursor:move; }
|
||||
.sort-handle.ajax-loading { background-image: url(../images/loading.gif); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue