1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
#inner-details {
/*font-size:0.8em;
list-style:none;
margin:7px;
z-index : 5;*/
display:inline;
}
#inner-details img{
max-width: 20px;
max-height: 20px;
display:inline;
}
#inner-details h2{
font-size: 12px;
line-height: 20px;
display:inline;
}
#inner-details p{
display:inline;
}
#inner-details div{
display:inline;
}
#log {
/*position:absolute;
top:10px;
font-size:1.0em;
font-weight:bold;
color:#23A4FF;*/
}
#right-container {
position: relative;
top : 0px;
right: 0px;
min-height:40px;
padding-top:5px;
padding-left:5px;
padding-right:5px;
/*right: 5px;
background-position: center left;
position: absolute;
top : 45px;
background-color:white;
-moz-box-shadow:#555 2px 2px 8px;
-webkit-box-shadow:#555 2px 2px 8px;
-o-box-shadow:#555 2px 2px 8px;*/
}
.border {
/*position: absolute;
border: 5px solid #FEB515;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-moz-border-image: url(/static/depgraph/images/border-image.png) 5 5 5 5 stretch;
-webkit-border-image: url(/static/depgraph/images/border-image.png) 5 5 5 5 stretch;*/
}
/*TOOLTIPS*/
.tip {
/*color: #111;
width: 139px;
background-color: white;
border:1px solid #ccc;
-moz-box-shadow:#555 2px 2px 8px;
-webkit-box-shadow:#555 2px 2px 8px;
-o-box-shadow:#555 2px 2px 8px;
box-shadow:#555 2px 2px 8px;
opacity:0.9;
filter:alpha(opacity=90);
font-size:10px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}
.tip-title{
/*background-color:white;*/
}
|