Aleksander Machniak
e2872900f4
Fix small style glitch on first toolbar button in recent Firefox
11 years ago
Thomas Bruederli
4910b0666e
Distinguish mobile/tablet/touch devices
11 years ago
Thomas Bruederli
85e10cbb41
Fix scrolling in iframes on touch devices
11 years ago
Thomas Bruederli
dc84008266
Optimize list events for touch devices
11 years ago
Aleksander Machniak
328876db5c
Fix image scaling issues when image has only one dimension smaller than the limit ( #1489274 )
...
Other small code improvements.
11 years ago
Dennis1993
bb0ff20140
Update settings.html
...
added old frameborder Attribute for IE7 and IE8
11 years ago
Dennis1993
4bf322d256
Update addressbook.html
...
added old frameborder Attribute for IE7 and IE8
11 years ago
Dennis1993
269b5bfa95
Update mail.html
...
added old frameborder Attribute for IE7 and IE8
11 years ago
Dennis1993
cfd799b905
Update settings.html
...
deleted deprecated frameborder attribute and use css instead
11 years ago
Dennis1993
5b976a6187
Update addressbook.html
...
deleted deprecated frameborder attribute and use css instead
11 years ago
Dennis1993
f6196e75e8
Update mail.html
...
deleted deprecated frameborder Attribute and use css instead
wrong closing DIV tag
11 years ago
Dennis1993
7095f54fdc
Update header.html
...
deleted old border="0" attribute and use css instead
11 years ago
Dennis1993
02b1a15775
Update login.html
...
deleted deprecated border="0" Attribute and use css instead
11 years ago
Dennis1993
7d4b41f592
Update styles.css
...
added support for required field (HTML5)
added border:none; for logos and delete deprecated border="0" html attribute
11 years ago
Thomas B.
5acb99a498
Merge pull request #87 from rimas-kudelis/master
...
Merge pull request #87 from rimas-kudelis: additions to newmail_notifier
11 years ago
Rimas Kudelis
471157982b
Add more icons sizes to favicon.ico's
11 years ago
Thomas Bruederli
deb2b8d080
Allow to load config files for different environments ( #1487311 ); keep (non-default) filename in URLs throughout the webmail app
11 years ago
Thomas Bruederli
2c03b71d28
Set z-index for messagelist and fixed header copy; fix overflow settings; removed unused definitions
11 years ago
Thomas Bruederli
73ad4f1bfd
Finally: make message list header stay on top when scrolling ( #1295420 )
11 years ago
Aleksander Machniak
2b8eb4a5ed
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Aleksander Machniak
eabc0564cd
Help plugin: CSS fixes, content frame scrollbar fix, about page (classic skin) fix
12 years ago
Thomas Bruederli
c492b0745f
Use the more descriprive label 'move to...' for mailbox list drop-down
12 years ago
Aleksander Machniak
a45f9b7bf5
Contacts drag-n-drop default action is to move contacts ( #1488751 )
...
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751 )
Use consistent naming: 'moveto' -> 'move'
12 years ago
Aleksander Machniak
ad052b81d8
Fix so filename label is "Name" not "Display name"
12 years ago
Thomas Bruederli
94b11361b5
Fix text-overflow
12 years ago
Aleksander Machniak
57d1d60ef1
Added toolbar container on attachment preview page
12 years ago
Aleksander Machniak
528366f693
Fix Close link and remove About link on error pages ( #1489109 )
12 years ago
Aleksander Machniak
d675abc571
Make identity signature field wider ( #1489159 )
12 years ago
Aleksander Machniak
3aa16c320b
Fix icon position for all special folders when on second level of the tree.
...
This would be simpler if we'd have onlick on list row (<li>) instead of <a> element.
12 years ago
Victor Benincasa
d7604c8c59
Fix Junk folder alignment when it's nested in inbox folder.
12 years ago
Aleksander Machniak
0494288999
Improved/unified attachment preview page
...
Implemented attachment print button
12 years ago
Aleksander Machniak
3a0f822767
Improve screen min-width calculation
12 years ago
Aleksander Machniak
bcc1590663
Fix screen element height in popups in Opera browser
12 years ago
Aleksander Machniak
12e69ce13d
Fix lack of space between searchfiler and quicksearchbar in Larry skin ( #1489158 )
12 years ago
Thomas Bruederli
dd54725b21
Merge branch 'dev-advanced-ldap-groups':
...
- Refactoring: separated address book implementation from generic LDAP wrapper class
- Auto-detect and use VLV indices for all search operations
- Additional group configuration options for LDAP address books
- Allow address books to display a multi-level group hierarchy in the contacts list
12 years ago
Thomas Bruederli
4f53ab347e
Add feature to import messages to the currently selected folder
12 years ago
Thomas Bruederli
c7f958df50
Add styles for image thumbnails in print mode ( #1489134 )
12 years ago
Thomas Bruederli
020bded515
Set minimum height for message headers block ( #1489108 )
12 years ago
Aleksander Machniak
36adaf630d
Improved width of message list menu dialog
12 years ago
Aleksander Machniak
ec532341ce
Fix list mode switch to 'List' after saving list settings in Larry skin ( #1489164 )
12 years ago
Aleksander Machniak
8f9a8b6fce
Fix decorated select width in Firefox
12 years ago
Aleksander Machniak
de15846c54
Make update_quota public
12 years ago
Aleksander Machniak
15482bcade
Improved handling of Reply-To/Bcc addresses of identity in compose form ( #1489016 )
12 years ago
Aleksander Machniak
0279879871
Small css fix in compose page footer
12 years ago
Aleksander Machniak
2355045ded
Change Reply-All button label/title when mailing list is detected ( #1488938 )
12 years ago
Aleksander Machniak
c958452d09
Catch possible "Permission denied" error on iframe elements in IE
12 years ago
Victor Benincasa
ef3f1dfca9
Small code optimization
...
Remove function argument as a local variable is used.
12 years ago
Aleksander Machniak
9576906bbe
Fix hide-headers icon
12 years ago
Aleksander Machniak
e088291024
Remove dropdown style from attachment menu
12 years ago
Aleksander Machniak
443b92a7ee
Add add_popup() method to make possible to register popup from a plugin.
...
It was possible with show_popup(), however sometimes it is needed
to register a popup before show_popup() is being used.
12 years ago