.forum_post_outside {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
min-height: 75px;
padding: 0 5px;
width: 100%;
background-color: #333;
margin-bottom: 2px;
}
.forum_arrow_outside {
position: relative;
z-index: 1;
float: right;
width: 150px;
}
.forum_arrow_top {
position: absolute;
top: 0;
right: 0;
}
.forum_arrow_inside {
max-width: 110px;
-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
background-color: #eee;
padding: 10px;
border: 1px solid #ccc;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
z-index: 999;
position: absolute;
top: 0;
left: 0;
}
.forum_drop_down {
margin: 0!important;
margin-top: 10px!important;
line-height: 20px;
min-width: 110px;
border-bottom: 1px solid #ccc;
color: #000;
}
Delete
Unpin
Edit