summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* general styles for the content areaJan-Christoph Borchardt2014-04-011-3/+19
|
* prevent dimmed ocdialog div from scrollingJörn Friedrich Dreyer2014-03-261-1/+1
|
* fix noise not repeatingJan-Christoph Borchardt2014-03-061-1/+1
|
* add hover/focus states for star icons to hint at actionJan-Christoph Borchardt2014-03-051-2/+6
|
* remove border from log in input fields, simpler and works better with themesJan-Christoph Borchardt2014-03-031-5/+3
|
* icons: automatically show delete hover instead of using explicit classJan-Christoph Borchardt2014-02-281-1/+2
|
* Remove necessity of icon classjbtbnl2014-02-281-1/+1
| | | | Only the icon specific class is needed
* Add white color variant of checkmark iconjbtbnl2014-02-281-0/+4
|
* Merge pull request #7402 from owncloud/stable6-ie9-navigationMorris Jobke2014-02-261-5/+0
|\ | | | | Stable6 IE9 navigation bar width
| * manual backport of IE9 navigation bar pull request #6808, fix #7321Jan-Christoph Borchardt2014-02-261-5/+0
| |
* | Improve users list scrolling performanceVincent Petry2014-02-252-1/+19
|/ | | | | | | | | | - fixed JS error when avatar mode is disabled - added spinner at the bottom of the table - scroll detection now happens earlier - single/multiselect init is deferred so that the new rows are first appended into the list (more responsive) and initialized afterwards - disabled users sorting after add (assuming they are always sorted on the server side)
* add icons.css file, first step to get rid of %webroot%Jan-Christoph Borchardt2014-02-061-0/+240
|
* fix shadow size and arrow positionJan-Christoph Borchardt2013-12-101-2/+2
|
* fix the legacy popup to make calendar settings look nicerJan-Christoph Borchardt2013-12-101-2/+10
|
* fix time input field properly, detailsJan-Christoph Borchardt2013-12-031-2/+2
|
* fix public page - gallery view issuesMorris Jobke2013-12-031-2/+2
|
* account for shift of controls bar due to app navigation, do not shift on ↵Jan-Christoph Borchardt2013-12-031-0/+7
| | | | public page
* Merge pull request #5984 from owncloud/nav-scrollbarFrank Karlitschek2013-11-292-5/+12
|\ | | | | always show app navigation scrollbar when too many apps in there
| * Fix for IE - an ugly horizontal scrollbar appearsMorris Jobke2013-11-272-0/+6
| | | | | | | | | | | | | | * for IE9 the nav bar was too narrow * for other IEs the width of each app element was to wide and cause the horizontal scoll bar - now this content is hidden like before this PR
| * fix navbarMorris Jobke2013-11-271-1/+0
| |
| * prevent shift of app names caused by scrollbar, part 2Jan-Christoph Borchardt2013-11-271-1/+3
| |
| * prevent shift of app titles caused by scrollbarJan-Christoph Borchardt2013-11-271-0/+1
| |
| * always show app navigation scrollbar when too many apps in thereJan-Christoph Borchardt2013-11-271-5/+4
| |
* | Fix resize issue for trash button in chrome and overflowing spinner in ↵Morris Jobke2013-11-281-2/+2
| | | | | | | | | | | | .update class fixes #6108
* | improve encryption messageMorris Jobke2013-11-271-0/+4
| |
* | switch to large spinnerBjoern Schiessle2013-11-271-0/+5
|/
* Fix navbar issueMorris Jobke2013-11-251-1/+1
| | | | fixes #6024
* fix navigation scrollbarMorris Jobke2013-11-221-5/+6
|
* Doesn't Cut the top arrow from navigationraghunayyar2013-11-221-3/+3
|
* Merge pull request #5926 from owncloud/less-boldFrank Karlitschek2013-11-191-2/+0
|\ | | | | remove bold from legend, table header, label - less obtrusive
| * remove bold from legend, table header, label - less obtrusiveJan-Christoph Borchardt2013-11-181-2/+0
| |
* | adjust input CSS to multiline, coding guidelinesJan-Christoph Borchardt2013-11-181-6/+29
| |
* | fix input type time fields, have them use the default stylesJan-Christoph Borchardt2013-11-181-3/+10
|/
* Added min-height in case of empty multi-selectVincent Petry2013-11-141-0/+1
|
* new line for css ruleMorris Jobke2013-11-121-1/+2
|
* Disabled textareas should look like they are disabledArthur Schiwon2013-11-111-1/+1
|
* Merge pull request #5528 from frisco82/changeUpadateNotificationThomas Müller2013-10-241-0/+5
|\ | | | | Changed update message to be more instructive
| * Changed update message to be more instructive, changed update style to be ↵Ramiro Aparicio2013-10-241-0/+5
| | | | | | | | | | | | | | | | less aggresive Fix br tags Improve english messages
* | Fix leftcontent/right content, fixes tasks appVincent Petry2013-10-241-2/+6
|/ | | | | Tasks app layout was broken since the controls bar is higher now. This change should hopefully fix other apps using the same layout.
* Merge pull request #5435 from owncloud/share-improvementsThomas Müller2013-10-231-16/+35
|\ | | | | Share improvements
| * Fixed share dropdown checkbox wrappingVincent Petry2013-10-231-18/+28
| | | | | | | | | | | | | | The "show cruds" button is now embedded into the last label/checkbox group and wraps with it. Added ellipsis to prevent long names to exceed the dropdown's width.
| * Added left padding to notCreatable messageVincent Petry2013-10-231-0/+1
| |
| * beautify 'you dont have write permissions' notice, fix #2770Jan-Christoph Borchardt2013-10-201-0/+5
| |
| * bold share usernameJan-Christoph Borchardt2013-10-201-0/+1
| |
| * properly align checkboxes to textJan-Christoph Borchardt2013-10-201-0/+1
| |
| * more breathing space in share listJan-Christoph Borchardt2013-10-201-1/+2
| |
* | Merge pull request #5200 from owncloud/ie8-warning-fixFrank Karlitschek2013-10-201-0/+5
|\ \ | |/ |/| Fix warning box in IE8
| * Fix warning box in IE8Morris Jobke2013-10-161-0/+5
| | | | | | | | * simulates a black transparent background on a blue pane
* | remove superfluous input hover color changeJan-Christoph Borchardt2013-10-201-1/+1
| |
* | input field background size to white, fix input fields seeming disabled, fix ↵Jan-Christoph Borchardt2013-10-201-1/+3
| | | | | | | | #5168