Subversion Repositories SmartDukaan

Rev

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

Rev 25237 Rev 25238
Line 87... Line 87...
87
	  clear: both;
87
	  clear: both;
88
	}
88
	}
89
	#canvas-preview{
89
	#canvas-preview{
90
	  width: 100%;
90
	  width: 100%;
91
	  position: relative;
91
	  position: relative;
-
 
92
	  top:-15px;
92
	}
93
	}
93
	#preview-textfield{
94
	#preview-textfield{
94
	  position: absolute; top: 65px; left: 0; right: 0;
95
	  position: absolute; top: -10; left: 0; right: 0;
95
	  text-align: center; font-size: 2em; font-weight: bold;
96
	  text-align: center; font-size: 2em; font-weight: bold;
96
	  color: white; font-family: 'Amaranth', sans-serif;
97
	  color: white; font-family: 'Amaranth', sans-serif;
97
	}
98
	}
98
	
99
	
99
	</style>
100
	</style>
Line 714... Line 715...
714
					<div class="col-lg-4">
715
					<div class="col-lg-4">
715
						<div class="info-box purple-bg">
716
						<div class="info-box purple-bg">
716
							<div id="preview">
717
							<div id="preview">
717
								<canvas style="width=110%" id="canvas-preview"></canvas>
718
								<canvas style="width=110%" id="canvas-preview"></canvas>
718
							  	<div id="preview-textfield">$investments.get("okDays")/$dayOfMonth</div>
719
							  	<div id="preview-textfield">$investments.get("okDays")/$dayOfMonth</div>
-
 
720
								<div class="title" style="text-align:center;position:relative;top:-24px">Investometer</div>
719
							</div>
721
							</div>
720
							<div class="title" style="text-align:center">Investometer</div>
-
 
721
						</div>
722
						</div>
722
					</div>
723
					</div>
723
				</div>
724
				</div>
724
			</div>
725
			</div>
725
		</section>
726
		</section>