From 5b2ffd1662da4d16dd73ddd252c998f1a802c8b5 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Sun, 26 Jan 2020 22:09:14 +0200 Subject: [PATCH 2/7] Fix duplicate selectors --- public/stylesheets/application.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index ed502e57f..bf5f1a052 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -557,8 +557,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;} @@ -703,7 +702,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%} @@ -1079,9 +1078,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%; } @@ -1557,7 +1556,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; } -- 2.22.0