Widen buttons on registration dashboard
authorDaniel Gustafsson <daniel@yesql.se>
Tue, 17 Jul 2018 20:24:33 +0000 (22:24 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Tue, 17 Jul 2018 20:24:33 +0000 (22:24 +0200)
The buttons dooesn't fit the text on them, and since their styling
was inline with !important it couldn't be fixed by the conference
overrides. Fix by widening the button and removing !important. This
lipsticking the pig to handle the current event taking place, all
the inline CSS needs to removed at some point but thats another
patch.

template.jinja/confreg/registration_dashboard.html

index 0477504113016dcd31d121f953a5638525056c04..812e30c1f0d3444415cf07bac809fdbfd5a76e44 100644 (file)
@@ -35,7 +35,7 @@ div.regwrap.errfld ul.errorlist li {
    font-weight: normal !important;
 }
 form input[type=submit] {
-   width: 200px !important;
+   width: 220px;
 }
 </style>
 {%endblock%}