Mobile menu

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-23 19:49:06 -03:00
commit f10e58acdf
4 changed files with 158 additions and 9 deletions

View file

@ -105,6 +105,14 @@ body, html{
width:100%;
}
.off-canvas-wrap, .inner-wrap{
height:100%;
}
.tab-bar {
display: none;
}
a {
color: #3498DB;
}
@ -417,6 +425,11 @@ a:hover {
margin: 1rem 0;
}
.line-sidebar-t {
border-top: 1px solid #3C5269;
padding-top: 0.5rem;
}
.line-sidebar-b {
border-bottom: 1px solid #3C5269;
padding-bottom: 0.5rem;

View file

@ -20,4 +20,65 @@
margin-top: 0;
}
.sidebar {
display: none;
}
.page, .main {
height: auto;
}
.main {
height: 100%;
margin-top: 40px;
margin-left: 0;
margin-bottom: -40px;
padding-bottom: 60px;
}
.tab-bar {
display: block;
position: fixed;
width: 100%;
z-index: 5;
background: #3C4E60;
}
.left-off-canvas-menu {
background: #3C4E60;
}
.off-canvas-wrap,.inner-wrap{
height:100%;
}
.page{
height:100%;
}
.copayers {
position: relative;
padding: 0;
overflow-y: none;
}
ul.copayer-list img {
width: 30px;
height: 30px;
}
.tab-bar-section {
text-align: left;
}
.setup-page {
height: 100%;
}
.hide-tab-bar {
display: none;
}
}