Put the refresh buttons inside spans.

master
voussoir 2020-01-06 21:56:45 -08:00
parent 2826e8972f
commit a29a637bcb
1 changed files with 2 additions and 6 deletions

View File

@ -41,10 +41,6 @@
{
background-color: #aaffaa;
}
.refresh_button
{
width: 10%;
}
</style>
</head>
@ -52,8 +48,8 @@
<body>
{{header.make_header()}}
<div id="content_body">
<button class="refresh_button" onclick="refresh_all_channels(false, function(){location.reload()})">Refresh new videos</button>
<button class="refresh_button" onclick="refresh_all_channels(true, function(){location.reload()})">Refresh everything</button>
<span><button class="refresh_button" onclick="refresh_all_channels(false, function(){location.reload()})">Refresh new videos</button></span>
<span><button class="refresh_button" onclick="refresh_all_channels(true, function(){location.reload()})">Refresh everything</button></span>
<div>
<input type="text" id="new_channel_textbox">
<button id="new_channel_button" onclick="_new_channel_submit()">Add new channel</button>