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

minor css updates

This commit is contained in:
Andrew Dolgov
2015-08-12 11:45:06 +03:00
parent 1eec50143b
commit 6759dde1dd
3 changed files with 6 additions and 4 deletions

View File

@@ -87,13 +87,11 @@
}
function print_error($msg) {
print "<div class='error'><span><img src='../images/alert.png'></span>
<span>$msg</span></div>";
print "<div class='alert alert-error'>$msg</div>";
}
function print_notice($msg) {
print "<div class=\"notice\">
<span><img src=\"../images/information.png\"></span><span>$msg</span></div>";
print "<div class=\"alert alert-info\">$msg</div>";
}
function db_connect($host, $user, $pass, $db, $type, $port = false) {