[Mobile] Styles

Added new style to set the width
of the tree.
This commit is contained in:
Shivam Dave
2015-07-06 13:15:38 -07:00
parent 07c907b315
commit 0c6a9ca857
3 changed files with 71 additions and 51 deletions

View File

@@ -47,6 +47,11 @@
@include border-radius($basicCr * 1.5);
}
// style="min-width: 150px; max-width: 800px; width: 25%;"
.browser-manage {
width: 100%;
}
.contents {
$myM: 0; //$interiorMargin;
box-sizing: border-box;