Title: [opsview] [5303] Fixed event search box
- Revision
- 5303
- Author
- tvoon
- Date
- 2010-11-03 23:36:25 +0000 (Wed, 03 Nov 2010)
Log Message
Fixed event search box
Modified Paths
Modified: trunk/opsview-core/share/stylesheets/opsview2.css
===================================================================
--- trunk/opsview-core/share/stylesheets/opsview2.css 2010-11-03 23:21:51 UTC (rev 5302)
+++ trunk/opsview-core/share/stylesheets/opsview2.css 2010-11-03 23:36:25 UTC (rev 5303)
@@ -1122,7 +1122,7 @@
#status, .statusline a:visited, .statusline a:active {
color: #cbcbcb;
}
-#status, #page_nav_status {
+#status {
clear: both;
text-align: right;
padding: 3px 20px 0px 0px;
@@ -1162,44 +1162,11 @@
padding-top: 2px;
padding-left: 30px;
}
-#wrapper_page_nav_content {
- color: #490a73;
- font-size: 12pt;
- height:20px;
- overflow: hidden;
- padding-top: 2px;
- margin-left: 20px;
-}
-#page_nav_left {
- position: absolute;
- top: 0;
- left: 0;
- color: #490a73;
- float: left;
-}
-#page_nav_right {
- float: right;
-}
-
.middle {
vertical-align: middle;
}
-#page_nav_right_refresh {
- text-align: right;
- color: #999999;
- font-size: 11px;
- padding: 0px 0px 10px 0px;
- height: 11px;
-}
-#page_nav_right_refresh div {
- display: inline;
-}
-#page_nav_right_refresh div div {
- float: none;
-}
-
.secs {
color: #3f3f3f;
}
Modified: trunk/opsview-web/root/toolbar_items/search
===================================================================
--- trunk/opsview-web/root/toolbar_items/search 2010-11-03 23:21:51 UTC (rev 5302)
+++ trunk/opsview-web/root/toolbar_items/search 2010-11-03 23:36:25 UTC (rev 5303)
@@ -5,7 +5,11 @@
</span></span></span>
</div>
<div>
+[% IF page_search_box_override;
+ INCLUDE $page_search_box_override;
+ELSE; %]
<form id="psearch_form" method="get" name="search_list" action="" c.uri_for("/" _ list_page).path | html %]">
<input type="text" size="15" maxlength="128" name="q" value="[% c.req.param("q") | html %]" />
</form>
+[% END %]
</div>
_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins