mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 08:42:59 -07:00
Fix activity header text
This commit is contained in:
parent
1f587ed698
commit
7da5730c73
1 changed files with 4 additions and 4 deletions
|
@ -294,10 +294,6 @@ object {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
.padded-header h3 small {
|
|
||||||
font-size: 13px;
|
|
||||||
text-transform: none;
|
|
||||||
}
|
|
||||||
.btn {
|
.btn {
|
||||||
outline:0px !important;
|
outline:0px !important;
|
||||||
}
|
}
|
||||||
|
@ -2377,6 +2373,10 @@ a .library-user-instance-box:hover {
|
||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
}
|
}
|
||||||
|
.home-padded-header h3 small {
|
||||||
|
font-size: 13px;
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
.home-padded-header .button-bar {
|
.home-padded-header .button-bar {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue