Put the refresh buttons inside spans.
This commit is contained in:
parent
2826e8972f
commit
a29a637bcb
1 changed files with 2 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue