Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix feedback for app navigation when using keyboard | Jan-Christoph Borchardt | 2014-12-19 | 1 | -0/+1 |
| | |||||
* | add relevant focus styles to the existing hover styles | Jan-Christoph Borchardt | 2014-11-06 | 1 | -4/+9 |
| | |||||
* | explicitly unbold text by default, otherwise might be bold | Jan-Christoph Borchardt | 2014-11-05 | 1 | -0/+2 |
| | |||||
* | implement sidebar fro personal settings - bad kung-fu | Thomas Müller | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | increase whitespace below headings in settings | Jan-Christoph Borchardt | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10896 from owncloud/undo-nav-entry | Morris Jobke | 2014-09-16 | 1 | -0/+35 |
|\ | | | | | Add delete undo styles | ||||
| * | add delete undo styles | Bernhard Posselt | 2014-09-16 | 1 | -0/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | use less right padding better styling, fix padding issues no special color for undo nav entry fix fallback width use class for button | ||||
* | | Merge pull request #11040 from owncloud/fix-app-menu-overlapp | Jan-Christoph Borchardt | 2014-09-15 | 1 | -2/+2 |
|\ \ | | | | | | | Remove bottom: 0 from app-navigation-entry-utils to prevent the utils form overlapping the whole element.... | ||||
| * | | add some minor fixes for IE8 | Morris Jobke | 2014-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | remove bottom: 0 to prevent the menu form overlapping the whole element. ↵ | Bernhard Posselt | 2014-09-15 | 1 | -2/+2 |
| |/ | | | | | | | | | | | | | | | | | | | This happens if a folder has entries, the menu expands to the very bottom and overlaps all entries and makes them impossible to click fix input width which was changed likely with the icon PR use calc because firefox and chrome have different scrollbar widths which causes firefox to push the button into the next row while everything is well in chrome add normal width for IE8 | ||||
* | | Merge pull request #11026 from owncloud/apps-styles-update | Morris Jobke | 2014-09-15 | 1 | -23/+2 |
|\ \ | |/ |/| | Apps styles update | ||||
| * | use same shade of grey for active navigation items and hovering | Jan-Christoph Borchardt | 2014-09-11 | 1 | -2/+2 |
| | | |||||
| * | remove icon styles from apps.css as they are in icons.css | Jan-Christoph Borchardt | 2014-09-11 | 1 | -21/+0 |
| | | |||||
* | | This fixes the double scrollbars issue | Bernhard Posselt | 2014-09-09 | 1 | -1/+0 |
|/ | |||||
* | also style submit buttons | Bernhard Posselt | 2014-09-02 | 1 | -1/+2 |
| | |||||
* | Add app utilities - CSS menus for sidebar | Bernhard Posselt | 2014-08-31 | 1 | -6/+196 |
| | | | | | | | | | * 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 | ||||
* | no top border for first settings item, detail enhancement | Jan-Christoph Borchardt | 2014-08-04 | 1 | -0/+4 |
| | |||||
* | fix settings entry width | Jan-Christoph Borchardt | 2014-07-23 | 1 | -1/+1 |
| | |||||
* | remove superfluous border from settings entry | Jan-Christoph Borchardt | 2014-07-23 | 1 | -1/+0 |
| | |||||
* | simplify app navigation look, remove superfluous border as it is ↵ | Jan-Christoph Borchardt | 2014-07-23 | 1 | -7/+1 |
| | | | | distinguished enough via background color | ||||
* | app settings: only display text fields at full width, not buttons | Jan-Christoph Borchardt | 2014-06-07 | 1 | -1/+1 |
| | |||||
* | app settings: display input fields at full width | Jan-Christoph Borchardt | 2014-06-06 | 1 | -0/+9 |
| | |||||
* | slightly widen sidebar to 250px, works better with apps and on mobile | Jan-Christoph Borchardt | 2014-06-05 | 1 | -2/+2 |
| | |||||
* | adjust CSS to styleguide, remove left padding, prevent user-selection | Jan-Christoph Borchardt | 2014-06-05 | 1 | -1/+18 |
| | |||||
* | explicit position:relative for app-content, fixes first run layout | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #8853 from owncloud/design-typeface | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+9 |
|\ | | | | | Use Open Sans as typeface | ||||
| * | do not use italic typeface style, instead lighter color | Jan-Christoph Borchardt | 2014-06-03 | 1 | -0/+9 |
| | | |||||
* | | reduce width of app sidebar a bit | Jan-Christoph Borchardt | 2014-06-03 | 1 | -2/+2 |
|/ | |||||
* | move Deleted Files to bottom of sidebar | Jan-Christoph Borchardt | 2014-06-02 | 1 | -0/+1 |
| | |||||
* | Added app navigation for files app | Vincent Petry | 2014-05-15 | 1 | -0/+3 |
| | | | | | | - Added links to trashbin and shared dir - Moved "WebDAV" settings block to the app nav's settings section - Added sidebar support in trashbin app as well | ||||
* | Added infinite scrolling (in-memory list) | Vincent Petry | 2014-04-28 | 1 | -1/+11 |
| | |||||
* | fix h3 style, move out from settings to apps CSS | Jan-Christoph Borchardt | 2014-04-02 | 1 | -1/+3 |
| | |||||
* | Merge pull request #7817 from owncloud/app-navigation-for-apps | Morris Jobke | 2014-04-01 | 1 | -2/+6 |
|\ | | | | | Makes #app-navigation a part of app management. | ||||
| * | apply proposed change | Morris Jobke | 2014-04-01 | 1 | -2/+2 |
| | | |||||
| * | merge CSS rules | Morris Jobke | 2014-03-31 | 1 | -4/+2 |
| | | |||||
| * | Removes highlighting of selected items, padding from apps management. | raghunayyar | 2014-03-30 | 1 | -3/+0 |
| | | |||||
| * | Adds Style changes to app-navigation in core/css/apps.css | raghunayyar | 2014-03-24 | 1 | -2/+11 |
| | | |||||
* | | general styles for the content area | Jan-Christoph Borchardt | 2014-03-27 | 1 | -3/+19 |
|/ | |||||
* | Set overflow-y to auto | Thomas Tanghus | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | restrict height of settings and make scrollable | Jan-Christoph Borchardt | 2014-03-05 | 1 | -0/+3 |
| | |||||
* | properly indent contents of folders for app styles, to line up with text | Jan-Christoph Borchardt | 2013-10-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #5136 from owncloud/design-fixes | Morris Jobke | 2013-10-04 | 1 | -1/+6 |
|\ | | | | | Design fixes | ||||
| * | prevent hover effect when settings are open | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+6 |
| | | |||||
* | | simplify input elements for less cognitive load. No box-shadow, no ↵ | Jan-Christoph Borchardt | 2013-10-03 | 1 | -3/+1 |
|/ | | | | text-shadow, smaller border-radius | ||||
* | followup of #4032 - makes the settings-button bigger and adds again padding ↵ | Alessandro Cosentino | 2013-09-29 | 1 | -1/+2 |
| | | | | at bottom of app-navigation | ||||
* | use lineheight instead of padding and height | Bernhard Posselt | 2013-09-13 | 1 | -2/+2 |
| | |||||
* | center utils | Bernhard Posselt | 2013-09-02 | 1 | -0/+1 |
| | |||||
* | move CSS for apps out of styles.css into new apps.css | Jan-Christoph Borchardt | 2013-08-30 | 1 | -0/+236 |