diff --git a/demo/style/style.css b/demo/style/style.css index 1b8b2d5f..5b725b9d 100755 --- a/demo/style/style.css +++ b/demo/style/style.css @@ -213,7 +213,7 @@ span.tooltip-status { /* rgrp added mods */ -.data-explorer .nav { +.data-explorer .header { border-top: 15px solid #BCF; border-left: 5px solid #BCF; display: block; @@ -227,6 +227,27 @@ span.tooltip-status { padding-top: 3px; } +.header .navigation, +.header .navigation li, +.header .pagination, +.header .pagination form +{ + display: inline; +} + +.header .pagination { + float: right; +} + +.header .pagination input { + width: 40px; +} + +.doc-count { + font-weight: bold; + font-size: 120%; +} + .data-view-container { display: block; border-top: 1px solid #BCF; @@ -239,23 +260,3 @@ span.tooltip-status { right: 0px; background: white; } - -.nav-pagination { - display: inline; - float: right; - list-style-type: none; -} - -.nav-pagination li { - display: inline-block; -} - -.nav-pagination input { - width: 40px; -} - -.doc-count { - font-weight: bold; - font-size: 120%; -} - diff --git a/src/view.js b/src/view.js index c380318a..8d877f9a 100644 --- a/src/view.js +++ b/src/view.js @@ -12,17 +12,17 @@ my.DataExplorer = Backbone.View.extend({ tagName: 'div', className: 'data-explorer', template: ' \ -