Skip to content

Commit

Permalink
version 0.2.10
Browse files Browse the repository at this point in the history
fix some style bug
  • Loading branch information
LuttyYang committed Oct 7, 2015
1 parent 74c2313 commit 982871e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions files/htdocs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ footer > a{
top: 4rem;
bottom: 0rem;
position: relative;
height: 100%;
height: calc(100% - 4rem);
}

.main > .loading{
Expand Down Expand Up @@ -215,6 +217,10 @@ footer > a{
background-color: #EEE;
}

.main-right > #maincontent{
background-color: #EEE;
}

.pull-right {
float: right;
}
Expand Down Expand Up @@ -1199,6 +1205,7 @@ body.lang_pl.node-main-login .cbi-value-title {

.main {
top: 3.5rem;
height: calc(100% - 3.5rem);
}

.main-left {
Expand Down

0 comments on commit 982871e

Please sign in to comment.