Improved replay view
This commit is contained in:
parent
94bc5084fe
commit
dced15724a
|
@ -35,11 +35,12 @@ block extrahead
|
|||
link(rel="stylesheet" href="/static/css/prototype.css")
|
||||
|
||||
block content
|
||||
#main-div.panel-group
|
||||
#instructions.panel.panel-default(style={'margin-top':'10px', 'margin-bottom':'10px'})
|
||||
#main-div.panel-group(style={'margin-top':'10px', 'margin-bottom':'10px'})
|
||||
if cameraStyle != 'replay'
|
||||
#instructions.panel.panel-default
|
||||
.panel-heading
|
||||
h4.panel-title
|
||||
a(data-target="#", data-toggle="collapse",onclick="setTimeout(onWindowResize,500);") Instructions
|
||||
a(href="#", data-target="#collapseInstructions", data-toggle="collapse",onclick="setTimeout(onWindowResize,500);") Instructions
|
||||
|
||||
.panel-collapse.collapse.in#collapseInstructions
|
||||
.panel-body
|
||||
|
|
Loading…
Reference in New Issue