summaryrefslogtreecommitdiffstats
path: root/core/css/apps.css
Commit message (Collapse)AuthorAgeFilesLines
* fix feedback for app navigation when using keyboardJan-Christoph Borchardt2014-12-191-0/+1
|
* add relevant focus styles to the existing hover stylesJan-Christoph Borchardt2014-11-061-4/+9
|
* explicitly unbold text by default, otherwise might be boldJan-Christoph Borchardt2014-11-051-0/+2
|
* implement sidebar fro personal settings - bad kung-fuThomas Müller2014-10-171-1/+1
|
* increase whitespace below headings in settingsJan-Christoph Borchardt2014-10-081-1/+1
|
* Merge pull request #10896 from owncloud/undo-nav-entryMorris Jobke2014-09-161-0/+35
|\ | | | | Add delete undo styles
| * add delete undo stylesBernhard Posselt2014-09-161-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-overlappJan-Christoph Borchardt2014-09-151-2/+2
|\ \ | | | | | | Remove bottom: 0 from app-navigation-entry-utils to prevent the utils form overlapping the whole element....
| * | add some minor fixes for IE8Morris Jobke2014-09-151-1/+1
| | |
| * | remove bottom: 0 to prevent the menu form overlapping the whole element. ↵Bernhard Posselt2014-09-151-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-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
| |
* | This fixes the double scrollbars issueBernhard Posselt2014-09-091-1/+0
|/
* also style submit buttonsBernhard Posselt2014-09-021-1/+2
|
* Add app utilities - CSS menus for sidebarBernhard Posselt2014-08-311-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 enhancementJan-Christoph Borchardt2014-08-041-0/+4
|
* 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
* app settings: only display text fields at full width, not buttonsJan-Christoph Borchardt2014-06-071-1/+1
|
* app settings: display input fields at full widthJan-Christoph Borchardt2014-06-061-0/+9
|
* slightly widen sidebar to 250px, works better with apps and on mobileJan-Christoph Borchardt2014-06-051-2/+2
|
* adjust CSS to styleguide, remove left padding, prevent user-selectionJan-Christoph Borchardt2014-06-051-1/+18
|
* explicit position:relative for app-content, fixes first run layoutJan-Christoph Borchardt2014-06-041-0/+1
|
* Merge pull request #8853 from owncloud/design-typefaceJan-Christoph Borchardt2014-06-041-0/+9
|\ | | | | Use Open Sans as typeface
| * do not use italic typeface style, instead lighter colorJan-Christoph Borchardt2014-06-031-0/+9
| |
* | reduce width of app sidebar a bitJan-Christoph Borchardt2014-06-031-2/+2
|/
* move Deleted Files to bottom of sidebarJan-Christoph Borchardt2014-06-021-0/+1
|
* Added app navigation for files appVincent Petry2014-05-151-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 Petry2014-04-281-1/+11
|
* fix h3 style, move out from settings to apps CSSJan-Christoph Borchardt2014-04-021-1/+3
|
* Merge pull request #7817 from owncloud/app-navigation-for-appsMorris Jobke2014-04-011-2/+6
|\ | | | | Makes #app-navigation a part of app management.
| * apply proposed changeMorris Jobke2014-04-011-2/+2
| |
| * merge CSS rulesMorris Jobke2014-03-311-4/+2
| |
| * Removes highlighting of selected items, padding from apps management.raghunayyar2014-03-301-3/+0
| |
| * Adds Style changes to app-navigation in core/css/apps.cssraghunayyar2014-03-241-2/+11
| |
* | general styles for the content areaJan-Christoph Borchardt2014-03-271-3/+19
|/
* Set overflow-y to autoThomas Tanghus2014-03-181-1/+1
|
* restrict height of settings and make scrollableJan-Christoph Borchardt2014-03-051-0/+3
|
* properly indent contents of folders for app styles, to line up with textJan-Christoph Borchardt2013-10-061-2/+2
|
* Merge pull request #5136 from owncloud/design-fixesMorris Jobke2013-10-041-1/+6
|\ | | | | Design fixes
| * prevent hover effect when settings are openJan-Christoph Borchardt2013-10-041-1/+6
| |
* | simplify input elements for less cognitive load. No box-shadow, no ↵Jan-Christoph Borchardt2013-10-031-3/+1
|/ | | | text-shadow, smaller border-radius
* followup of #4032 - makes the settings-button bigger and adds again padding ↵Alessandro Cosentino2013-09-291-1/+2
| | | | at bottom of app-navigation
* use lineheight instead of padding and heightBernhard Posselt2013-09-131-2/+2
|
* center utilsBernhard Posselt2013-09-021-0/+1
|
* move CSS for apps out of styles.css into new apps.cssJan-Christoph Borchardt2013-08-301-0/+236