Subversion Repositories SmartDukaan

Rev

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

Rev 2672 Rev 2718
Line 8... Line 8...
8
	padding-top:4px;   /* add by ebizon */
8
	padding-top:4px;   /* add by ebizon */
9
}
9
}
10
#actionBar .blockLeft{
10
#actionBar .blockLeft{
11
	float:left;
11
	float:left;
12
	/*margin-top: 4px;*/    /* commented by ebizon */
12
	/*margin-top: 4px;*/    /* commented by ebizon */
13
	width:330px;
13
	width: 340px;
14
}
14
}
15
/*#actionBar .blockLeft .smallImgButton{
15
/*#actionBar .blockLeft .smallImgButton{
16
	float:left;
16
	float:left;
17
	margin:4px 2px 0 2px;
17
	margin:4px 2px 0 2px;
18
	display:inline;  IE6 bug fix 
18
	display:inline;  IE6 bug fix 
Line 519... Line 519...
519
}
519
}
520
 
520
 
521
/* My Notes */
521
/* My Notes */
522
 
522
 
523
.mynotes-section	{
523
.mynotes-section	{
524
	min-height: 60px;
-
 
525
	max-height: 90px;
-
 
526
	float: right;
524
	float: right;
527
	background: none repeat scroll 0 0 #FFFFC0;
-
 
528
	border: 1px solid #CCCCCC;
-
 
529
	font-family: 'Comic Sans MS',Textile,cursive;
525
	font-family: 'Comic Sans MS',Textile,cursive;
530
	font-size: 11px;
526
	font-size: 11px;
531
	color: #444444;
527
	color: #444444;
532
	margin: 25px 5px 0 0;
528
	margin: 25px 5px 0 0;
533
	width: 225px;
529
	width: 232px;
-
 
530
}
-
 
531
 
-
 
532
.mynotes-section h3	{
-
 
533
	background-color: #848484;
-
 
534
	color: #FFFFFF;
-
 
535
	font-size: 12px;
-
 
536
	padding: 1px 0 1px 5px;
534
}
537
}
535
 
538
 
-
 
539
.mynotes-section .note-display, .mynotes-section textarea	{
-
 
540
	background: none repeat scroll 0 0 #FFFFC0;
-
 
541
	border: 1px solid #CCCCCC;
-
 
542
	min-height: 60px;
-
 
543
	max-height: 90px;
-
 
544
}
536
.mynotes-section .note-display	{
545
.mynotes-section .note-display	{
537
	padding: 3px;
546
	padding: 3px;
-
 
547
	width: 224px;
538
}
548
}
539
 
549
 
540
.mynotes-section textarea	{
550
.mynotes-section textarea	{
541
	display: none;
551
	display: none;
542
	background-color: transparent;
-
 
543
	border: none;
-
 
544
	font-family: 'Comic Sans MS',Textile,cursive;
552
	font-family: 'Comic Sans MS',Textile,cursive;
545
	font-size: 11px;
553
	font-size: 11px;
546
	color: #999;
554
	color: #999;
547
	padding: 2px;
555
	padding: 2px;
548
	float: left;
556
	float: left;
549
	width: 100%;
557
	width: 226px;
-
 
558
	overflow: auto;
550
}
559
}
551
 
560
 
552
#mynotes-colorbox	{
561
.mynotes-section p, .mynotes-colorbox-section p	{
553
	display: none;
562
	display: none;
554
}
563
}
555
 
564
 
-
 
565
.mynotes-section p a	{
-
 
566
	float: right;
-
 
567
	cursor: pointer;
-
 
568
}
-
 
569
 
556
#mynotes-colorbox .mynotes-colorbox-section	{
570
#mynotes-colorbox .mynotes-colorbox-section	{
557
	padding: 3px 5px;
571
	padding: 3px 5px;
558
	margin: 3px 0px 3px 0 px;
572
	margin: 3px 0px 3px 0 px;
559
}
573
}
560
 
574
 
Line 571... Line 585...
571
	width: 610px;
585
	width: 610px;
572
	height: 20px;
586
	height: 20px;
573
	padding: 2px;
587
	padding: 2px;
574
}
588
}
575
 
589
 
576
#btn-view-mynotes	{
590
a.view-my-notes	{
577
	margin-top: 5px;
591
	float: right;
-
 
592
	font-weight: normal !important;
578
	width: 127px;
593
	cursor: pointer;
579
}
594
}
580
595