summaryrefslogtreecommitdiff
path: root/tt-rss.css
AgeCommit message (Collapse)Author
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-05-17reduce menu label font sizeAndrew Dolgov
2013-05-16implement additional counter mode for virtual feeds when there's 0 unread ↵Andrew Dolgov
articles
2013-05-15remove blockquote background and unnecessary paddingAndrew Dolgov
2013-05-15css tweaks for utility and exported articles, etcAndrew Dolgov
2013-05-14set feedtree text color (not sure about this)Andrew Dolgov
2013-05-14remove focus outline on feedtree labelAndrew Dolgov
2013-05-14make nth-child rows a bit brighterAndrew Dolgov
2013-05-14make feedTree less whiteAndrew Dolgov
2013-05-14increase contrast of various gray elementsAndrew Dolgov
2013-05-14simplify link css styling, increase prefs font size a bitAndrew Dolgov
2013-05-14add some subtle css shadowsAndrew Dolgov
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