summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-18 02:52:16 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-18 02:52:16 +0200
commit4c0b359fbe2abd1b22e50221244408c9a64860d2 (patch)
treed6a13ef59ac7051379aef2246ac9669bc09fb75a /css
parenta88d3ed057f292e1275e5ed65a036aadd4168f06 (diff)
removed top bar above feed items, aligned the title with the star
Diffstat (limited to 'css')
-rw-r--r--css/news.css101
1 files changed, 3 insertions, 98 deletions
diff --git a/css/news.css b/css/news.css
index 44be1c144..0bdbc2f03 100644
--- a/css/news.css
+++ b/css/news.css
@@ -69,88 +69,6 @@ div.add_parentfolder {
padding-left: 1.8em;
}
-
-/**
- * View above the feeds which shows the feed title
- * and the controls
- */
-div.feed_controls {
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- background: none repeat scroll 0 0 #f7f7f7;
- border-bottom: 1px solid #ccc;
- box-shadow: 0 4px 4px -3px #ccc;
- overflow: hidden;
- position: fixed;
- left: 34.1em;
- right: 0;
- top: 3.5em;
- z-index: 1;
- height: 3.3em;
-}
-
- div.feed_controls .unreaditemcounter {
- background: #5E5E5E;
- border-radius: 5px;
- padding: 2px 5px;
- color: white;
- text-align: center;
- font-weight: normal;
- margin: .7em 0 0 .6em;
- display: block;
- float: left;
- min-width: 1.2em;
- display: none;
- }
-
- div.feed_controls .unreaditemcounter.all_read {
- display: none;
- }
-
-
- div.feed_controls div.subscriptions_title {
- display: inline-block;
- padding-left: .8em;
- padding-bottom: .6em;
- width: 22.4em;
- border-right: 1px solid #ddd;
- }
-
- div.feed_controls div.feed_title {
- padding-left: 10px;
- display: inline-block;
- }
-
- div.feed_controls div.feed_title h1 {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 1.2em;
- line-height: 2.6em;
- font-weight: bold;
- color: #333;
- }
-
- @media all and (min-width: 1280px){
- div.feed_controls div.feed_title h1 { max-width: 450px; }
- }
-
- @media all and (max-width: 1279px) and (min-width: 1024px){
- div.feed_controls div.feed_title h1 { max-width: 230px; }
- }
-
- @media all and (max-width: 1023px) and (min-width: 950px){
- div.feed_controls div.feed_title h1 { max-width: 130px; }
- }
-
- @media all and (max-width: 949px){
- div.feed_controls div.feed_title h1 { display: none; }
- }
-
- div.feed_controls .controls {
- float: right;
- }
-
/* feed/folder list */
#leftcontent {
@@ -163,20 +81,6 @@ div.feed_controls {
bottom: 0;
}
- /*
- #leftcontent h1 {
- background-color: #DBDBDB;
- border-bottom: 1px solid #CCCCCC;
- border-top: 1px solid #D4D4D4;
- color: #333333;
- font-weight: bold;
- display: block;
- font-size: 1.2em;
- max-width: 100%;
- padding: 0 0.8em;
- text-shadow: 0 1px 0 #F8F8F8;
- line-height: 2.6em;
- }*/
#feeds {
background-color: #f8f8f8;
@@ -509,7 +413,6 @@ div.feed_controls {
top: 3.5em !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
- margin-top: 3.5em;
left: 34.1em;
}
@@ -552,7 +455,8 @@ div.feed_controls {
.utils {
height: 2em;
margin: 0;
- padding: 0.6em 0.5em 0.5em 0.5em;
+ padding: 1.1em 0.5em 0.5em 0.5em;
+ float: left;
background-color: #f8f8f8;
background-image: linear-gradient(top, rgb(248,248,248) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(top, rgb(248,248,248) 0%, rgb(255,255,255) 100%);
@@ -600,6 +504,7 @@ div.feed_controls {
font-size: 1.5em;
margin: 0 13em 0 1.75em;
font-weight: bold;
+ padding-top: .8em;
}
.feed_item h1.item_title a {