Implemented mobile UI changes from @gkconsulting

pull/170/head^2
Piero Toffanin 2017-05-14 17:02:26 -04:00 zatwierdzone przez GitHub
rodzic 8357ecdade
commit b3e22aa999
1 zmienionych plików z 44 dodań i 0 usunięć

Wyświetl plik

@ -183,3 +183,47 @@ button i.glyphicon{
margin-right: 4px;
}
}
/* This is to make the Header and navigation more mobile friendly */
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 5px;
margin-bottom: 5px;
}
.navbar-header {
height: 50px;
}
.navbar-right {
clear: none !important;
height: 50px;
}
.dropdown {
float: right;
}
.navbar-brand {
position: absolute;
top: 0px;
}
.navbar-text {
position: absolute;
top: 0px;
left: 50px;
}
.navbar-link {
position: absolute;
top: 0px;
}
.content {
padding-top: 60px;
}