]> source.dussan.org Git - redmine.git/commitdiff
Fix duplicate selectors (#32890).
authorGo MAEDA <maeda@farend.jp>
Tue, 28 Jan 2020 02:52:49 +0000 (02:52 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 28 Jan 2020 02:52:49 +0000 (02:52 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@19472 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 5478954875e2307e46198638b390e86117c18574..51489693b3f496653ee7eeab214c26da8c0e8c2c 100644 (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; }