summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | remove superfluous enabled-app class againJan-Christoph Borchardt2013-02-051-5/+0
| | |/ | |/|
* | | line up 'remember' text with checkboxJan-Christoph Borchardt2013-02-051-1/+1
| | |
* | | form detail on log in button, better shapeJan-Christoph Borchardt2013-02-051-1/+1
|/ /
* | fix CSS to coding guidelineJan-Christoph Borchardt2013-02-031-0/+13
| |
* | Password Toggle Support for Loginraghunayyar2013-02-031-2/+10
| |
* | Merge pull request #1395 from raghunayyar/webkit-scrollbar-534Jan-Christoph Borchardt2013-02-011-0/+5
|\ \ | | | | | | Adds webkit scrollbar to ownCloud
| * | More Visible webkit Scrollbar, syntax error solved.raghunayyar2013-02-011-3/+3
| | |
| * | Adds webkit scrollbar to ownCloudraghunayyar2013-01-311-0/+5
| | |
* | | fix header for shared linksJan-Christoph Borchardt2013-01-311-1/+3
| | |
* | | Merge branch 'master' into navigationJan-Christoph Borchardt2013-01-311-3/+4
|\ \ \
| * | | no box-shadow for public share download buttonJan-Christoph Borchardt2013-01-311-1/+1
| | | |
| * | | change button box-shadow from hard white to slight transparentJan-Christoph Borchardt2013-01-311-2/+2
| | | |
| * | | increase opacity of buttons, fix for dark backgrounds like header in public ↵Jan-Christoph Borchardt2013-01-291-2/+3
| | |/ | |/| | | | | | | share, fix #1188
* | | increase opacity of inactive apps and settings entries for better visibilityJan-Christoph Borchardt2013-01-311-3/+3
| | |
* | | vertical scrollbar for app navigation when too many appsJan-Christoph Borchardt2013-01-311-1/+6
| | |
* | | ellipsize long app names in navigationJan-Christoph Borchardt2013-01-311-0/+1
| | |
* | | Merge pull request #1359 from raghunayyar/navigationJan-Christoph Borchardt2013-01-311-0/+6
|\ \ \ | | | | | | | | No Image Repetition on Enabling Apps in Navigation Bar
| * | | Reduced Styling and Image loads as from src and not backgorund.raghunayyar2013-01-301-2/+3
| | | |
| * | | No Image Repetition on Enabling Apps in Navigation Barraghunayyar2013-01-301-0/+5
| | | |
* | | | Merge branch 'master' into navigationJan-Christoph Borchardt2013-01-301-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Permanently display shared status iconsMichael Gapczynski2013-01-261-2/+2
| | | |
* | | | merge stylesJan-Christoph Borchardt2013-01-2816-365/+1181
|\| | |
| * | | Merge pull request #1059 from owncloud/fixing-998-masterThomas Müller2013-01-261-1/+2
| |\ \ \ | | | | | | | | | | Fixing 998 master
| | * \ \ Merge branch 'master' into fixing-998-masterThomas Mueller2013-01-182-5/+25
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js
| | * | | | pin notification to the topThomas Mueller2013-01-111-1/+1
| | | | | |
| | * | | | displaying notification now centeredThomas Mueller2013-01-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The notification div has been moved to the user templates. Correct display of the notification will only work with the use of OC.Notification.show() as on fadeIn() the css needs to be changed as this style required display: inline.
| * | | | | Use black background imagesLukas Reschke2013-01-251-1/+1
| | | | | |
| * | | | | update to jquery-ui 1.10.0Thomas Mueller2013-01-2315-362/+1174
| | |_|_|/ | |/| | |
| * | | | Fix scrolling of leftcontentRobin Appelman2013-01-211-1/+1
| | |/ / | |/| |
* | | | undo padding change on buttons, otherwise it will mess up the upload and new ↵Jan-Christoph Borchardt2013-01-281-1/+1
| | | | | | | | | | | | | | | | buttons again
* | | | merge changes in navigationJan-Christoph Borchardt2013-01-281-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Defined height for #leftcontentraghunayyar2013-01-251-1/+1
| | | |
| * | | Style fixes on core/navigation Branch.raghunayyar2013-01-251-2/+2
| | | | | | | | | | | | | | | | #rightcontent margin and button overlaps fixed.
* | | | fix up content and content-wrapper merge ...Jan-Christoph Borchardt2013-01-181-8/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | dont show horizontal scrollbarBernhard Posselt2013-01-161-1/+1
| | |
| * | dont resize content div with javascript but use css box-sizing to do itBernhard Posselt2013-01-161-1/+2
| | |
* | | new settings menu for new designJan-Christoph Borchardt2013-01-171-4/+4
| | |
* | | new app icon style for new designJan-Christoph Borchardt2013-01-171-7/+9
| | |
* | | merge master into navigationJan-Christoph Borchardt2013-01-152-10/+28
|\| |
| * | Merge pull request #994 from owncloud/enhanced_multiSelectLukas Reschke2013-01-111-4/+23
| |\ \ | | |/ | |/| Enhanced multiSelect
| | * Merge branch 'fix_multiSelect' of github.com:owncloud/core into ↵Thomas Tanghus2012-12-211-4/+23
| | |\ | | | | | | | | | | | | enhanced_multiSelect
| | | * multiSelect: Added scrollbar if longer than 20em. Ref #720Thomas Tanghus2012-12-041-0/+2
| | | |
| | | * Enhanced multiSelect jquery plugin.Thomas Tanghus2012-12-041-4/+21
| | | |
| * | | Merge pull request #938 from owncloud/fix_minor_files_annoyancesThomas Tanghus2013-01-081-1/+1
| |\ \ \ | | | | | | | | | | Fix minor files annoyances
| | * | | ie8 ignores rgba, show button border in ie8 by adding second border css rowJörn Friedrich Dreyer2013-01-071-1/+1
| | | | |
| * | | | Merge pull request #1061 from ↵Jörn Friedrich Dreyer2013-01-071-1/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | owncloud/remove_css_not_selector_to_fix_ie8_input_fields remove css not selector - incompatible with ie8
| | * | | remove css not selector - incompatible with ie8Jörn Friedrich Dreyer2013-01-021-1/+1
| | |/ /
| * / / Basic update progress of database update onlyMichael Gapczynski2013-01-031-1/+2
| |/ /
| * | Merge pull request #869 from owncloud/files-stylesJan-Christoph Borchardt2012-12-201-3/+1
| |\ \ | | | | | | | | Files styles
| | * | remove transitions for file rows and actions because it made everything seem ↵Jan-Christoph Borchardt2012-12-131-3/+1
| | | | | | | | | | | | | | | | sluggish