jekyll-theme-conference 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2db4dc4680aa85647500757325334eb2e5e4db739cf56247839bed4ebcbd281c
4
- data.tar.gz: aecfefef9ad494d5ed8069e5fd1ce504ca1a3c33b21b8a150bb73c9e4bf37f40
3
+ metadata.gz: 59b89379465383973e17366c49208b0ef62eec5831c4839ceaf6fbea786b202b
4
+ data.tar.gz: a76584224d9800eaa13164bc3c4a53899e112e997b19d5a4dd552d31ebf3d14e
5
5
  SHA512:
6
- metadata.gz: 10b0fe0bf595f54070bf936326d5498b7d0c79a8668f61251f5695bff52ea281a69889af57ebed2e3904d4d6f2323ea5447b479078a554c03c633861858e2fc2
7
- data.tar.gz: ad815822f66b57d2f2a3919ee0f3d5771d6898c427cb275e38259fa2849eeeeb3ab1002ba9d92e95cd7cf766711c08523356e7f75d717776885c33279f4458b9
6
+ metadata.gz: fbb655bb816b95df9b9cfb7f2718dfaf266039b2e3e478772c3bab2c84669b00af7d967186a1c210eca8b26dccb4aae2b7b6988ca4ddb2894c9fb35717f25846
7
+ data.tar.gz: a0539aeddd100251a5fe1c74127df3e3fcd27ece5aa9b93d6a5847b12878eff277b0cbba2692846050e5101a29f12875d47a1cfa1db863481609a4c0f0e6a785
@@ -23,11 +23,12 @@
23
23
 
24
24
  {% if site.conference.main.links %}
25
25
  <div class="lead d-print-none">
26
+ {% assign btn_default = 'btn btn-outline-primary btn-lg mt-2 ml-1' %}
26
27
  {% for link in site.conference.main.links %}
27
28
 
28
29
  {% if link.menu %}
29
30
  <div class="dropdown d-inline">
30
- <a class="btn btn-outline-primary btn-lg mt-2 dropdown-toggle" href="#" role="button" id="main-dropdown{{ forloop.index0 }}" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
31
+ <a class="{{ btn_default }} dropdown-toggle" href="#" role="button" id="main-dropdown{{ forloop.index0 }}" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
31
32
  {{ link.name }}
32
33
  </a>
33
34
  <div class="dropdown-menu" aria-labelledby="main-dropdown{{ forloop.index0 }}">
@@ -52,16 +53,16 @@
52
53
  {%- endif -%}
53
54
 
54
55
  {%- if link.name_inactive -%}
55
- <span class="live-hide btn btn-outline-primary btn-lg mt-2 disabled" data-start="{{ live_starts }}" data-end="{{ live_ends }}">
56
+ <span class="live-hide {{ btn_default }} disabled" data-start="{{ live_starts }}" data-end="{{ live_ends }}">
56
57
  {{ link.name_inactive }}
57
58
  </span>
58
59
  {%- endif -%}
59
60
 
60
61
  <span class="live-show d-none" data-start="{{ live_starts }}" data-end="{{ live_ends }}">
61
62
  {% if site.conference.live.streaming %}
62
- <a class="btn btn-outline-primary btn-lg mt-2" title="{{ link_name }}" data-toggle="modal" data-target="#stream-modal" data-room="" href="#">
63
+ <a class="{{ btn_default }}" title="{{ link_name }}" data-toggle="modal" data-target="#stream-modal" data-room="" href="#">
63
64
  {% else %}
64
- {% assign link_styleclass = "btn btn-outline-primary btn-lg mt-2" %}
65
+ {% assign link_styleclass = "{{ btn_default }}" %}
65
66
  {% include partials/get_link.html %}
66
67
  {{ link_tag }}
67
68
  {% endif %}
@@ -71,7 +72,7 @@
71
72
  </span>
72
73
 
73
74
  {% else %}
74
- {% assign link_styleclass = "btn btn-outline-primary btn-lg mt-2" %}
75
+ {% assign link_styleclass = btn_default %}
75
76
  {% include partials/get_link.html %}
76
77
  {{ link_tag }}
77
78
  {{ link.name }}
@@ -135,19 +135,21 @@ ul.btn-group {
135
135
 
136
136
  // Column widths
137
137
  th, td {
138
+ // Total available container width is 1110px
139
+
138
140
  // Width of columns with content (default)
139
- width: 220px;
140
- min-width: 220px;
141
+ width: 245px;
142
+ min-width: 245px;
141
143
 
142
144
  // Spacing between columns
143
145
  &.col-space {
144
- width: 10px;
145
- min-width: 10px;
146
+ width: 15px;
147
+ min-width: 15px;
146
148
  }
147
149
  // Width of first column containing timestamps
148
150
  &.col-title {
149
- width: 4.5em;
150
- min-width: 4.5em;
151
+ width: 70px;
152
+ min-width: 70px;
151
153
  }
152
154
  }
153
155
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-conference
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lorenz Schmid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-14 00:00:00.000000000 Z
11
+ date: 2020-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll