Merge branch 'context-menu' of https://github.com/adrexia/framework into adrexia-context-menu

Conflicts:
	admin/scss/_tree.scss
This commit is contained in:
Ingo Schommer 2013-08-20 15:04:02 +02:00
commit 6627a19994

View File

@ -338,19 +338,19 @@
border: 1px solid silver;
@include box-shadow(0 0 10px #CCC);
&.col-2{
width:360px;
width:180px * 2; // 2x the size of the original ul
li{
width:50%;
}
}
&.col-3{
width:540px;
width:180px * 3; // 3x the size of the original ul
li{
width:33%;
}
}
li{
min-width:180px;
min-width:180px;
float:left;
a{
@include hide-text-overflow;