Last little problem i have is my secpanel.
In my old version my height was correct, and now my secpanel does not fit in my screen..problem with adjusting the height..
my old code
Code: Select all
.block_1728 {height: 85px !important;background-color: rgb(59,53,50) !important;}
.block_1728 .title {font-size: 12px !important;color: white;}
.block_1728 .btn {background-color: white !important;border-color: white !important;font-size: 16px !important;}
.block_1728 .btn.btn-warning {color: white !important;background-color: rgb(119,110,97) !important;border-color: rgb(119,110,97) !important;font-size: 16px !important;}
.block_1728 .btn.btn-danger {color: white !important;background-color: rgb(119,110,97) !important;border-color: rgb(119,110,97) !important;font-size: 16px !important;}