nicer styling of feedItem buttons
This commit is contained in:
parent
f08a50e75e
commit
052df840e9
1 changed files with 7 additions and 1 deletions
|
@ -254,7 +254,6 @@ button {
|
||||||
border-top: 1px solid #c0c0c0;
|
border-top: 1px solid #c0c0c0;
|
||||||
background-image: linear-gradient(#F1EFE2 50%, #C0C0C0);
|
background-image: linear-gradient(#F1EFE2 50%, #C0C0C0);
|
||||||
background-color: #C0C0C0;
|
background-color: #C0C0C0;
|
||||||
padding: 6px;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -266,6 +265,13 @@ button {
|
||||||
|
|
||||||
.feedItemOptions a {
|
.feedItemOptions a {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
padding: 6px;
|
||||||
|
border-right: 1px solid #c0c0c0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feedItemOptions a:last-child {
|
||||||
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title-slider {
|
.title-slider {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue