Subversion Repositories SmartDukaan

Rev

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

Rev 2361 Rev 2644
Line 514... Line 514...
514
@media screen and (-webkit-min-device-pixel-ratio:0) {
514
@media screen and (-webkit-min-device-pixel-ratio:0) {
515
            #slideGuideContent div.demo ul {padding:3px 0 !important;}
515
            #slideGuideContent div.demo ul {padding:3px 0 !important;}
516
}
516
}
517
div.contweak	{
517
div.contweak	{
518
	min-height: 817px;
518
	min-height: 817px;
-
 
519
}
-
 
520
 
-
 
521
/* My Notes */
-
 
522
 
-
 
523
.mynotes-section	{
-
 
524
	width:210px;
-
 
525
	min-height: 60px;
-
 
526
	float: right;
-
 
527
	background: none repeat scroll 0 0 #FFFFC0;
-
 
528
	border: 1px solid #CCCCCC;
-
 
529
	padding: 3px;
-
 
530
	font-family: 'Comic Sans MS',Textile,cursive;
-
 
531
	font-size: 11px;
-
 
532
	color: #444444;
-
 
533
}
-
 
534
 
-
 
535
.mynotes-section textarea	{
-
 
536
	display: none;
-
 
537
	outline: 0 none;
-
 
538
	background-color: transparent;
-
 
539
	border: none;
-
 
540
	font-family: 'Comic Sans MS',Textile,cursive;
-
 
541
	font-size: 11px;
-
 
542
	overflow: hidden;
-
 
543
	color: #999;
-
 
544
	padding: 1px;
-
 
545
	float: left;
519
}
546
}
520
547