From d5444c55971c171825e6dd09a3168efb706d9582 Mon Sep 17 00:00:00 2001 From: David Schoonover Date: Mon, 16 Jul 2012 12:57:03 -0700 Subject: [PATCH] Updates for compat with Bootstrap 2.0.4 --- src/template/data/datasource-ui.jade | 4 ++-- src/template/graph/graph-edit.jade | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/template/data/datasource-ui.jade b/src/template/data/datasource-ui.jade index 67a660e..2b6699b 100644 --- a/src/template/data/datasource-ui.jade +++ b/src/template/data/datasource-ui.jade @@ -6,9 +6,9 @@ section.datasource-ui(class="datasource-ui-#{cid}"): form.datasource-ui-form ul.breadcrumb li #{source_summary} - span.divider \/ + span.divider / li #{metric_summary} - span.divider \/ + span.divider / li #{timespan_summary} section.datasource-selector.collapse diff --git a/src/template/graph/graph-edit.jade b/src/template/graph/graph-edit.jade index 1f26db8..005fef1 100644 --- a/src/template/graph/graph-edit.jade +++ b/src/template/graph/graph-edit.jade @@ -49,20 +49,20 @@ section.graph-edit.graph(id=graph_id) .control-group label.slug.control-label(for="#{graph_id}_slug") Slug .controls - input.span3.slug(type='text', id="#{graph_id}_slug", name='slug', placeholder='graph_slug', value=slug) + input.span11.slug(type='text', id="#{graph_id}_slug", name='slug', placeholder='graph_slug', value=slug) p.help-block The slug uniquely identifies this graph and will be displayed in the URL once saved. - .control-group + .graph-size-row.control-group label.width.control-label(for="#{graph_id}_width") Size .controls - input.span1.width(type='text', id="#{graph_id}_width", name='width', value=width) + input.span3.width(type='text', id="#{graph_id}_width", name='width', value=width) | × - input.span1.height(type='text', id="#{graph_id}_height", name='height', value=height) + input.span3.height(type='text', id="#{graph_id}_height", name='height', value=height) p.help-block Choosing 'auto' will size the graph to the viewport bounds. .half.control-group label.desc.control-label(for="#{graph_id}_desc") Description .controls //- textarea.span3.desc(id='desc', name='desc', placeholder='Graph description.') #{desc} - + p.help-block A description of the graph. .graph-data-pane.tab-pane(id="#{graph_id}-tab-data", data-subview="DataView") -- 1.7.0.4