1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-29 11:49:37 +00:00

Fix icon only links display (#21805).

git-svn-id: http://svn.redmine.org/redmine/trunk@15272 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-03-20 09:35:55 +00:00
parent eaea4e9fee
commit af89a8b201

View File

@ -147,7 +147,7 @@ table.list td.tick {width:15%}
table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
table.list td.checkbox input {padding:0px;}
table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
table.list td.buttons a { padding-right: 0.6em; }
table.list td.buttons a { margin-right: 0.6em; }
table.list td.buttons img {vertical-align:middle;}
table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
@ -1116,10 +1116,12 @@ a.close-icon:hover {background-image:url('../images/close_hl.png');}
a.icon-only {
display: inline-block;
width: 0;
height: 16px;
overflow: hidden;
padding-top: 0;
padding-bottom: 0;
font-size: 8px;
vertical-align: text-bottom;
}
a.icon-only::after {
content: " ";