mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge branch 'context-menu' of https://github.com/adrexia/framework into adrexia-context-menu
Conflicts: admin/scss/_tree.scss
This commit is contained in:
commit
6627a19994
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user