nicer layout with dark buttons and topic highlights
This commit is contained in:
parent
e8c2fd545f
commit
3ca644241a
3 changed files with 46 additions and 6 deletions
|
|
@ -1,3 +1,7 @@
|
|||
.content-no-header
|
||||
{
|
||||
margin-top:-20px;
|
||||
}
|
||||
|
||||
#video-roster {
|
||||
margin:0;
|
||||
|
|
@ -117,10 +121,25 @@
|
|||
}
|
||||
|
||||
.filter-button-group{
|
||||
margin: 10px 0;
|
||||
margin: 10px 10px;
|
||||
}
|
||||
|
||||
.filter-button-group button{
|
||||
color: #000;
|
||||
color: #fff;
|
||||
margin-bottom: 4px;
|
||||
background-color: #000;
|
||||
border-radius: 5px;
|
||||
border-color: #000;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.filter-button-group button:hover, .filter-button-group button:first-child
|
||||
{
|
||||
background-color: #5a4b68;
|
||||
border-color: #5a4b68;
|
||||
}
|
||||
|
||||
.spacer
|
||||
{
|
||||
margin-top:20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue