create tournament button with text

as suggested by superuser
This commit is contained in:
Niklas Fiekas 2019-05-13 15:53:12 +02:00
parent 4d99cf0fdb
commit 2a160571a8
2 changed files with 3 additions and 8 deletions

View file

@ -73,9 +73,9 @@ var d=lichess.StrongSocket.defaults;d.params.flag="tournament";d.events.reload=a
h1(trans.tournaments()),
ctx.isAuth option div(cls := "box__top__actions")(a(
href := routes.Tournament.form(),
cls := "button button-green",
title := trans.createANewTournament.txt()
)("+"))
cls := "button button-green text",
dataIcon := "O"
)(trans.createANewTournament()))
),
div(cls := "tour-chart")
),

View file

@ -2,8 +2,3 @@
@import 'side';
@import 'schedule';
@import 'finished';
.box__top__actions a {
font-size: 3em;
padding: .1em .4em;
}