summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #11026 from owncloud/apps-styles-updateMorris Jobke2014-09-151-23/+2
|\ \ \ \ \ | |/ / / / |/| | | | Apps styles update
| * | | | use same shade of grey for active navigation items and hoveringJan-Christoph Borchardt2014-09-111-2/+2
| | | | |
| * | | | remove icon styles from apps.css as they are in icons.cssJan-Christoph Borchardt2014-09-111-21/+0
| |/ / /
* | | | Merge pull request #10974 from owncloud/fix-app-content-overflowBernhard Posselt2014-09-121-1/+0
|\ \ \ \ | | | | | | | | | | This fixes the double scrollbars issue
| * | | | This fixes the double scrollbars issueBernhard Posselt2014-09-091-1/+0
| | |_|/ | |/| |
* | | | fix nojavascript message alignmentJan-Christoph Borchardt2014-09-111-1/+2
| |/ / |/| |
* | | fix notification visibility, fix #11016Jan-Christoph Borchardt2014-09-111-1/+1
|/ /
* | Merge pull request #10948 from owncloud/fix-zindexLukas Reschke2014-09-091-3/+3
|\ \ | | | | | | fix z-index of header and dropdowns, fix user menu not showing on mobile
| * | fix z-index of header and dropdowns, fix user menu not showing on mobileJan-Christoph Borchardt2014-09-081-3/+3
| |/
* | Merge pull request #10944 from owncloud/fix-nojavascript-styleJan-Christoph Borchardt2014-09-081-14/+14
|\ \ | | | | | | fix no-JS message, and add it to log in and shared as well cause they don’t work without JS
| * | also add no-JavaScript notice to log in and sharing pages because they do ↵Jan-Christoph Borchardt2014-09-081-2/+2
| | | | | | | | | | | | not work without JS either
| * | fix styling and wording of no-JavaScript messageJan-Christoph Borchardt2014-09-081-13/+13
| |/
* | Merge pull request #10451 from k4k/login_logo_alignment_fixVolkan Gezer2014-09-082-3/+1
|\ \ | |/ |/| improve logo flexibility to fix wide custom logo alignment, fix #9339
| * improve logo flexibility to fix wide custom logo alignment, fix #9339twood82014-08-152-3/+1
| |
* | also style submit buttonsBernhard Posselt2014-09-021-1/+2
| |
* | Add app utilities - CSS menus for sidebarBernhard Posselt2014-08-313-7/+199
| | | | | | | | | | | | | | | | | | * has-menu, has-count * use active for has-menu to show it * use open for action popup to show up * inactive buttons have less opacity * borders for edit input * use z-index for app content on mobile to prevent navigation items from sticking out
* | Merge pull request #10428 from owncloud/files_external_better_configRobin McCorkell2014-08-301-0/+4
|\ \ | | | | | | Improve external storage configuration UI
| * | Improve UI of external storage configurationRobin McCorkell2014-08-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Highlight fields that need to be filled * Remove (required) and (optional) strings where possible * Focus first configuration field when creating new external storage * Add ability to force external storage re-check * Various jQuery improvements * Prevent wrapping of checkboxes in configuration
* | | move hardcoded color to CSS class - for themeabilityMorris Jobke2014-08-291-0/+4
| | |
* | | also add minimum width for quota bar so it’s apparent how it will lookJan-Christoph Borchardt2014-08-291-0/+1
| | |
* | | set quota bar maximum to 100% to prevent overflowJan-Christoph Borchardt2014-08-291-1/+3
|/ /
* | define min height/width for icon classes to make sure they showJan-Christoph Borchardt2014-08-291-0/+2
| |
* | 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
| | |