Subversion Repositories SmartDukaan

Rev

Rev 2066 | Rev 2105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2066 Rev 2068
Line 1... Line 1...
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui">
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui"
-
 
4
    xmlns:dp="urn:import:com.google.gwt.user.datepicker.client">
4
    
5
    
5
    <ui:image field='gradient' src='gradient_bg_dark.png' repeatStyle='Horizontal'/>
6
    <ui:image field='gradient' src='gradient_bg_dark.png' repeatStyle='Horizontal'/>
6
    
7
    
7
	<ui:style type='in.shop2020.catalog.dashboard.client.ItemDetails.ItemDetailStyle'>
8
	<ui:style type='in.shop2020.catalog.dashboard.client.ItemDetails.ItemDetailStyle'>
8
		.outer {
9
		.outer {
Line 19... Line 20...
19
			padding: 5px;
20
			padding: 5px;
20
			background-color: blue
21
			background-color: blue
21
		}
22
		}
22
		
23
		
23
		.greenLabel {
24
		.greenLabel {
-
 
25
			width: 100px;
24
			color: black;
26
			color: black;
25
			font: bold 12px tahoma, arial, helvetica, sans-serif;
27
			font: bold 12px tahoma, arial, helvetica, sans-serif;
26
			border: 1px solid #99bbe8;
28
			border: 1px solid #99bbe8;
27
			padding: 5px;
29
			padding: 5px;
28
			background-color: #66ff99;
30
			background-color: #66ff99;
Line 68... Line 70...
68
            border-top: 1px solid #fff;
70
            border-top: 1px solid #fff;
69
            border-bottom: 1px solid #fff;
71
            border-bottom: 1px solid #fff;
70
            padding: 2px 0 2px 10px;
72
            padding: 2px 0 2px 10px;
71
        }
73
        }
72
        .numeric-box{
74
        .numeric-box{
73
        	width: 6;
75
        	width: 80px;
74
        	text-align: right;
76
        	text-align: right;
75
        	color: black;
77
        	color: black;
76
			font: bold 12px tahoma, arial, helvetica, sans-serif;
78
			font: bold 12px tahoma, arial, helvetica, sans-serif;
77
			border: 1px solid #99bbe8;
79
			border: 1px solid #99bbe8;
78
			padding: 5px;
80
			padding: 5px;
Line 257... Line 259...
257
    						<g:row>
259
    						<g:row>
258
    							<g:customCell>
260
    							<g:customCell>
259
    								<g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
261
    								<g:Label styleName='{style.blueLabel}'>Start Date:</g:Label>
260
    							</g:customCell>
262
    							</g:customCell>
261
    							<g:customCell>
263
    							<g:customCell>
262
    								<g:Label styleName='{style.greenLabel}' ui:field="startDate"></g:Label>
264
    								<dp:DateBox styleName='{style.greenLabel}' ui:field="startDate"></dp:DateBox>
263
    							</g:customCell>
265
    							</g:customCell>
264
    						</g:row>
266
    						</g:row>
265
    						<g:row>
267
    						<g:row>
266
    							<g:customCell>
268
    							<g:customCell>
267
    								<g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>
269
    								<g:Label styleName='{style.blueLabel}'>Retiring Date:</g:Label>