nav bar modifications
This commit is contained in:
parent
b34d8e334c
commit
58d5d1b39b
|
@ -102,6 +102,8 @@ Navbar
|
|||
#icons{
|
||||
text-align:right;
|
||||
height: 50%;
|
||||
line-height: 52px;
|
||||
float:right;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
|
|
@ -22,6 +22,15 @@ $(document).ready(function(){
|
|||
$('#addNoteModal').modal('show');
|
||||
});
|
||||
|
||||
$('#editCatFrmBtn').click(function(){
|
||||
$('#EditForm').toggleClass('hidden')
|
||||
});
|
||||
|
||||
$('#searchFormBtn').click(function(){
|
||||
$('#SearchForm').toggleClass('hidden')
|
||||
});
|
||||
|
||||
|
||||
if ($('#actlMsg').html()==' <button id="btnMessage" class="btn btn-default">OK</button>'){
|
||||
$('.notification').addClass('hidden');
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue