Fix duplicate selectors (#32890).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@19472 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-01-28 02:52:49 +00:00
parent 0cb7c100ac
commit 2b1c981b3c

View File

@@ -558,8 +558,7 @@ fieldset#filters td.values select {min-width:130px;}
.buttons .icon {padding-bottom:3px; padding-top:1px;}
div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
div#issue-changesets div.changeset { padding: 4px;}
div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; }
div#issue-changesets div.changeset {border-bottom: 1px solid #ddd; padding: 4px;}
div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
.changeset-comments {margin-bottom:1em;}
@@ -704,7 +703,7 @@ select.expandable {vertical-align:top;}
textarea#custom_field_possible_values {width: 95%; resize:vertical}
textarea#custom_field_default_value {width: 95%; resize:vertical}
.sort-handle {display:inline-block; vertical-align:middle;}
.sort-handle {display:inline-block; vertical-align:middle; cursor: move;}
input#content_comments {width: 99%}
@@ -1080,9 +1079,9 @@ table.progress {
text-align: center;
float:left;
margin: 1px 6px 1px 0px;
width:80px;
}
table.progress {width:80px;}
table.progress td { height: 1em; }
table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
@@ -1558,7 +1557,6 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container {
.icon-file.application-zip { background-image: url(../images/files/zip.png); }
.icon-file.application-gzip { background-image: url(../images/files/zip.png); }
.sort-handle { cursor:move; }
.sort-handle.ajax-loading { background-image: url(../images/loading.gif); }
tr.ui-sortable-helper { border:1px solid #e4e4e4; }