summaryrefslogtreecommitdiffstats
path: root/css
Commit message (Collapse)AuthorAgeFilesLines
* CSS hover magicJan-Christoph Borchardt2011-04-171-14/+18
|
* css.length() == css.length()/6Jan-Christoph Borchardt2011-04-161-634/+93
|
* better display for server configuration errorsRobin Appelman2011-04-161-0/+15
|
* Application "files" is able to list the files again, start of splitting css ↵Jakob Sack2011-03-021-21/+0
| | | | files
* Start of the refactoring. Commit is quite big because I forgot to use git ↵Jakob Sack2011-03-0118-961/+1229
| | | | right from the beginning. Sorry.
* plugin manager and plugin installerRobin Appelman2010-10-151-3/+17
|
* initial version for user managment tab in the settings pageRobin Appelman2010-09-201-0/+50
|
* fix layout issue in the settings pageRobin Appelman2010-09-191-1/+13
|
* improved loading speed of default syle sheetRobin Appelman2010-09-191-1/+6
|
* new settings page that allows plugins to integrate their own settings ↵Robin Appelman2010-08-121-0/+18
| | | | dialogs more with the existing ones
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-162-0/+0
|
* Merge commit 'refs/merge-requests/27' of ↵Robin Appelman2010-07-051-0/+0
| | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge Conflicts: inc/HTTP/WebDAV/Server/Filesystem.php inc/lib_config.php inc/lib_log.php inc/lib_user.php inc/templates/adminform.php
* Font size now respect user preferencesAldo "xoen" Giambelluca2010-06-301-19/+20
| | | | | | | This is made using em unit instead of pt for font-size. "New" sizes are relative to the font-size choosen by the user. Changed 9pt in 0.95em, 8pt in 0.8em and 7pt in 0.7em, tested on Firefox. This should fix zoom in/out in IE.
* small fixesRobin2010-05-152-1/+9
|
* provide layout for smaller screens on android/iphoneRobin2010-05-141-0/+438
|
* css fixesRobin2010-04-201-0/+91
|
* small visual changesRobin2010-04-121-1/+10
|
* visual changesRobin2010-04-121-9/+29
|
* visual changes WIPRobin2010-04-111-14/+112
|
* some cleanup in ajax fronted, give error message before starting an upload ↵Robin2010-04-041-1/+1
| | | | that is to big
* show file actions in a dropdown menuRobin2010-03-291-3/+63
|
* ajax interfaceRobin2010-03-241-3/+8
|
* small css and path fixesFrank Karlitschek2010-03-241-0/+4
|
* cleanup autoconfiguration wizard, add settings page, make it run from ↵root2010-03-161-2/+8
| | | | subdirectories, huge cleanup
* <img /> tags need alternative content with "alt" attribute. "dots.png" is ↵CharlyCoste2010-03-141-0/+2
| | | | not a content. Using CSS backgrounds instead.
* "border" attribute is not a valid attribute for <img /> tags. Using proper ↵CharlyCoste2010-03-141-0/+8
| | | | CSS instructions instead.
* <br /> is not a valid strict xhtml1.0 tag. Not semantic. Replacing it by CSS ↵CharlyCoste2010-03-141-2/+10
| | | | instructions on semantic tags.
* center is not a valid strict xhtml1.0 tag (not semantic). At least, ↵CharlyCoste2010-03-141-0/+22
| | | | replacing it by a div with "center" class.
* bgcolor is not a valid "xhtml1.0 strict" attribute. Replacing it by a css ↵CharlyCoste2010-03-141-0/+2
| | | | background-color
* commiting ownCloud 1.0 beta 1v1.0.0beta1Frank Karlitschek2010-03-101-0/+80