]> source.dussan.org Git - redmine.git/commitdiff
Increase space between menu items (#21985).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Mar 2016 09:17:16 +0000 (09:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Mar 2016 09:17:16 +0000 (09:17 +0000)
Patch by Go MAEDA.

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

public/stylesheets/application.css

index 36b7b775a2df975472a0e31ae2fb7bb19f51a6e2..fbd2b7a05ce0ed73fd772eaa91dd7b38b1004378 100644 (file)
@@ -1183,6 +1183,8 @@ a.close-icon:hover {background-image:url('../images/close_hl.png');}
 .icon-file.application-zip { background-image: url(../images/files/zip.png); }
 .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
 
+.contextual>.icon:not(:first-child), .buttons>.icon:not(:first-child) { margin-left: 5px; }
+
 img.gravatar {
   padding: 2px;
   border: solid 1px #d5d5d5;