aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
...
* | allow horizontal scrollbar for personal and admin settingsJan-Christoph Borchardt2014-08-281-0/+4
| |
* | Enhancement: Adds input styles to input type dates too.raghunayyar2014-08-281-0/+1
| |
* | Add a trusted domain wizardLukas Reschke2014-08-211-0/+4
| | | | | | | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement.
* | full opacity for the hovered/focused app as well for better contrastJan-Christoph Borchardt2014-08-201-7/+2
| |
* | fix color of links in warnings, fix #10480Jan-Christoph Borchardt2014-08-181-0/+1
| |
* | change error text color to white for better contrast, fix #10424Jan-Christoph Borchardt2014-08-151-3/+2
| |
* | no top border for first settings item, detail enhancementJan-Christoph Borchardt2014-08-041-0/+4
| |
* | Merge pull request #10097 from owncloud/background-fixJan-Christoph Borchardt2014-08-011-1/+1
|\ \ | | | | | | Remove old color of body
| * | add white as background-colorMorris Jobke2014-08-011-0/+1
| | |
| * | Remove old color of bodyMorris Jobke2014-08-011-1/+0
| | | | | | | | | | | | * only visible in public view as ugly grey pane behind the footer
* | | also fix filepicker for smaller screen sizesJan-Christoph Borchardt2014-07-311-0/+9
| | |
* | | fix date display in filepickerJan-Christoph Borchardt2014-07-311-2/+3
| | |
* | | fix long filename display in filepickerJan-Christoph Borchardt2014-07-311-0/+4
|/ /
* | set max width for notifications so they won't overlap the whole headerJan-Christoph Borchardt2014-07-301-0/+1
| |
* | fix yellow notification styleJan-Christoph Borchardt2014-07-301-3/+10
| |
* | fix notification preventing top bar clickability, fix #9680Jan-Christoph Borchardt2014-07-301-1/+7
| |
* | Merge pull request #9853 from owncloud/design-mobile-searchMorris Jobke2014-07-282-5/+14
|\ \ | | | | | | improve look of search on mobile, save space in top bar, fix overlap
| * | improve look of search on mobile, save space in top barJan-Christoph Borchardt2014-07-242-5/+14
| | |
* | | Merge pull request #9585 from owncloud/design-fix-public-footerJan-Christoph Borchardt2014-07-281-0/+22
|\ \ \ | | | | | | | | move public page footer rules from sharing app to core so it is used by other apps too
| * | | move public page footer rules from sharing app to core so it is used by ↵Jan-Christoph Borchardt2014-07-071-0/+22
| | | | | | | | | | | | | | | | other apps too
* | | | Merge pull request #9847 from owncloud/design-input-groupingJan-Christoph Borchardt2014-07-281-3/+6
|\ \ \ \ | | | | | | | | | | enable input grouping also outside of log in screen
| * | | | enable input grouping also outside of log in screenJan-Christoph Borchardt2014-07-241-3/+6
| | |/ / | |/| |
* / | | max icon size for app menuMichael Göhler2014-07-261-0/+2
|/ / /
* | | fix settings entry widthJan-Christoph Borchardt2014-07-231-1/+1
| | |
* | | remove superfluous border from settings entryJan-Christoph Borchardt2014-07-231-1/+0
| | |
* | | simplify app navigation look, remove superfluous border as it is ↵Jan-Christoph Borchardt2014-07-231-7/+1
| | | | | | | | | | | | distinguished enough via background color
* | | Fixed IE8 style issues in files appVincent Petry2014-07-181-0/+14
| | | | | | | | | | | | | | | | | | - fixed missing scrollbar in personal page - fixed controls bar transparency: opaque white in IE8 - fixed files table borders in IE8
* | | remove unused 3rdparty clock and lock iconsJan-Christoph Borchardt2014-07-151-8/+0
| | |
* | | specify CSS rule for warning & update fieldsets - fixes #9491Morris Jobke2014-07-071-3/+3
| | |
* | | Fixed dialogs styling, reversed buttonsVincent Petry2014-07-071-0/+11
|/ / | | | | | | Default dialog button is now on the right, other one on the left.
* | fix fieldset look, fix #8158Jan-Christoph Borchardt2014-07-051-0/+10
| |
* | fix size of breadcrumb separatorMorris Jobke2014-07-041-0/+1
| |
* | fix cursor for other elements in top right cornerMorris Jobke2014-07-041-0/+3
| |
* | fix 'remember' label being slightly off in log inJan-Christoph Borchardt2014-07-041-0/+1
| |
* | fix icons being slightly off in log inJan-Christoph Borchardt2014-07-041-3/+2
| |
* | fix user menu name and image not showing clicky mouse pointerJan-Christoph Borchardt2014-07-041-0/+3
| |
* | for shared links, use wide logo on desktop and icon on mobileJan-Christoph Borchardt2014-07-031-0/+8
| |
* | Merge pull request #9391 from owncloud/design-mobile-shareJan-Christoph Borchardt2014-07-031-1/+3
|\ \ | | | | | | Fix mobile share view glitches
| * | fix position of shared file buttonsJan-Christoph Borchardt2014-07-021-1/+3
| | |
* | | Merge pull request #9365 from owncloud/design-controls-polishJan-Christoph Borchardt2014-07-031-2/+1
|\ \ \ | | | | | | | | Design controls polish
| * | | remove border-bottom of controls barJan-Christoph Borchardt2014-07-021-1/+0
| | | |
| * | | reduce transparency of controls bar for less distractionJan-Christoph Borchardt2014-07-021-1/+1
| | | |
| * | | change controls bar color to white for less grey-in-grey designJan-Christoph Borchardt2014-07-021-2/+2
| | | |
* | | | fix animation of sidebar and prevent horizontal scrollbar, fix #9284Jan-Christoph Borchardt2014-07-022-6/+2
| |/ / |/| |
* | | Merge pull request #9369 from owncloud/designfix-updateJan-Christoph Borchardt2014-07-021-0/+5
|\ \ \ | |_|/ |/| | Update dialog running out of horizontal space in Firefox. fixes #9298
| * | Fix update dialog running out of horizontal space in Firefox. Fixes #9298jbtbnl2014-07-021-0/+5
| |/
* | allow horizontal scrollbar in settings to make user mgmt usable on mobileJan-Christoph Borchardt2014-07-021-0/+5
| |
* | prevent overflow in user management controls bar, fix #9277Jan-Christoph Borchardt2014-07-021-0/+9
|/
* fix the layout of the enforced expiry date messageMorris Jobke2014-07-011-1/+8
|
* fix expire message going out of box, fix #9280Jan-Christoph Borchardt2014-06-301-1/+2
|