1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Working on Travis tests

This commit is contained in:
Hillel Coren 2016-03-15 11:59:04 +02:00
parent 9908652c96
commit 2cfdc6c244
2 changed files with 4 additions and 0 deletions

View File

@ -2916,6 +2916,7 @@ box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
}
/* Style to fix navigation by show icon instead of name */
/*
@media only screen and (min-width : 1200px) {
.nav-account-icon {
display: none;
@ -2931,6 +2932,7 @@ box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
display: none;
}
}
*/
@media (max-width: 992px) {
.hide-phone {

View File

@ -789,6 +789,7 @@ box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
}
/* Style to fix navigation by show icon instead of name */
/*
@media only screen and (min-width : 1200px) {
.nav-account-icon {
display: none;
@ -804,6 +805,7 @@ box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2);
display: none;
}
}
*/
@media (max-width: 992px) {
.hide-phone {