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,13 +338,13 @@
|
|||||||
border: 1px solid silver;
|
border: 1px solid silver;
|
||||||
@include box-shadow(0 0 10px #CCC);
|
@include box-shadow(0 0 10px #CCC);
|
||||||
&.col-2{
|
&.col-2{
|
||||||
width:360px;
|
width:180px * 2; // 2x the size of the original ul
|
||||||
li{
|
li{
|
||||||
width:50%;
|
width:50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.col-3{
|
&.col-3{
|
||||||
width:540px;
|
width:180px * 3; // 3x the size of the original ul
|
||||||
li{
|
li{
|
||||||
width:33%;
|
width:33%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user