Skip to content

Commit

Permalink
[CSS] some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Mar 17, 2014
1 parent bcebbca commit a6f02b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
20 changes: 13 additions & 7 deletions app/assets/stylesheets/RonRonnement.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,6 @@ button, input[type='submit'] {
display: block;
}

#top {
display: none;
}

#sidebar {
float: left;
width: $PX_BRANDING_LARG;
Expand Down Expand Up @@ -502,7 +498,7 @@ button, input[type='submit'] {

nav, section {
display: inline-block;
padding: 5px 0 30px 0;
padding: 5px 0 15px 0;
vertical-align: top;
width: $PC_FOOT_WIDTH;
margin: 0 $PC_FOOT_MARG 0 $PC_FOOT_MARG;
Expand Down Expand Up @@ -534,7 +530,7 @@ button, input[type='submit'] {
$C_MIBLANC_MIFOOT 50%,
$C_FOOT 100%
);
min-height: 355px;
min-height: 340px;

border-bottom-right-radius: $RAY_FOOT;
border-bottom-left-radius: $RAY_FOOT;
Expand All @@ -544,6 +540,16 @@ button, input[type='submit'] {
padding: 0 3px 3px 3px;
border-bottom: 2px solid $C_BANDEAU;
}

ul {
list-style-position: inside;
padding: 0 10px 0 20px;
}
li {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}

Expand Down Expand Up @@ -1140,7 +1146,7 @@ body#boards-show {
}
#container {
margin-left: 0;
font-size: small;
font-size: 1.1em;
text-align: justify;
}
}
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/common/statistics.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.stat {
border-top: 1px solid #4C575F;
border-bottom: 1px solid #4C575F;
font-size: 0.4em;
background: #F1ABC5;
&.category { background-color: green; }
&.opened { background-color: red; }
Expand Down

0 comments on commit a6f02b9

Please sign in to comment.