Skip to content
Snippets Groups Projects
Commit 122651e1 authored by Sean McArthur's avatar Sean McArthur
Browse files

make sign up button display inline-block

fixes #1885
parent 7249f852
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,8 @@ button.delete:active {
border: 1px solid;
border-radius: 7px;
border-color: #68b8e8 #5da8dc #2f597b #5aa4d9;
padding: 5px 25px;
display:inline-block;
padding: 11px 25px;
background-image: -webkit-linear-gradient(top, #42a5e1, #2970aa);
background-image: -moz-linear-gradient(top, #42a5e1, #2970aa);
background-image: -ms-linear-gradient(top, #42a5e1, #2970aa);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment