Subversion Repositories SmartDukaan

Rev

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

Rev 16771 Rev 16857
Line 587... Line 587...
587
}
587
}
588
.location_style
588
.location_style
589
{
589
{
590
  background:yellow;
590
  background:yellow;
591
   word-wrap: break-word;
591
   word-wrap: break-word;
-
 
592
}
-
 
593
.row_style{
-
 
594
  background:#f9fafb;
-
 
595
  padding:1px;
-
 
596
  color:'grey';
-
 
597
  font-size:12px;
-
 
598
}
-
 
599
 
-
 
600
.approved_panel{
-
 
601
  background:#f9fafb !important; 
-
 
602
  padding:0px !important;
-
 
603
  font-size:12px;
592
}
604
}
593
605