Subversion Repositories SmartDukaan

Rev

Rev 1961 | Rev 2126 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1961 ankur.sing 1
<ui:UiBinder
2
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
3
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
4
  xmlns:catalog='urn:import:in.shop2020.catalog.dashboard.client'>
5
 
6
 
7
  <ui:style>
8
  .shortcuts {
9
    border-left: 1px solid #999;
10
    border-right: 1px solid #999;
11
    border-bottom: 1px solid #999;
12
  }
13
 
14
  @sprite .stackHeader {
15
    gwt-image: 'gradient';
16
    background-color: #b4b6bc;
17
    cursor: pointer;
18
 
19
    text-shadow: rgba(255, 255, 255, 1) 0 1px 1px;
20
    font-size: 1.2em;
21
    font-weight: bold;
22
    color: #000;
23
    padding: .7em .5em 0 .6em;
24
    border-top: 1px solid #888;
25
  }
26
  </ui:style>
27
 
28
  <ui:image field='gradient' src='gradient_bg_dark.png' repeatStyle='Horizontal'/>
29
 
30
  <g:StackLayoutPanel styleName='{style.shortcuts}' unit='EM'>
31
    <g:stack>
32
      <g:header size='3'><div class='{style.stackHeader}'> Catalogs</div></g:header>
33
      <catalog:CatalogTree ui:field='catalogtree'/>
34
    </g:stack>
35
 
36
  </g:StackLayoutPanel>
37
</ui:UiBinder>