Aleksander Machniak
997ef19f17
Remove height:auto from .listing table cells
11 years ago
Aleksander Machniak
789a7b5fd5
Small improvements for toolbar buttons style
11 years ago
Aleksander Machniak
a292e4f524
Unify default width of resizable UI elements ( #1488837 )
11 years ago
Aleksander Machniak
c3bb0d32a5
Some more css improvements
11 years ago
Aleksander Machniak
ab985fdaed
Fix font-family/font-size in form elements ( #1489936 )
11 years ago
Aleksander Machniak
c5f06896d4
Display full quota information in popup ( #1485769 , #1486604 )
11 years ago
Thomas Bruederli
750de3189c
Remove previously added styles that don't belong here
11 years ago
Thomas Bruederli
71a522f103
Separate list of saved searched from addressbooks list
11 years ago
Aleksander Machniak
a7343c243c
Focus displayed input element in show_header_row()
11 years ago
Aleksander Machniak
d30a998fca
Small css fix
11 years ago
Thomas Bruederli
9a6e6e3abf
Global styles for tabbed forms in ui-dialogs
11 years ago
Aleksander Machniak
c6220abe5e
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Aleksander Machniak
1db12a9037
Fix so all pages are displayed correctly in extwin mode ( #1489952 )
11 years ago
Thomas Bruederli
a7439075b6
Hide voice messages
11 years ago
Aleksander Machniak
219461fc74
Fix "Special Folders" icon position
11 years ago
Aleksander Machniak
b97939c102
Small css fixes
11 years ago
Aleksander Machniak
f331daffe1
Fix preview toggle button (missing iconbutton class after click)
11 years ago
Thomas Bruederli
b65ecf82e3
Use different styles for :required and :focus input fields
11 years ago
Thomas Bruederli
d9e541c5fe
Better styles for hidden (voice) elements and attachments list icons
11 years ago
Aleksander Machniak
b8445cdcb9
Small icon alignment fix
11 years ago
Aleksander Machniak
81b2b6a9c1
Make order of quicksearch box elements more intuitive for keyboard navigation
11 years ago
Thomas Bruederli
9c513f44a2
Fix message list header spacings ( #1489929 )
11 years ago
Aleksander Machniak
1e22cb1e86
Unify some labels
11 years ago
Aleksander Machniak
47d8931484
Remove "min-width:0" - fixes unwanted horizontal scrollbar in message headers box
11 years ago
Aleksander Machniak
a856e8a972
Fix typo
11 years ago
David Carter
776ddd6d85
New optional HTML/plaintext view icons in #messageheader mean that
...
we need wider CSS margin on the message subject.
Otherwise a long subject line runs behind the extra icons.
This shows up frequently with the threecol plugin installed:
https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout
(I have submitted a pull request to make that work with 1.0.1)
However you see the same problem with the standard mailbox view
if a message has a very long subject line.
11 years ago
Aleksander Machniak
ba5c53e5c3
Send X-UA-Compatible as HTTP header instead of meta tag
11 years ago
Thomas Bruederli
23756ff705
Localize mail toolbar menu titles
11 years ago
Thomas Bruederli
3445ca1a4f
Fix keyboard interaction with decorated <select> elements (Firefox only)
11 years ago
Thomas Bruederli
a46a10f19c
Don't hide voice contents with display:none, otherwise they're not read. Fix icon styles for compose contacts list
11 years ago
Thomas Bruederli
99cdca46b7
Merge branch 'dev-accessibility'
...
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
11 years ago
Aleksander Machniak
c5bfe69e21
Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir
11 years ago
Thomas Bruederli
3412e50b54
Fix attachment menu structure and aria-attributes
11 years ago
Thomas Bruederli
f25be2b863
Render localized texts for icon-style messagelist headers
11 years ago
Thomas Bruederli
72afe3153c
Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines
11 years ago
Thomas Bruederli
24e89eceed
Add fieldset legends and input element labels to contact edit form
11 years ago
Thomas Bruederli
77043f8469
Apply accessibility improvements to the settings section
11 years ago
Thomas Bruederli
e75d5e813a
Simplify CSS boder/background styles for listing elements with focus indicator
11 years ago
Thomas Bruederli
458af8d30a
Apply accessibility improvements to the address book task
11 years ago
Thomas Bruederli
5cf77e1159
Use jQuery UI tabs widget for tabbed fieldsets
11 years ago
Thomas Bruederli
d58c39126f
Some more improvemements on content structure, text representation and keyboard navigation within the mail view
11 years ago
Thomas Bruederli
22a2c5e0ee
Localize title and summary attributes; make message count display box a live area
11 years ago
Aleksander Machniak
37dfc4bc05
Fix double newlines on message printout
11 years ago
Aleksander Machniak
bfa20e3867
Hide droptarget image if drag-n-drop is not supported
11 years ago
Thomas Bruederli
8fd955eb1e
Improve (message) list widget display and keyboard navigation to show sane behavior with screen readers
11 years ago
Aleksander Machniak
731d190fec
Merge branch 'tinymce4'
...
Conflicts:
program/js/app.js
program/js/editor.js
program/js/tiny_mce/tiny_mce.js
program/steps/utils/spell_html.inc
11 years ago
Aleksander Machniak
b21f8bd3ef
Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4
11 years ago
Thomas Bruederli
d0d7f43ef5
More aria-* improvements to toggle buttons and autocompletion lists
11 years ago
Thomas Bruederli
1791a1e7a2
Remove list row 'unfocused' state and keep 'selected' classes even when list loses focus. For visual distinguishing .focus tr.selected can be used
11 years ago
Aleksander Machniak
fa7b319404
Fix some css
11 years ago
Aleksander Machniak
efc470f0ac
Merge branch 'dev-text2html'
...
Conflicts:
program/js/app.js
Fix handling magic_quotes in rcube_text2html and rcube_html2text - move
stripslashes from these classes to action files
11 years ago
Aleksander Machniak
44fe214025
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Aleksander Machniak
e8f0802f03
Small css fixes, optimized some images
11 years ago
Thomas Bruederli
072f1aa97b
Minor fixes for teelist searching
11 years ago
Aleksander Machniak
c0a5aa5f5f
Improved handling of new-lines in quoted paragraphs on text2html conversion
11 years ago
Aleksander Machniak
a340b30088
Don't wrap messages list footer
11 years ago
Thomas Bruederli
9e89c87601
Define generic styles for a search boxe inside list widgets
11 years ago
Aleksander Machniak
547028280c
Fix icon for DOC files
11 years ago
Thomas Bruederli
170e45e035
Use localized labels for voice-only headings and link texts
11 years ago
Thomas Bruederli
a2f8fa2361
Set aria-selected and aria-expanded state attributes
11 years ago
Thomas Bruederli
7c8533a1ab
Update copyright year in about template
11 years ago
Aleksander Machniak
eda92ed4c0
Improved display of plain text messages and text to HTML conversion ( #1488937 )
...
Now instead of <pre> we use <div class="pre"> styled with monospace
font. We replace whitespace characters with non-breaking spaces where
needed. I.e. plain text is always unwrappable, until it uses format=flowed,
in such a case only flowed paragraphs are wrappable.
Also conversion of text to HTML in compose editor was modified in the same way.
11 years ago
Aleksander Machniak
1af3d97636
Unify lists' records and headers height no matter it's td, li or span
11 years ago
Thomas Bruederli
6789bf1f4d
Moved popup-menu functions to Roundcube core for seamless integration of (stackable) skin and core menus
11 years ago
Thomas Bruederli
ea0866a1ad
Improve keyboard navigation on compose screen: define tabindex groups + enable keyboard controls of contacts list widget
11 years ago
Thomas Bruederli
b2992dd228
Further accessibility improvements regarding keyboard navigation and document structure
11 years ago
Thomas Bruederli
d2bf33b242
Forward keyboard event through 'menu-open' command to enable keyboard navigation
11 years ago
Aleksander Machniak
0070187e32
Fix unwanted horizontal scrollbar in spellcheck languages list in Chrome browser
11 years ago
Thomas Bruederli
a539cebdaa
Improve mail view document structure with headings, roles, labels and aria-attributes
11 years ago
Aleksander Machniak
89d6ce6846
Update to TinyMCE 4.x
11 years ago
Thomas Bruederli
e8bcf08c72
1. Prepare core and Larry skin for improved accessibility
...
2. Implement full keyboard navigation in main mail view
11 years ago
Thomas Bruederli
2d8f31da73
Remove inadequate 'pagenav' class from button containers
11 years ago
Thomas Bruederli
388b384ef1
Define globally available styles for UI buttons with icons
11 years ago
Aleksander Machniak
64f40ef43c
Add splitter in Settings > Responses
11 years ago
Thomas Bruederli
b34d679075
Specify licenses in all javascript files and blocks to please LibreJS
11 years ago
Thomas Bruederli
8dc87e62fb
Avoid popupmenus being closed when scrollbar is clicked ( #1489832 )
11 years ago
Thomas Bruederli
9429087f67
Add multi-folder search capabilities to classic skin ( #1485234 )
11 years ago
Aleksander Machniak
47fccf4fa6
Move some IE8-specific style to legacy_browser plugin
11 years ago
Aleksander Machniak
64542fc803
Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update to jQuery-2.1.0
11 years ago
Thomas Bruederli
c83535876c
Small refactoring of message list column configuration; fixes table column resorting issues with hidden 'folder' column
11 years ago
Thomas Bruederli
66536974fe
Merge branch 'dev-multi-folder-search'
11 years ago
Aleksander Machniak
f8a9c2c59c
Improve HTML structure so toolbar and content are in separate containers.
...
This makes splitters size and positioning better.
11 years ago
Aleksander Machniak
4d61806cc5
Fix splitter so minimum width/height is checked on both sides of the splitter
11 years ago
Aleksander Machniak
81ce7ec252
Remove style that breaks border/spacing of nested folders in mailboxes list
11 years ago
Thomas Bruederli
d221576489
Disable link registering mailto: protocol handler if not supported by the browser ( #1489569 )
11 years ago
Thomas Bruederli
9da808470d
Better indentation styles for treelist items
11 years ago
Aleksander Machniak
904fec7505
Add id for login submit button ( #1489676 ) - make it skin independent
11 years ago
Thomas Bruederli
c42fc0fff6
Define default treelist styles (i.e. indentation) globally
11 years ago
Thomas Bruederli
80102a2dde
Re-locate the move-message toolbar button to be next to the related delete icon; synchronize toolbars in larry and classic skin
11 years ago
Aleksander Machniak
5e8da2b5c9
Added toolbar button to move message in message view
11 years ago
Thomas Bruederli
8bbb01cb66
Add toolbar icon for message move
11 years ago
Thomas Bruederli
affabd9a4b
Fix some glitches in ACL table display
11 years ago
Aleksander Machniak
b99aef05b5
Add missing box-shadow style ( #1489556 )
11 years ago
Thomas Bruederli
cfc84e984f
Fix the small CSS fix
11 years ago
Thomas Bruederli
519213426c
Small CSS fix with message notice boxes in Larry skin ( #1489497 )
11 years ago
Thomas Bruederli
ff8f2ede34
Fix cropped display of fixed list header in IE ( #1295420 )
11 years ago
Aleksander Machniak
0f4d09b9e8
Fix empty folder icon for trash folder one level below the root
11 years ago
Thomas Bruederli
bc0afad1b3
Added icon for empty trash ( #1485775 )
11 years ago
Aleksander Machniak
6fa5b437a4
Update to TinyMCE 4.x
11 years ago
Thomas Bruederli
1d6082c5e2
Fix thread/list mode update and display
11 years ago