nav bar modifications

This commit is contained in:
Suraj 2016-02-06 12:27:28 +05:30
parent b34d8e334c
commit 58d5d1b39b
2 changed files with 11 additions and 0 deletions

View File

@ -102,6 +102,8 @@ Navbar
#icons{ #icons{
text-align:right; text-align:right;
height: 50%; height: 50%;
line-height: 52px;
float:right;
margin-top: 10px; margin-top: 10px;
} }

View File

@ -22,6 +22,15 @@ $(document).ready(function(){
$('#addNoteModal').modal('show'); $('#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>'){ if ($('#actlMsg').html()==' <button id="btnMessage" class="btn btn-default">OK</button>'){
$('.notification').addClass('hidden'); $('.notification').addClass('hidden');
} else { } else {