aboutsummaryrefslogtreecommitdiffstats
path: root/data/webview.css
Commit message (Collapse)AuthorAgeFilesLines
* Auto-wrap long anchorsMilan Crha2013-10-091-0/+5
| | | | | Make Webkit auto-wrap long anchors, thus they do not dictate content width, which may make it too wide for a window with extra long links.
* Bug #706008 - Workaround gnome-shell style change on focus changeTomas Popela2013-09-121-2/+0
| | | | | | | Avoid redrawing (thus loosing the selection and scroll position) of preview window on style change by defining the colors through CSS styles. On style change we just update the CSS color definitions and preview will update itself without redraw.
* Right-align mail header names.Matthew Barnes2013-05-091-0/+44
| | | | | | | We used to do this before WebKit and it looked better. Also fix up the header section for right-to-left locales: put the collapse button on the right, and images on the left.
* Bug #679404 - Read colors for message preview from Gtk themeDan Vrátil2012-07-271-10/+0
|
* Bug #515004 - Allow toggling between text and HTML view of mailDan Vrátil2012-06-261-2/+2
|
* Mail formatter rewriteDan Vrátil2012-06-061-1/+1
| | | | | | | | All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class.
* Don't display border around photo in contacts previewDan Vrátil2012-04-191-0/+4
|
* Bug #673108 - Font settings and monospace fonts don't workDan Vrátil2012-04-121-4/+0
|
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-0/+147