Subversion Repositories SmartDukaan

Rev

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

Rev 5889 Rev 6775
Line 497... Line 497...
497
    border-right: 1px solid #67ABD3;
497
    border-right: 1px solid #67ABD3;
498
	border-bottom: 1px solid #67ABD3;
498
	border-bottom: 1px solid #67ABD3;
499
    border-left: 1px solid #67ABD3;
499
    border-left: 1px solid #67ABD3;
500
}
500
}
501
 
501
 
502
/* My Notes */
-
 
503
 
-
 
504
.mynotes-section	{
-
 
505
	float: right;
-
 
506
	font-family: 'Comic Sans MS',Textile,cursive;
-
 
507
	font-size: 11px;
-
 
508
	color: #444444;
-
 
509
	margin-top: 25px;
-
 
510
	width: 226px;
-
 
511
}
-
 
512
 
-
 
513
.mynotes-section h3	{
-
 
514
	background-color: #FFD685;
-
 
515
	font-size: 12px;
-
 
516
	padding: 1px 0 1px 5px;
-
 
517
}
-
 
518
 
-
 
519
.mynotes-section .note-display, .mynotes-section textarea	{
-
 
520
	background: none repeat scroll 0 0 #FFFFCC;
-
 
521
	border: 1px solid #FFD685;
-
 
522
	min-height: 60px;
-
 
523
	max-height: 90px;
-
 
524
}
-
 
525
.mynotes-section .note-display	{
-
 
526
	padding: 3px;
-
 
527
	width: 218px;
-
 
528
}
-
 
529
 
-
 
530
.mynotes-section textarea	{
-
 
531
	display: none;
-
 
532
	font-size: 11px;
-
 
533
	color: #666666;
-
 
534
	padding: 2px;
-
 
535
	float: left;
-
 
536
	width: 220px;
-
 
537
	overflow: auto;
-
 
538
}
-
 
539
 
-
 
540
.mynotes-section p, .mynotes-colorbox-section p	{
-
 
541
	display: none;
-
 
542
}
-
 
543
 
-
 
544
.mynotes-section p a	{
-
 
545
	float: right;
-
 
546
	cursor: pointer;
-
 
547
}
-
 
548
 
-
 
549
#mynotes-colorbox .mynotes-colorbox-section	{
-
 
550
	padding: 3px 5px;
-
 
551
	margin: 3px 0px 3px 0 px;
-
 
552
}
-
 
553
 
-
 
554
#mynotes-colorbox .clrbx-note-display	{
-
 
555
	background: none repeat scroll 0 0 #F9F9F9;
-
 
556
	border: 1px solid #CCCCCC;
-
 
557
	padding: 2px;
-
 
558
}
-
 
559
 
-
 
560
#mynotes-colorbox .clrbx-note-input	{
-
 
561
	display: none;
-
 
562
	background: none repeat scroll 0 0 #F9F9F9;
-
 
563
	border: 1px solid #CCCCCC;
-
 
564
	width: 610px;
-
 
565
	height: 20px;
-
 
566
	padding: 2px;
-
 
567
}
-
 
568
 
-
 
569
a.view-my-notes	{
-
 
570
	float: right;
-
 
571
	font-weight: normal !important;
-
 
572
	cursor: pointer;
-
 
573
}
-
 
574
 
-
 
575
a.compare-now {
502
a.compare-now {
576
	float: right;
503
	float: right;
577
	font-weight: normal !important;
504
	font-weight: normal !important;
578
	cursor: pointer;
505
	cursor: pointer;
579
}
506
}
580
507