Subversion Repositories SmartDukaan

Rev

Rev 2209 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2209 Rev 4397
Line 16... Line 16...
16
  .statusDiv {
16
  .statusDiv {
17
    text-align: right;
17
    text-align: right;
18
    margin: 1em;
18
    margin: 1em;
19
  }
19
  }
20
 
20
 
-
 
21
  .alertsDiv {
-
 
22
    text-align: left;
-
 
23
    margin-left: 400px;
-
 
24
    background-color: red;
-
 
25
    font-size: 20px;
-
 
26
    width: 100px;
-
 
27
  }
-
 
28
  
21
  .linksDiv {
29
  .linksDiv {
22
    text-align: right;
30
    text-align: right;
23
  }
31
  }
24
  
32
  
25
  
33
  
Line 41... Line 49...
41
  </ui:style>
49
  </ui:style>
42
 
50
 
43
  <g:HTMLPanel>
51
  <g:HTMLPanel>
44
    <div class='{style.logo}'/>
52
    <div class='{style.logo}'/>
45
 
53
 
-
 
54
	<div class='{style.alertsDiv}'>
-
 
55
	    <g:Anchor href='javascript:;' ui:field='alertsCountLink'>Alerts</g:Anchor>
-
 
56
	</div>
-
 
57
	
46
    <div class="{style.statusDiv}">
58
    <div class="{style.statusDiv}">
47
      <div>
59
      <div>
48
      	<b><g:HTML ui:field='greetingLabel'>Aloha!</g:HTML></b>
60
      	<b><g:HTML ui:field='greetingLabel'>Aloha!</g:HTML></b>
49
      </div>
61
      </div>
50
 
62