1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

Remove search input from the info view

This commit is contained in:
Daniel Molina 2014-03-10 19:12:13 +01:00
parent dbe02ce73d
commit 6b9e896bb2
5 changed files with 19 additions and 37 deletions

File diff suppressed because one or more lines are too long

View File

@ -478,7 +478,7 @@ function insertTab(tab_name){
<div class="action_blocks">\
</div>\
</div>\
<div class="large-3 columns">'
<div class="large-3 columns only-right-list">'
if (tab_info.search_input) {
tab_content_str += tab_info.search_input;
@ -584,13 +584,14 @@ function insertButtonsInTab(tab_name, panel_name, panel_buttons, custom_context)
var buttons_row = $('<div class="text-center">'+
'<span class="left">'+
(custom_context ? '' : '<span id="'+custom_id+'back_button" class="only-right-info">'+
'<a class="button small radius" href="back"><i class="fa fa-arrow-left"></i>&emsp;&emsp;<i class="fa fa-list"></i></a>'+
'</span>')+
'<span id="'+custom_id+'refresh_buttons">'+
'</span>'+
(custom_context ? '' : '<span id="'+custom_id+'back_button" class="only-right-info">'+
'<a class="button small radius" href="back"><i class="fa fa-arrow-left"></i>&emsp;&emsp;<i class="fa fa-list"></i></a>'+
'</span>')+
'<span id="'+custom_id+'create_buttons" class="only-right-list">'+
'</span>'+
'</span>'+

View File

@ -125,7 +125,7 @@ $secondary-color: #F5F5F5;
// We use these to control header font sizes
// $h1-font-size: rem-calc(44);
// $h2-font-size: rem-calc(37);
// $h3-font-size: rem-calc(27);
$h3-font-size: rem-calc(24);
// $h4-font-size: rem-calc(23);
// $h5-font-size: rem-calc(18);
// $h6-font-size: 1rem;
@ -329,7 +329,7 @@ $button-margin-bottom: rem-calc(5);
// $button-font-sml: rem-calc(13);
// $button-font-med: rem-calc(16);
// $button-font-lrg: rem-calc(20);
$button-font-weight: bold;
// $button-font-weight: bold;
// $button-font-align: center;
// We use these to control various hover effects.

View File

@ -52,9 +52,13 @@
}
.left-footer {
overflow:visible;
padding:8px;
font-size:12px
clear: both;
position: relative;
z-index: 10;
height: 3em;
margin-top: -3em;
font-size:12px;
margin-left: 200px;
}
.left-content {
@ -174,11 +178,10 @@ input.search {
margin-left: 15px;
.topTab {
font-weight: bold;
margin-top: 15px;
a {
color: #555 !important;
color: #333 !important;
}
}

View File

@ -70,7 +70,7 @@
<!-- end tabs -->
</head>
<body class="antialiased">
<div class="row">
<div class="row" style="height:100%;">
<div class="large-2 columns left-content">
<div class="row left-header">
<div class="large-12 columns">
@ -80,9 +80,6 @@
<div id="menu" class="row left-body">
<ul class="side-nav" id="navigation"></ul>
</div>
<div class="row left-footer">
<a href="http://opennebula.org" target="_blank">OpenNebula 4.5.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
</div>
</div>
<div class="large-10 columns right-content">
@ -92,27 +89,8 @@
</div>
</div>
<div id="dialogs"></div>
<!-- <div class="user-zone-container"><div class="user-zone-info"></div></div>
<div class="outer-center" id="tabs_content">
<div class="inner-center"></div>
<div class="inner-south" id="dialog"></div>
<div class="left-footer text-center">
<a href="http://opennebula.org" target="_blank">OpenNebula 4.5.0</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
</div>
<div class="outer-west" id="menu">
<div class="ui-layout-content">
<div class="header" id="logo">
<img src="<%= view['small_logo'] %>"/>
</div>
<div class="menu-navZ">
<ul class="side-nav" id="navigation"></ul>
</div>
</div>
<div id="footer" style="overflow:visible;text-align:center;padding:8px;font-size:12px">
<a href="http://opennebula.org" target="_blank">OpenNebula 4.5.80</a> by <a href="http://c12g.com" target="_blank">C12G Labs</a>.
</div>
<div id="dialogs"></div>
<div id="plots"></div>
<div id="info_panels"></div>-->
</body>
</html>