summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-12-10 23:44:51 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-12-10 23:44:51 +0000
commit5a20f489b3823bf621e157fd13dc9bd15eaf097d (patch)
tree891d411e6a4ab87e78181edffc430b2dafec98d8
parent910842a157a9fa663b13ddc6eb95359fd60482a1 (diff)
downloadredmine-5a20f489b3823bf621e157fd13dc9bd15eaf097d.tar.gz
redmine-5a20f489b3823bf621e157fd13dc9bd15eaf097d.zip
Adjust the vertical alignment of icons in the tree view of the repository browser (#41775).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23382 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/assets/stylesheets/scm.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/scm.css b/app/assets/stylesheets/scm.css
index 36755a668..e3eca24df 100644
--- a/app/assets/stylesheets/scm.css
+++ b/app/assets/stylesheets/scm.css
@@ -22,7 +22,7 @@ div.changeset-changes ul > ul { margin-left: 18px; padding: 0; }
li.change {
list-style-type:none;
background-image: url(/bullet_black.png);
- background-position: 1px 1px;
+ background-position: 1px 2px;
background-repeat: no-repeat;
padding-top: 1px;
padding-bottom: 1px;
@@ -41,8 +41,8 @@ li.change.change-D { background-image: url(/bullet_delete.png); }
li.change .copied-from { font-style: italic; color: #999; font-size: 0.9em; }
li.change .copied-from:before { content: " - "}
-#changes-legend { float: right; font-size: 0.8em; margin: 0; }
-#changes-legend li { float: left; background-position: 5px 0; }
+#changes-legend { float: right; font-size: 0.75rem; margin: 0; }
+#changes-legend li { float: left; background-position: 5px 1px; }
table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
table.filecontent tbody {font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:0.75rem;}