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")
|
link(rel="stylesheet" href="/static/css/prototype.css")
|
||||||
|
|
||||||
block content
|
block content
|
||||||
#main-div.panel-group
|
#main-div.panel-group(style={'margin-top':'10px', 'margin-bottom':'10px'})
|
||||||
#instructions.panel.panel-default(style={'margin-top':'10px', 'margin-bottom':'10px'})
|
if cameraStyle != 'replay'
|
||||||
|
#instructions.panel.panel-default
|
||||||
.panel-heading
|
.panel-heading
|
||||||
h4.panel-title
|
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-collapse.collapse.in#collapseInstructions
|
||||||
.panel-body
|
.panel-body
|
||||||
|
|
Loading…
Reference in New Issue