added inner-details.css file
This commit is contained in:
parent
f3001cf2c3
commit
d1877d044a
31
itf/static/css/noel/inner-details.css
Normal file
31
itf/static/css/noel/inner-details.css
Normal file
|
@ -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;}
|
Loading…
Reference in New Issue
Block a user