Merge pull request #2968 from troggy/addon-system

Addon support
This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-16 12:00:54 -03:00
commit b580c3429d
9 changed files with 95 additions and 15 deletions

View file

@ -151,6 +151,20 @@ _:-ms-fullscreen, :root .main {
background: #2C3E50;
}
.second-bottom-bar {
z-index: 6;
}
.second-bottom-bar.animated.slideInRight,
.second-bottom-bar.animated.slideInLeft {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.menu-toggle {
padding-top: 1rem !important;
}
.amount {
width: 100%;
text-align: center;