Commit 6f3bf424 authored by Michal Čihař's avatar Michal Čihař

Remove not needed css

parent 03c3b3fc
......@@ -82,7 +82,7 @@ td.suggestions table {
width: 20px;
height: 20px;
}
td.toolbar a, td.mergebutton a {
td.toolbar a {
height: 20px;
font-size: 10px;
font-weight: normal;
......
......@@ -212,7 +212,7 @@ $(function() {
}
},
load: function (e, ui) {
$('.mergebutton').button({text: true, icons: { primary: "ui-icon-check" }});
$('a.mergebutton').button({text: true, icons: { primary: "ui-icon-check" }});
}
});
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment