Subversion Repositories SmartDukaan

Rev

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

Rev 25234 Rev 25235
Line 75... Line 75...
75
	  height: 90px;
75
	  height: 90px;
76
	  padding: 8px;
76
	  padding: 8px;
77
	}
77
	}
78
	
78
	
79
	#preview {
79
	#preview {
80
	  background: #f9f9f9; position: relative;
80
	  position: relative;
81
	  color: #fff;
81
	  color: #fff;
82
	  float: left;
82
	  float: left;
83
	  width: 380px;
83
	  width: 100%;
84
	  height: 320px;
-
 
85
	  margin: 0 20px 20px 0;
84
	  margin: 0 20px 20px 0;
86
	  -webkit-border-radius: 10px;
85
	  -webkit-border-radius: 10px;
87
	  -moz-border-radius: 10px;
86
	  -moz-border-radius: 10px;
88
	  border-radius: 10px;
87
	  border-radius: 10px;
89
	  clear: both;
88
	  clear: both;
Line 93... Line 92...
93
	  position: relative;
92
	  position: relative;
94
	}
93
	}
95
	#preview-textfield{
94
	#preview-textfield{
96
	  position: absolute; top: 65px; left: 0; right: 0;
95
	  position: absolute; top: 65px; left: 0; right: 0;
97
	  text-align: center; font-size: 2em; font-weight: bold;
96
	  text-align: center; font-size: 2em; font-weight: bold;
98
	  color: black; font-family: 'Amaranth', sans-serif;
97
	  color: white; font-family: 'Amaranth', sans-serif;
99
	}
98
	}
100
	
99
	
101
	</style>
100
	</style>
102
  </head>
101
  </head>
103
 
102