|
30 | 30 | xmlns:ma="urn:import:gwt.material.design.addins.client"<br/><br/> |
31 | 31 | <!-- Addin Usage --><br/> |
32 | 32 | <ma:splitpanel.MaterialSplitPanel height="500px"><br/> |
33 | | -  <m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_2"><br/> |
| 33 | +  <m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_2"><br/> |
34 | 34 |   <m:MaterialTitle textAlign="CENTER" title="Left Zone" description="Content must be added here"/><br/> |
35 | 35 |  </m:MaterialPanel><br/> |
36 | | -  <m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_3"><br/> |
| 36 | +  <m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_3"><br/> |
37 | 37 |   <m:MaterialTitle textAlign="CENTER" title="Right Zone" description="Content must be added here"/><br/> |
38 | 38 |  </m:MaterialPanel><br/> |
39 | 39 | </ma:splitpanel.MaterialSplitPanel><br/> |
|
43 | 43 | <m:MaterialRow addStyleNames="code"> |
44 | 44 | <m:MaterialTitle title="Introduction" description="Using MaterialSplitPanel you must require to wrap two columns inside for the splitting feature." /> |
45 | 45 | <ma:splitpanel.MaterialSplitPanel height="500px"> |
46 | | - <m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_2"> |
| 46 | + <m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_2"> |
47 | 47 | <m:MaterialTitle textAlign="CENTER" title="Left Zone" description="Content must be added here"/> |
48 | 48 | </m:MaterialPanel> |
49 | | - <m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_3"> |
| 49 | + <m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_3"> |
50 | 50 | <m:MaterialTitle textAlign="CENTER" title="Right Zone" description="Content must be added here"/> |
51 | 51 | </m:MaterialPanel> |
52 | 52 | </ma:splitpanel.MaterialSplitPanel> |
53 | 53 | <demo:PrettyPre addStyleNames="lang-xml"> |
54 | 54 |  <m.addins:MaterialSplitPanel backgroundColor="BLACK" height="500px"><br/> |
55 | | -  <m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_2"><br/> |
| 55 | +  <m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_2"><br/> |
56 | 56 |   <m:MaterialTitle textAlign="CENTER" title="Left Zone" description="Content must be added here"/><br/> |
57 | 57 |  </m:MaterialPanel><br/> |
58 | | -  <m:MaterialPanel grid="l6 m6 s6" backgroundColor="GREY_LIGHTEN_3"><br/> |
| 58 | +  <m:MaterialPanel grid="l6 m6 s6" padding="0" backgroundColor="GREY_LIGHTEN_3"><br/> |
59 | 59 |   <m:MaterialTitle textAlign="CENTER" title="Right Zone" description="Content must be added here"/><br/> |
60 | 60 |  </m:MaterialPanel><br/> |
61 | 61 | </m.addins:MaterialSplitPanel><br/> |
|
0 commit comments