Skip to content

Commit 79afcbd

Browse files
committed
Fixing UI
1 parent b29e178 commit 79afcbd

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

frontend/scss/partials/_global.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,8 @@ tr {
103103

104104
.eval-user-img {
105105
border-radius: 50%;
106-
}
106+
}
107+
108+
select.form-control:not([size]):not([multiple]) {
109+
height: calc(3rem + 2px);
110+
}

packet/templates/packet.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ <h3>{{ get_rit_name(packet.freshman_username) }}</h3>
2121
</button>
2222
{% endif %}
2323
{% if info.realm == "csh" %}
24-
<div class="col">
25-
<a class="btn btn-primary" style="float: right"
26-
href="{{ url_for('packet_graphs', packet_id=packet.id) }}">Graphs</a>
27-
</div>
24+
<a class="btn btn-primary"
25+
style="float: right; margin-right: 5px"
26+
href="{{ url_for('packet_graphs', packet_id=packet.id) }}">
27+
Graphs
28+
</a>
2829
{% endif %}
2930
</div>
3031
</div>

0 commit comments

Comments
 (0)