diff --git a/classes/feeds.php b/classes/feeds.php
index 536f1b793..c0f5bcf93 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -43,6 +43,8 @@ class Feeds extends Handler_Protected {
$search_q = "";
}
+ $reply .= "";
+
$rss_link = htmlspecialchars(get_self_url_prefix() .
"/public.php?op=rss&id=$feed_id$cat_q$search_q");
@@ -50,10 +52,18 @@ class Feeds extends Handler_Protected {
$error_class = $error ? "error" : "";
- $reply .= "";
- $reply .= "";
+ $reply .= "
+
+
";
+
+
+# $reply .= "";
$reply .= "";
+ $reply .= "";
+
if ($feed_site_url) {
$last_updated = T_sprintf("Last updated: %s",
$feed_last_updated);
@@ -72,18 +82,15 @@ class Feeds extends Handler_Protected {
}
$reply .= "";
+ $reply .= "";
- $reply .= "
-
-
";
-
- $reply .= "";
+# $reply .= "";
// left part
- $reply .= __('Select:')."
+ $reply .= "";
+
+ $reply .= "
".__('All').",
".__('Unread').",
".__('Invert').",
@@ -132,14 +139,14 @@ class Feeds extends Handler_Protected {
$reply .= "";
- //$reply .= "";
-
//$reply .= "get_hooks(PluginHost::HOOK_HEADLINE_TOOLBAR_BUTTON) as $p) {
echo $p->hook_headline_toolbar_button($feed_id, $is_cat);
}
+ $reply .= "";
+
return $reply;
}
diff --git a/css/cdm.css b/css/cdm.css
index 5b004fccf..ef3ef52d6 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -247,7 +247,7 @@ div.cdmHeader span.author {
div#floatingTitle {
position : absolute;
z-index : 5;
- top : 25px;
+ top : 0px;
right : 0px;
left : 0px;
border-color : #ccc;
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 96e9fb00d..ee921716a 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -203,14 +203,6 @@ a:hover {
color : #909090;
}
-/* #headlines-frame div.hl:nth-child(even) {
- background : #fafafa;
-} */
-
-#headlines-frame.normal {
-
-}
-
.hl {
border-width : 0px 0px 1px 0px;
border-style : solid;
@@ -321,39 +313,44 @@ div.prefHelp {
color : #555;
}
-div#headlines-toolbar {
- border-width : 0px;
- font-size : 12px;
+#main-toolbar > * {
+ white-space : nowrap;
+ display : table-cell;
+ color : #999;
font-family : "Segoe UI", Tahoma, sans-serif;
- color : #555;
- padding : 0px;
- margin : 0px;
- overflow : hidden;
- height : 25px;
- line-height : 25px;
- padding-left : 4px;
- background : white;
}
-div#headlines-toolbar .dijitSelect {
- font-size : 11px;
- position : relative;
- top : -2px;
+#main-toolbar #headlines-toolbar {
+ padding-right : 4px;
+ width : 100%;
}
-div#headlines-toolbar span.r {
- float: right;
- position: relative;
- padding : 0 4px 0px 4px;
+#main-toolbar #headlines-toolbar span.holder {
+ display : table;
+ width : 100%;
+}
+
+#main-toolbar #headlines-toolbar span.holder > * {
+ display : table-cell;
+}
+
+#main-toolbar #headlines-toolbar .main {
text-align : right;
-}
+}
+
+#headlines-toolbar span.r img {
+ margin-right : 4px;
+ position : relative;
+ top : 3px;
+}
#headlines-toolbar span.r .error a {
color : red;
}
-div#headlines-toolbar span.r a {
- color : #555;
+#main-toolbar #selected_prompt {
+ font-style : italic;
+ text-align : center;
}
span.contentPreview {
@@ -524,14 +521,6 @@ form {
padding : 0px;
}
-#main_toolbar_form {
- margin : 0px;
- padding : 0px;
- display : table-cell;
- white-space : nowrap;
- width : 100%;
-}
-
div.loadingPrompt {
padding : 1em;
text-align : center;
@@ -551,12 +540,6 @@ div.whiteBox {
margin: 0;
} */
-#toolbar div.actionChooser {
- display : table-cell;
- text-align : right;
- padding-right : 3px;
-}
-
div.autocomplete {
position : absolute;
width : 250px;
diff --git a/index.php b/index.php
index d0369e808..303eacda0 100644
--- a/index.php
+++ b/index.php
@@ -153,6 +153,10 @@