Subversion Repositories SmartDukaan

Rev

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

Rev 2644 Rev 2672
Line 519... Line 519...
519
}
519
}
520
 
520
 
521
/* My Notes */
521
/* My Notes */
522
 
522
 
523
.mynotes-section	{
523
.mynotes-section	{
524
	width:210px;
-
 
525
	min-height: 60px;
524
	min-height: 60px;
-
 
525
	max-height: 90px;
526
	float: right;
526
	float: right;
527
	background: none repeat scroll 0 0 #FFFFC0;
527
	background: none repeat scroll 0 0 #FFFFC0;
528
	border: 1px solid #CCCCCC;
528
	border: 1px solid #CCCCCC;
529
	padding: 3px;
-
 
530
	font-family: 'Comic Sans MS',Textile,cursive;
529
	font-family: 'Comic Sans MS',Textile,cursive;
531
	font-size: 11px;
530
	font-size: 11px;
532
	color: #444444;
531
	color: #444444;
-
 
532
	margin: 25px 5px 0 0;
-
 
533
	width: 225px;
-
 
534
}
-
 
535
 
-
 
536
.mynotes-section .note-display	{
-
 
537
	padding: 3px;
533
}
538
}
534
 
539
 
535
.mynotes-section textarea	{
540
.mynotes-section textarea	{
536
	display: none;
541
	display: none;
537
	outline: 0 none;
-
 
538
	background-color: transparent;
542
	background-color: transparent;
539
	border: none;
543
	border: none;
540
	font-family: 'Comic Sans MS',Textile,cursive;
544
	font-family: 'Comic Sans MS',Textile,cursive;
541
	font-size: 11px;
545
	font-size: 11px;
542
	overflow: hidden;
-
 
543
	color: #999;
546
	color: #999;
544
	padding: 1px;
547
	padding: 2px;
545
	float: left;
548
	float: left;
-
 
549
	width: 100%;
-
 
550
}
-
 
551
 
-
 
552
#mynotes-colorbox	{
-
 
553
	display: none;
-
 
554
}
-
 
555
 
-
 
556
#mynotes-colorbox .mynotes-colorbox-section	{
-
 
557
	padding: 3px 5px;
-
 
558
	margin: 3px 0px 3px 0 px;
-
 
559
}
-
 
560
 
-
 
561
#mynotes-colorbox .clrbx-note-display	{
-
 
562
	background: none repeat scroll 0 0 #F9F9F9;
-
 
563
	border: 1px solid #CCCCCC;
-
 
564
	padding: 2px;
-
 
565
}
-
 
566
 
-
 
567
#mynotes-colorbox .clrbx-note-input	{
-
 
568
	display: none;
-
 
569
	background: none repeat scroll 0 0 #F9F9F9;
-
 
570
	border: 1px solid #CCCCCC;
-
 
571
	width: 610px;
-
 
572
	height: 20px;
-
 
573
	padding: 2px;
-
 
574
}
-
 
575
 
-
 
576
#btn-view-mynotes	{
-
 
577
	margin-top: 5px;
-
 
578
	width: 127px;
546
}
579
}
547
580