* VRFS-1916 - fix vertical alignment issues on find session page
This commit is contained in:
parent
cc6f3fe974
commit
3894b2cbd3
|
|
@ -98,7 +98,6 @@
|
|||
sessionList.renderActiveSession(session, $(CATEGORY.ACTIVE.id));
|
||||
});
|
||||
|
||||
|
||||
afterLoadActiveSessions(sessions);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -47,6 +47,10 @@ table.findsession-table, table.local-recordings {
|
|||
border-top:none;
|
||||
padding:3px;
|
||||
vertical-align:middle !important;
|
||||
|
||||
.instruments {
|
||||
height:24px;
|
||||
}
|
||||
}
|
||||
|
||||
.musician-groups td {
|
||||
|
|
|
|||
|
|
@ -6,32 +6,6 @@
|
|||
<link rel="stylesheet" type="text/css" href="css/ie.css" media="screen, projection"/>
|
||||
<![endif]-->
|
||||
<script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
if (window.WebFont) {
|
||||
WebFont.load({
|
||||
|
|
|
|||
Loading…
Reference in New Issue