mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
recent_topics: Improve variable naming of tableFixHead.
This commit is contained in:
@@ -81,14 +81,14 @@
|
|||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tableFixHead {
|
.table_fix_head {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
padding-top: 0px !important;
|
padding-top: 0px !important;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tableFixHead table {
|
.table_fix_head table {
|
||||||
// To keep border properties to the thead th.
|
// To keep border properties to the thead th.
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<i class="fa fa-remove" aria-hidden="true"></i>
|
<i class="fa fa-remove" aria-hidden="true"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="tableFixHead">
|
<div class="table_fix_head">
|
||||||
<table class="table table-responsive table-hover">
|
<table class="table table-responsive table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user