nicer styling of feedItemOptions
This commit is contained in:
parent
cfd7cfbbc2
commit
45ee108144
1 changed files with 9 additions and 0 deletions
|
@ -251,14 +251,23 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.feedItemOptions {
|
.feedItemOptions {
|
||||||
|
border-top: 1px solid #c0c0c0;
|
||||||
|
background-image: linear-gradient(#F1EFE2 50%, #C0C0C0);
|
||||||
|
background-color: #C0C0C0;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
display: table;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feedItemOptions i {
|
.feedItemOptions i {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feedItemOptions a {
|
||||||
|
display: table-cell;
|
||||||
|
}
|
||||||
|
|
||||||
.title-slider {
|
.title-slider {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
animation: bounce-text 30s linear infinite;
|
animation: bounce-text 30s linear infinite;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue