diff --git a/tailbone/static/css/layout.css b/tailbone/static/css/layout.css index 4fd44333..6305e800 100644 --- a/tailbone/static/css/layout.css +++ b/tailbone/static/css/layout.css @@ -160,6 +160,12 @@ body > #body-wrapper { * Panels ******************************/ +.panel-wrapper { + float: left; + margin-right: 15px; + width: 40%; +} + .panel, .panel-grid { border-left: 1px solid Black; diff --git a/tailbone/templates/products/view.mako b/tailbone/templates/products/view.mako index d1efcb0b..e6c12355 100644 --- a/tailbone/templates/products/view.mako +++ b/tailbone/templates/products/view.mako @@ -11,11 +11,6 @@ #product-image { float: left; } - .panel-wrapper { - float: left; - margin-right: 15px; - width: 40%; - } %def> diff --git a/tailbone/templates/tempmon/probes/view.mako b/tailbone/templates/tempmon/probes/view.mako new file mode 100644 index 00000000..386cc4db --- /dev/null +++ b/tailbone/templates/tempmon/probes/view.mako @@ -0,0 +1,88 @@ +## -*- coding: utf-8; -*- +<%inherit file="/master/view.mako" /> + +############################## +## page body +############################## + +
+ +