[FIX] website: layout of the snippet list for large screen

This commit is contained in:
Christophe Matthieu 2015-01-08 11:00:14 +01:00
parent 5abcff8512
commit 255f50d0b9
2 changed files with 6 additions and 4 deletions

View File

@ -43,8 +43,9 @@
border: 0;
}
#oe_snippets .tab-content {
margin-right: 120px;
display: inline-block;
white-space: nowrap;
white-space: normal;
background: black;
}
#oe_snippets .tab-content > div {
@ -71,7 +72,7 @@
}
.oe_snippet {
float: left;
display: inline-block;
vertical-align: top;
width: 93px;
margin-left: 1px;

View File

@ -40,8 +40,9 @@
.pill-content
border: 0
.tab-content
margin-right: 120px
display: inline-block
white-space: nowrap
white-space: normal
background: black
> div
background: rgb(0,0,0)
@ -57,7 +58,7 @@
@include transform-origin(50% 50%)
.oe_snippet
float: left
display: inline-block
vertical-align: top
width: 93px
margin-left: 1px