summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 00:52:20 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 00:52:20 +0300
commit29f118253d91fea72a9785685d0443ac7ad4f30a (patch)
treef7fe728a0bbad6497bc4f720a8b623e5019a3156
parentc33f56f3a24bb67d79fc506ddb4f2082ce2d7c8e (diff)
prefs: misc layout tweaks
-rw-r--r--modules/pref-feeds.php2
-rw-r--r--tt-rss.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 1b3e451fc..97ff89642 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1131,7 +1131,7 @@
if ($quiet) return;
print "<div dojoType=\"dijit.layout.AccordionContainer\" region=\"center\">";
- print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Feeds')."\">";
+ print "<div id=\"pref-feeds-feeds\" dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Feeds')."\">";
$result = db_query($link, "SELECT COUNT(id) AS num_errors
FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ".$_SESSION["uid"]);
diff --git a/tt-rss.css b/tt-rss.css
index 22a72af27..a3abd47f5 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1595,6 +1595,10 @@ div#pref-tabs .dijitContentPane h3 {
border-width : 0px;
}
+#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds {
+ padding : 0px;
+}
+
#errorButton {
color : red;
}