nicer styling of feedItemOptions

This commit is contained in:
Colin Frei 2013-08-08 07:38:43 +02:00
parent cfd7cfbbc2
commit 45ee108144

View file

@ -251,14 +251,23 @@ button {
}
.feedItemOptions {
border-top: 1px solid #c0c0c0;
background-image: linear-gradient(#F1EFE2 50%, #C0C0C0);
background-color: #C0C0C0;
padding: 6px;
font-size: 13px;
display: table;
width: 100%;
}
.feedItemOptions i {
font-size: 16px;
}
.feedItemOptions a {
display: table-cell;
}
.title-slider {
display: inline-block;
animation: bounce-text 30s linear infinite;