Skip to content

Commit 9cf29ba

Browse files
committed
table-condensed -> table-sm
- Legacy-Id: 19589
1 parent a8742de commit 9cf29ba

125 files changed

Lines changed: 196 additions & 196 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ietf/secr/templates/meetings/sessions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="module role-container">
77
<h2>Sessions</h2>
88

9-
<table class="table table-condensed table-striped ipr-table tablesorter">
9+
<table class="table table-sm table-striped ipr-table tablesorter">
1010
<thead>
1111
<tr>
1212
<th>Group</th>

ietf/templates/community/manage_list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>Individual documents</h2>
2727

2828
{% if individually_added %}
2929
<p>The list tracks {{ individually_added|length }} individually added document{{ individually_added|length|pluralize }}:</p>
30-
<table class="table table-condensed table-striped">
30+
<table class="table table-sm table-striped">
3131
<tbody>
3232
{% for d in individually_added %}
3333
<tr>
@@ -67,7 +67,7 @@ <h2>Search rules</h2>
6767
<p>You can track documents with a search rule. When a document fulfills the search criteria, it will automatically show up in the list.</p>
6868

6969
{% if rules %}
70-
<table class="table table-condensed table-striped">
70+
<table class="table table-sm table-striped">
7171
<thead>
7272
<tr><th>Rule</th><th>Value</th><th>Documents</th><th></th></tr>
7373
</thead>

ietf/templates/debug.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
onclick="$('#debug-query-table').toggleClass('hide');">Show</a>
1414
{% endif %}
1515
</p>
16-
<table class="table table-condensed tablesorter hide" id="debug-query-table">
16+
<table class="table table-sm tablesorter hide" id="debug-query-table">
1717
<thead>
1818
<tr>
1919
<th data-header="sequence">#</th>
@@ -46,7 +46,7 @@
4646
<h4 class="modal-title" id="modal-title-{{forloop.counter}}">QuerySet Origin for Query #{{forloop.counter}}</h4>
4747
</div>
4848
<div class="modal-body">
49-
<table class="table table-condensed">
49+
<table class="table table-sm">
5050
<thead>
5151
<tr>
5252
<th>File (line)</th>

ietf/templates/doc/bofreq/bof_requests.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>BOF Requests</h1>
2323
<div class="panel panel-default">
2424
<div class="panel-heading">{{req_group.grouper|capfirst}} BOF Requests</div>
2525
<div class="panel-body">
26-
<table id="bofreqs-{{req_group.grouper}}" class="table table-condensed table-striped tablesorter">
26+
<table id="bofreqs-{{req_group.grouper}}" class="table table-sm table-striped tablesorter">
2727
<thead>
2828
<tr><th class="col-sm-4">Name</th><th class="col-sm-1">Date</th><th>Title</th><th>Responsible</th><th>Editors</th></tr>
2929
</thead>

ietf/templates/doc/charter/submit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% origin %}
1414
<h1>Charter submission</h1>
1515

16-
<table class="table table-condensed">
16+
<table class="table table-sm">
1717
<tbody class="meta">
1818
<tr>
1919
<th>{{ group.type.name }}</th>

ietf/templates/doc/document_bofreq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{% include "doc/revisions_list.html" %}
2121
<div id="timeline"></div>
2222

23-
<table class="table table-condensed">
23+
<table class="table table-sm">
2424
<thead id="message-row">
2525
<tr>
2626
{% if doc.rev != latest_rev %}

ietf/templates/doc/document_charter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{% include "doc/revisions_list.html" %}
2121
<div id="timeline"></div>
2222

23-
<table class="table table-condensed">
23+
<table class="table table-sm">
2424
<thead id="message-row">
2525
<tr>
2626
{% if doc.rev|charter_major_rev != latest_rev|charter_major_rev %}

ietf/templates/doc/document_conflict_review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{% include "doc/revisions_list.html" %}
2020
<div id="timeline"></div>
2121

22-
<table class="table table-condensed">
22+
<table class="table table-sm">
2323
<thead id="message-row">
2424
<tr>
2525
{% if doc.rev != latest_rev %}

ietf/templates/doc/document_draft.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{% include "doc/revisions_list.html" %}
3333
<div id="timeline"></div>
3434

35-
<table class="table table-condensed">
35+
<table class="table table-sm">
3636
<thead id="message-row">
3737
<tr>
3838
{% if doc.rev != latest_rev %}

ietf/templates/doc/document_email.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% if aliases %}
1818
<h2>Email aliases</h2>
1919

20-
<table class="table table-condensed table-striped tablesorter">
20+
<table class="table table-sm table-striped tablesorter">
2121
<thead>
2222
<tr>
2323
<th>Alias</th>
@@ -39,7 +39,7 @@ <h2>Email aliases</h2>
3939

4040
<h2>Recipient expansions</h2>
4141

42-
<table class="table table-condensed table-striped tablesorter">
42+
<table class="table table-sm table-striped tablesorter">
4343
<thead>
4444
<tr>
4545
<th>Mail trigger</th>

0 commit comments

Comments
 (0)