Skip to content

Commit

Permalink
fix-logo-style
Browse files Browse the repository at this point in the history
  • Loading branch information
ngochicuong committed Aug 31, 2016
1 parent fd43c81 commit 2dcd57c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions app/views/ApplicationPane.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
font-size: 2em;
color: darken(saturate(#da8500, 20%), 0%);
cursor: default;
margin-top: 0.2em;
}
@appName * {
vertical-align: middle;
Expand Down Expand Up @@ -156,7 +157,6 @@
padding-top: 0.8em;
padding-bottom: 0.8em;
}

@contentSection {
position: relative;
padding-right: 3em;
Expand Down Expand Up @@ -193,12 +193,13 @@
box-shadow: 0em 0em 0.5em 0.3em rgba(0, 0, 0, 0.15);
}

@media screen and(max-width: 1440px) {
@media screen and (max-width: 1000px) {
@logoBox {
padding-right: 0px;
padding-right: 0.2em;
}
@appName {
display: none;
margin-left: 0.2em !important;
margin-top: 0;
}
@toolbarContainer *[label]:after {
display:none;
Expand All @@ -211,9 +212,8 @@
padding-bottom:0.4em;
}
@contentHeader @menuIcon {
padding:0.1em;
padding:0.2em;
}

}
</style>

Expand Down
1 change: 0 additions & 1 deletion app/views/common/ScrollableView.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ function ScrollableView () {
this.nextButton.addEventListener("focusout", function() {
stopScroll();
}, false)

window.addEventListener("resize", function(ev){
thiz.invalidate();
},false)
Expand Down

0 comments on commit 2dcd57c

Please sign in to comment.