This commit is contained in:
jeena 2013-04-09 19:19:13 +02:00
parent 56e31b9fd6
commit 1cc1d1007b

View file

@ -214,27 +214,17 @@ p {
font-weight: bold;
}
li .from {
position: absolute;
top: -1.8em;
right: 10px;
display: none;
padding: 0.3em 0.9em;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
border: 1px solid white;
border-bottom: 0;
background: #ddd;
font-size: 0.9em;
}
li:hover .from {
display: block;
}
li:first-child:hover .from {
li .from {
position: absolute;
right: 3.5em;
display: none;
padding: 0.3em 0.9em;
background: #ddd;
font-size: 0.9em;
top: auto;
bottom: -1.8em;
z-index: 2;
@ -247,6 +237,18 @@ li:first-child:hover .from {
border-top: 0;
}
li:last-child:hover .from {
top: -1.8em;
bottom: auto;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
border: 1px solid white;
border-bottom: 0;
}
aside {
float: right;
margin: 0 0 0 3px;