mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 04:31:28 +00:00
use css for help overlay, css cleanup
This commit is contained in:
@@ -5979,18 +5979,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
function rounded_table_start($classname, $header = " ") {
|
||||
print "<table width='100%' class='$classname' cellspacing='0' cellpadding='0'>";
|
||||
print "<tr><td class='c1'> </td><td class='top'>$header</td><td class='c2'> </td></tr>";
|
||||
print "<tr><td class='left'> </td><td class='content'>";
|
||||
}
|
||||
|
||||
function rounded_table_end($footer = " ") {
|
||||
print "</td><td class='right'> </td></tr>";
|
||||
print "<tr><td class='c4'> </td><td class='bottom'>$footer</td><td class='c3'> </td></tr>";
|
||||
print "</table>";
|
||||
}
|
||||
|
||||
function feed_has_icon($id) {
|
||||
return is_file(ICONS_DIR . "/$id.ico") && filesize(ICONS_DIR . "/$id.ico") > 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user