1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 06:55:56 +00:00

further stylesheet simplification related fixes

This commit is contained in:
Andrew Dolgov
2017-12-03 13:25:34 +03:00
parent 3f2a871421
commit 09bc54c690
11 changed files with 56 additions and 75 deletions

View File

@@ -54,8 +54,8 @@ class Auth_Internal extends Plugin implements IAuthModule {
$return = urlencode($_REQUEST["return"]);
?><html>
<head><title>Tiny Tiny RSS</title></head>
<?php echo stylesheet_tag("css/utility.css") ?>
<body class="otp"><div class="content">
<?php echo stylesheet_tag("css/default.css") ?>
<body class="ttrss_utility otp"><div class="content">
<form action="public.php?return=<?php echo $return ?>"
method="POST" class="otpform">
<input type="hidden" name="op" value="login">