From d1877d044ae806c645ac1f08b382a8f6f5c22430 Mon Sep 17 00:00:00 2001 From: Karen Date: Sat, 10 Sep 2011 09:37:06 +0530 Subject: [PATCH] added inner-details.css file --- itf/static/css/noel/inner-details.css | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 itf/static/css/noel/inner-details.css diff --git a/itf/static/css/noel/inner-details.css b/itf/static/css/noel/inner-details.css new file mode 100644 index 0000000..13ea90b --- /dev/null +++ b/itf/static/css/noel/inner-details.css @@ -0,0 +1,31 @@ +#bottomRight +{width:570px; +height:100%; /*IS THIS REQUIRED??*/ +background-color:#FFF; +color:#3b3b39; +font-size:14px; +line-height:16px; +font-family:Arial, Helvetica, 'DejaVu Sans', sans-serif; +padding:20px; +margin-top:20px; +-moz-border-radius:8px; +-webkit-border-radius:8px; +border-radius:8px; +-moz-box-shadow:2px 3px 20px #252425; +-webkit-box-shadow:2px 3px 20px #252425; +box-shadow:2px 3px 20px #252425;} + +.itfInfoSub +{color:#f7bd00; +font-weight:bold;} + +.itfInfo p +{padding-bottom:8px;} + +.thumbsDetails +{width:164px; +height:114px; +-moz-box-shadow:2px 2px 2px 1px #999; +-webkit-box-shadow:2px 2px 2px 1px #999; +box-shadow:2px 2px 2px 1px #999; +margin:10px;}