summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Clubbing Exact styles together.raghunayyar2013-04-241-5/+2
|
* Add an update notification on every page for admin usersLukas Reschke2013-04-241-0/+3
|
* Merge pull request #2983 from owncloud/style-detailsJan-Christoph Borchardt2013-04-221-20/+28
|\ | | | | Style details
| * remove unnecessary border from navigation, looked strange with scrollbar and ↵Jan-Christoph Borchardt2013-04-171-1/+1
| | | | | | | | pushed the text over 1px
| * move warning and error states together in CSS, to be cleaned upJan-Christoph Borchardt2013-04-171-11/+18
| |
| * make textarea inherit ownCloud font instead of using monospaceJan-Christoph Borchardt2013-04-171-0/+1
| |
| * correct primary color to #1d2d44 where slightly wrongJan-Christoph Borchardt2013-04-171-8/+8
| |
* | Merge pull request #2925 from owncloud/navigation-icon-fixRaghu Nayyar2013-04-171-6/+29
|\ \ | |/ |/| fix navigation hover effect, documentation
| * apply navigation hover effect directly to img and span, cleaner codeJan-Christoph Borchardt2013-04-171-3/+23
| |
| * additional commentsJan-Christoph Borchardt2013-04-141-3/+3
| |
| * fix navigation hover effect, documentationJan-Christoph Borchardt2013-04-141-5/+8
| |
* | Shorten CSS colorcodeskondou2013-04-151-4/+4
| | | | | | | | Only need to be three digits.
* | also show black background on links that are active, fixes the news app that ↵Bernhard Posselt2013-04-151-1/+2
|/ | | | doesnt show the bg for folders correctly
* Merge pull request #2910 from owncloud/password-toggle-db-2Bernhard Posselt2013-04-131-5/+5
|\ | | | | Implements Toggle for Database Password.
| * Implements Toggle for Database Password.raghunayyar2013-04-131-5/+5
| |
* | add .disabled class so it can be used for simple a buttons as wellJan-Christoph Borchardt2013-04-121-1/+2
|/
* dont overwrite background image when hovering over buttonBernhard Posselt2013-04-121-1/+1
|
* use proper sans-serif font-stackJan-Christoph Borchardt2013-04-111-2/+2
|
* Merge pull request #2853 from owncloud/long-file-namesBernhard Posselt2013-04-101-4/+7
|\ | | | | Application Names Ellipsise when the name length exceeds the width of the navigation.
| * The Opacity for the navigation loads fine for icon and App name.raghunayyar2013-04-101-2/+5
| |
| * Long Application Names are ellipsis correctly.raghunayyar2013-04-101-3/+3
| |
* | Merge pull request #2758 from Kondou-ger/refactor_OCdialogsBart Visscher2013-04-091-4/+6
|\ \ | | | | | | Refactor OCdialogs.
| * | Fix repeating directory names.kondou2013-04-061-1/+1
| | | | | | | | | | | | Also fix some CSS for Firefox.
| * | Small fixeskondou2013-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | * escapeHTML(everything) * curly braces for if * camelcase function_to_call * add missing semicolae (?)
| * | Refactor OCdialogs.kondou2013-04-061-3/+5
| |/ | | | | | | Fix #2557 and make the whole code more usable.
* | Merge pull request #2697 from owncloud/button-css-fixesBernhard Posselt2013-04-091-4/+22
|\ \ | |/ |/| Button css fixes
| * group some selectors againJan-Christoph Borchardt2013-04-031-7/+2
| |
| * add styles for disabled input fieldsJan-Christoph Borchardt2013-04-031-0/+9
| |
| * button selector cleanupJan-Christoph Borchardt2013-04-031-5/+19
| |
* | Proper CSS commentroot2013-04-051-1/+1
|/ | | | CSS comments don't work like that.
* revert the untested not-working webroot stuff again ... grrr @Raydiation ↵Jan-Christoph Borchardt2013-04-021-14/+14
| | | | @stefannagtegaal
* remove extra type selector qualification for ID and class namesJan-Christoph Borchardt2013-03-271-13/+14
|
* also use SVG for settings cogJan-Christoph Borchardt2013-03-271-1/+1
|
* use SVG for folder imageJan-Christoph Borchardt2013-03-271-1/+1
|
* soften highlight for navigation entriesJan-Christoph Borchardt2013-03-271-2/+2
|
* modify app styles to adhere to coming CSS coding guidelinesJan-Christoph Borchardt2013-03-271-43/+114
|
* added %webroot% instead of relative pathBernhard Posselt2013-03-231-15/+15
|
* also make bottom border grey on first level hoverBernhard Posselt2013-03-231-1/+1
|
* small fixesBernhard Posselt2013-03-231-7/+7
|
* added app stylings to coreBernhard Posselt2013-03-231-0/+136
|
* Fixed typoyannickoo2013-03-211-1/+1
|
* No Scrolling for more than approximately 10 Applicationsyannickoo2013-03-211-2/+2
|
* fixed header content paddingFlorian Hülsmann2013-03-071-1/+1
|
* add email input type to styled inputs, fix #2097Jan-Christoph Borchardt2013-03-061-5/+14
|
* up limit of share dropdown from 4 to 15, scrollbar after 4 1/2 entries, fix #135Jan-Christoph Borchardt2013-02-281-0/+6
|
* Merge pull request #1955 from owncloud/login-button-alignmentBernhard Posselt2013-02-271-0/+1
|\ | | | | quick fix for log in button not being aligned with input fields
| * quick fix for log in button not being aligned with input fieldsJan-Christoph Borchardt2013-02-271-0/+1
| |
* | properly align triangle and unshare icons to text, also fixes line hoppingJan-Christoph Borchardt2013-02-271-0/+5
| |
* | fix shared by text going out of box, fix #895Jan-Christoph Borchardt2013-02-271-1/+3
| |
* | Merge pull request #1800 from raghunayyar/sharing-dropdown-fixesJan-Christoph Borchardt2013-02-271-0/+8
|\ \ | |/ |/| Various Layout Fixes for Sharing Dropdown.