##// END OF EJS Templates
Fix icon only links display (#21805)....
Jean-Philippe Lang -
r14890:af89a8b20151
parent child
Show More
@@ -147,7 +147,7 table.list td.tick {width:15%}
147 table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
147 table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
148 table.list td.checkbox input {padding:0px;}
148 table.list td.checkbox input {padding:0px;}
149 table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
149 table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
150 table.list td.buttons a { padding-right: 0.6em; }
150 table.list td.buttons a { margin-right: 0.6em; }
151 table.list td.buttons img {vertical-align:middle;}
151 table.list td.buttons img {vertical-align:middle;}
152 table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
152 table.list td.reorder {width:15%; white-space:nowrap; text-align:center; }
153 table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
153 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');}
1116 a.icon-only {
1116 a.icon-only {
1117 display: inline-block;
1117 display: inline-block;
1118 width: 0;
1118 width: 0;
1119 height: 16px;
1119 overflow: hidden;
1120 overflow: hidden;
1120 padding-top: 0;
1121 padding-top: 0;
1121 padding-bottom: 0;
1122 padding-bottom: 0;
1122 font-size: 8px;
1123 font-size: 8px;
1124 vertical-align: text-bottom;
1123 }
1125 }
1124 a.icon-only::after {
1126 a.icon-only::after {
1125 content: " ";
1127 content: " ";
General Comments 0
You need to be logged in to leave comments. Login now