mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
Eliminate some inline styles (visibility: collapse).
(imported from commit a29f12ea2f82672ef05e5dcca486ec527acbd6dd)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="floating_recipient_bar">
|
<div class="floating_recipient_bar">
|
||||||
<table class="floating_recipient">
|
<table class="floating_recipient">
|
||||||
<tr style="visibility: collapse;">
|
<tr id="floating_recipient_layout_row" class="ztable_layout_row">
|
||||||
<td class="ztable_col1" />
|
<td class="ztable_col1" />
|
||||||
<td class="ztable_col2" />
|
<td class="ztable_col2" />
|
||||||
<td class="ztable_col3" />
|
<td class="ztable_col3" />
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<table class="compose_table">
|
<table class="compose_table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr style="visibility: collapse;">
|
<tr class="ztable_layout_row">
|
||||||
<td class="ztable_col1" />
|
<td class="ztable_col1" />
|
||||||
<td class="ztable_col2" />
|
<td class="ztable_col2" />
|
||||||
<td class="ztable_col3" />
|
<td class="ztable_col3" />
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
these CSS classes specify the widths for that first,
|
these CSS classes specify the widths for that first,
|
||||||
collapsed row. (Otherwise, colspan breaks everything).}}
|
collapsed row. (Otherwise, colspan breaks everything).}}
|
||||||
{{#include_layout_row}}
|
{{#include_layout_row}}
|
||||||
<tr style="visibility: collapse;" class="ztable_layout_row">
|
<tr class="ztable_layout_row">
|
||||||
<td class="ztable_col1" />
|
<td class="ztable_col1" />
|
||||||
<td class="ztable_col2" />
|
<td class="ztable_col2" />
|
||||||
<td class="ztable_col3" />
|
<td class="ztable_col3" />
|
||||||
|
|||||||
@@ -92,6 +92,9 @@ td.pointer {
|
|||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ztable_layout_row {
|
||||||
|
visibility: collapse;
|
||||||
|
}
|
||||||
.ztable_col1 { /* streamname */
|
.ztable_col1 { /* streamname */
|
||||||
}
|
}
|
||||||
.ztable_col2 { /* pointer */
|
.ztable_col2 { /* pointer */
|
||||||
|
|||||||
Reference in New Issue
Block a user