Skip to content
Snippets Groups Projects
Commit e723a5c4 authored by bbaer's avatar bbaer
Browse files

button width class added

parent 3f1dd6e3
No related branches found
No related tags found
No related merge requests found
Pipeline #720 passed
......@@ -197,6 +197,10 @@ select.qfq-locked:invalid {
background-color: #efefef;
}
.qfq-table-button-width {
width: 44px;
}
.nav-pills>li>a {
border-radius: 0;
}
......
......@@ -107,7 +107,7 @@
</caption>
<thead>
<tr class="qfq-subrecord-head">
<th>
<th class="qfq-table-button-width">
<a class="btn btn-default" href="#" title="New"><span class="glyphicon glyphicon-plus"></span></a>
</th>
<th>
......@@ -119,7 +119,7 @@
<th>
Date
</th>
<th>
<th class="qfq-table-button-width">
</th>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment