summaryrefslogtreecommitdiff
path: root/tt-rss.css
AgeCommit message (Collapse)Author
2013-05-13use segoe for feedTreeAndrew Dolgov
2013-05-13update style of article noteAndrew Dolgov
2013-05-12fix jumping when clicking tree nodesVeit Lehmann
I would also suggest to turn the font-size back to 12px and padding back to 1px 0 there. Maybe only push the font-size to 14px in articles, since that's what we look at most. Everything else should visually step back.
2013-05-12notice style updatesAndrew Dolgov
2013-05-11remove unnecessary bottom border from headlines-frameAndrew Dolgov
2013-05-11optimize text legibility a bitAndrew Dolgov
2013-05-09keep counterNode always visible when feedTree rows get longerVeit Lehmann
.dijitTreeRow gets a width set by dojo.js. Max-width keeps it from growing too big. overflow: hidden and text-overflow: ellipsis shorten the text with an ellipsis so the counterNode won't cover the text.
2013-05-08make headline-toolbar brighterAndrew Dolgov
2013-05-08getting tired of your shit, dojoAndrew Dolgov
2013-05-08force minimum counterNode widthAndrew Dolgov
2013-05-08experimentally align counters to the rightAndrew Dolgov
2013-05-07increase main font sizeAndrew Dolgov
2013-05-07counterNode: use appear effectAndrew Dolgov
2013-05-07remove gradients, update favicon avg color displayAndrew Dolgov
2013-05-07update label ref styleAndrew Dolgov
2013-05-07tweak visual for headlinesAndrew Dolgov
2013-05-07fix notify display on chrome, add some css tweaksAndrew Dolgov
2013-05-07fix counters not being updatedAndrew Dolgov
2013-05-07better fix for feedTree shiftingAndrew Dolgov
2013-05-07Revert "use img-polaroid lookalike for images"Andrew Dolgov
This reverts commit 7d61f11c768869806a352ea94550220cc2c144c0.
2013-05-07remove some blue bordersAndrew Dolgov
2013-05-07attempt to fix annoying shifting of feedTree elements while hover changesAndrew Dolgov
2013-05-07use img-polaroid lookalike for imagesAndrew Dolgov
2013-05-04use css nth-child instead of old even/odd class hacks for normal modeAndrew Dolgov
2013-04-18more notice css tweaksAndrew Dolgov
2013-04-18tweak notice/warning/etc displayAndrew Dolgov
2013-04-17tweak notify layout/displayAndrew Dolgov
2013-04-15add a %d articles selected elementAndrew Dolgov
2013-04-13use height : auto in ttrssZoomAndrew Dolgov
2013-04-13Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-13ttrssZoom: fix image widthAndrew Dolgov
2013-04-12don't distort resized imagesVeit Lehmann
If images have width/height attributes set and are reduced in size by max-width: auto, they look distorted. height: auto fixes this.
2013-04-11Use CSS3 ellipsis in .postTitle.pictuga
CSS3 property which makes cut-off text look smoother.
2013-04-10Revert "Revert "another attempt to workaround against feedtree scroll issues""Andrew Dolgov
This reverts commit 9b176694f5ce928ac76984a3b1518353aa9cad5a. Conflicts: tt-rss.css
2013-04-10pre: forbid layout breaking widthAndrew Dolgov
2013-04-09implement support for multiple pub/mark buttons, add plugin which adds a ↵Andrew Dolgov
separate mark button to article botton in combined mode (closes #382)
2013-04-06Make sure missing feed-icons keep alignment.pictuga
Missing feed-icons take 16px as well to avoid alignment glitches in feed list.
2013-04-02feed-holder: remove overflow:hiddenAndrew Dolgov
2013-04-01Revert "another attempt to workaround against feedtree scroll issues"Andrew Dolgov
This reverts commit 9f8b2e6ea821da4b958b20f5c4c957b846021b76.
2013-04-01tweak ttrssZoom displayAndrew Dolgov
2013-03-31for consistency do not force bold on hl.active a.titleAndrew Dolgov
2013-03-31simplify filter overviewAndrew Dolgov
2013-03-31make postHeader a bit brighterAndrew Dolgov
2013-03-31add a small box-shadow to postHeaderAndrew Dolgov
2013-03-31remove postHeader gradientAndrew Dolgov
2013-03-29fix invisible active headline in 3pane modeAndrew Dolgov
2013-03-29another attempt to workaround against feedtree scroll issuesAndrew Dolgov
2013-03-29teh dreaded orange... no moreAndrew Dolgov
2013-03-29add workaround for double scrollbars in feed panelAndrew Dolgov
2013-03-29attachment dropdown: limit width, set top marginAndrew Dolgov