Subversion Repositories SmartDukaan

Rev

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

Rev 25233 Rev 25234
Line 74... Line 74...
74
	  width: 100%;
74
	  width: 100%;
75
	  height: 90px;
75
	  height: 90px;
76
	  padding: 8px;
76
	  padding: 8px;
77
	}
77
	}
78
	
78
	
-
 
79
	#preview {
-
 
80
	  background: #f9f9f9; position: relative;
-
 
81
	  color: #fff;
-
 
82
	  float: left;
-
 
83
	  width: 380px;
-
 
84
	  height: 320px;
-
 
85
	  margin: 0 20px 20px 0;
-
 
86
	  -webkit-border-radius: 10px;
-
 
87
	  -moz-border-radius: 10px;
-
 
88
	  border-radius: 10px;
-
 
89
	  clear: both;
-
 
90
	}
-
 
91
	#canvas-preview{
-
 
92
	  width: 380px; top: 100px;
-
 
93
	  position: relative;
-
 
94
	}
-
 
95
	#preview-textfield{
-
 
96
	  position: absolute; top: 65px; left: 0; right: 0;
-
 
97
	  text-align: center; font-size: 2em; font-weight: bold;
-
 
98
	  color: black; font-family: 'Amaranth', sans-serif;
-
 
99
	}
-
 
100
	
79
	</style>
101
	</style>
80
  </head>
102
  </head>
81
 
103
 
82
  <body style="zoom:90%;background-color:#f7f7f7">
104
  <body style="zoom:90%;background-color:#f7f7f7">
83
  <!--<div class="loading"><img src="resources/images/icons/loading.gif"></div>-->
105
  <!--<div class="loading"><img src="resources/images/icons/loading.gif"></div>-->