1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-21 16:01:14 +00:00

Increase space between menu items (#21985).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@15259 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-03-19 09:17:16 +00:00
parent 484a853717
commit dcf4947449

View 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;