forked from OrgGo/Tasks
nav bar modifications
This commit is contained in:
parent
b34d8e334c
commit
58d5d1b39b
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue