Skip to content

Commit 60a9bde

Browse files
committed
temporary fix for helper boxes being too small. still need to let them expand horizontally
1 parent 054e9ec commit 60a9bde

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ui.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,28 +268,28 @@ url = {http://statnetproject.org}
268268
span(style="line-height:25px;", class="helper",
269269
span(id="filetypehelper1",
270270
icon('question-circle'),
271-
div(id="filetypebox1", class="smallhelperbox",
271+
div(id="filetypebox1", class="mischelperbox",
272272
"For adjacency matrices,",
273273
"the first row and column of .csv files",
274274
"should hold vertex labels.")),
275275
br(),
276276
span(id="filetypehelper2",
277277
icon('question-circle'),
278-
div(id="filetypebox2", class="smallhelperbox",
278+
div(id="filetypebox2", class="mischelperbox",
279279
"For adjacency matrices,",
280280
"the first row and column of .csv files",
281281
"should hold vertex labels.")),
282282
br(),
283283
span(id="filetypehelper3",
284284
icon('question-circle'),
285-
div(id="filetypebox3", class="smallhelperbox",
285+
div(id="filetypebox3", class="mischelperbox",
286286
"For incidence matrices,",
287287
"the first row of .csv files should hold",
288288
"edge labels, the first column should hold vertex labels")),
289289
br(),
290290
span(id="filetypehelper4",
291291
icon('question-circle'),
292-
div(id="filetypebox4", class="smallhelperbox",
292+
div(id="filetypebox4", class="mischelperbox",
293293
"For edge lists, .csv files should not have row or column labels.")),
294294

295295
br())),

0 commit comments

Comments
 (0)