Update classic.css (#1670)
* Update classic.css * coveralls test * add additional user search route
Cette révision appartient à :
Parent
bc580942e7
révision
ebfcf90d99
2 fichiers modifiés avec 2 ajouts et 1 suppressions
|
@ -26,6 +26,7 @@ func init() {
|
|||
// User Profile specific routes
|
||||
userRoutes := router.Get().Group("/user")
|
||||
{
|
||||
userRoutes.GET("", UserProfileHandler)
|
||||
userRoutes.GET("/:id", UserProfileHandler)
|
||||
userRoutes.GET("/:id/:username", UserProfileHandler)
|
||||
userRoutes.GET("/:id/:username/follow", UserFollowHandler)
|
||||
|
|
|
@ -425,7 +425,7 @@ span.comment-index+p a:hover {
|
|||
float: right;
|
||||
margin-top: 7px;
|
||||
}
|
||||
.torrent-buttons a{
|
||||
.torrent-buttons a, .torrent-buttons button {
|
||||
height: 26px!important;
|
||||
background: linear-gradient(to bottom, #33ca98 0%, #336867 72%);
|
||||
color: white!important;
|
||||
|
|
Référencer dans un nouveau ticket