Thomas Müller
dd153a5625
Merge pull request #20176 from owncloud/font-style
...
move font back from Light to Regular for body text, fix #18954
2015-11-10 17:52:09 +01:00
Vincent Petry
a2cd9708f6
Set "ie" CSS class for IE10, IE11
...
Fixed border in file action menu
2015-11-10 17:04:52 +01:00
Jan-Christoph Borchardt
83c177fc1b
move font back from Light to Regular for body text on normal-res screens, fix #18954
2015-11-10 16:12:42 +01:00
Thomas Müller
c59ca9203d
Merge pull request #18821 from owncloud/global-classes
...
Global classes in core CSS
2015-11-04 10:30:10 +01:00
Thomas Müller
0559b2092c
Merge pull request #20232 from owncloud/error-button-color
...
fix button text color
2015-11-02 21:48:50 +01:00
Jan-Christoph Borchardt
0a8cefaeb1
fix button text color
2015-11-02 17:58:37 +01:00
Raghu Nayyar
56b537271e
Global Classes for Core.
...
Move up the global styles up the hierarchy.
Adds Clear Left, Right and both.
New CSS file for Global Styles.
2015-11-02 20:54:02 +05:30
Hendrik Leppelsack
9669a2be78
keep searchbox open if it is in action
2015-11-02 12:14:54 +01:00
Jan-Christoph Borchardt
a05ea0fb1e
remove unneeded icons from input fields to not distract from submit button, fix #18940
2015-10-30 11:11:37 +01:00
Hendrik Leppelsack
9234b8c194
make new checkbox style accessible for screenreaders
2015-10-29 13:23:57 +01:00
Christoph Wurst
9778094a25
fix filepicker loading spinner
2015-10-19 23:43:12 +02:00
Thomas Müller
3aeda33a99
Merge pull request #19630 from owncloud/fix-ie-pain
...
Fix more IE issues
2015-10-14 12:51:43 +02:00
Thomas Müller
156108dcdb
Merge pull request #19714 from owncloud/trash-deletesectionposition-2
...
Revert "Revert "Move trashbin specific CSS that modifies sidebar""
2015-10-14 12:49:56 +02:00
Jan-Christoph Borchardt
81cd823c2a
add specific edit icon
2015-10-13 09:42:32 +13:00
Thomas Müller
3444d62063
Revert "Revert "Move trashbin specific CSS that modifies sidebar""
...
This reverts commit 0738ddfb76
.
2015-10-12 16:21:27 +02:00
Thomas Müller
0738ddfb76
Revert "Move trashbin specific CSS that modifies sidebar"
2015-10-12 13:59:29 +02:00
Vincent Petry
783971422c
Move trashbin specific CSS that modifies sidebar
...
Only when trashbin is enabled, its sidebar nav element must be fixed at
the bottom.
2015-10-12 11:39:04 +02:00
Vincent Petry
69a9888a81
[IE8] Fix button background color
...
IE8 doesn't support rgba...
2015-10-07 17:34:55 +02:00
Vincent Petry
b7a5d487f8
[IE9] Set explicit height to file actions menu icon
...
IE9 flattened the icons, so give it an explicit height.
2015-10-07 17:18:01 +02:00
Vincent Petry
97b2a3964a
[IE] Add border to dropdown menus
...
As a fallback because box-shadow doesn't give the same effect and drop
shadow doesn't work with IE.
2015-10-07 17:17:29 +02:00
Hendrik Leppelsack
e1286a4151
fix footer in public gallery
2015-10-07 00:22:02 +02:00
Hendrik Leppelsack
e7b2da79ec
fix public empty message
2015-10-06 23:59:58 +02:00
Hendrik Leppelsack
c1a5e96435
fix scrollbars in public template
2015-10-06 16:52:05 +02:00
Vincent Petry
bc727d67ca
Make sidebar properly fullscreen in mobile/compact mode
2015-10-05 17:34:28 +02:00
Jörn Friedrich Dreyer
3dec30d0e0
Merge pull request #19484 from owncloud/ie8-checkbox-rage
...
[IE8] Fix checkboxes in login page and file list
2015-10-02 08:58:16 +02:00
Jörn Friedrich Dreyer
bf4c3ce134
Merge pull request #19496 from owncloud/ie8-filenamewidth-sickness
...
[IE8] Remove non-working ellipsis support
2015-10-02 08:57:51 +02:00
Hendrik Leppelsack
d4ce713749
display checkboxes properly after file restore
2015-10-01 22:54:36 +02:00
Vincent Petry
9e66653fb3
[IE8] Remove non-working ellipsis support
...
This prevents the name element to be too wide, which would cause users
to mistakenly click on it instead of the empty space when wanting to
focus on a file for the sidebar.
Also fixed the close button on the sidebar (make it appear)
2015-10-01 13:23:56 +02:00
Vincent Petry
509096ca15
[IE8] Make checkbox on login page look less out of place
2015-09-30 17:31:37 +02:00
Thomas Müller
eeac6e2ab1
Merge pull request #19454 from owncloud/ie8-madness-returns
...
[IE8] Fix file type sizes and popover menus in file list
2015-09-30 15:15:38 +02:00
Morris Jobke
1ec2499a0a
move IE8 fixes to fixes.css
2015-09-30 09:59:23 +02:00
Vincent Petry
97bfc20ac8
[IE8] Fix popover menu borders for IE8
...
- fixes "New" menu
- fixes file actions menu
2015-09-29 18:28:34 +02:00
Vincent Petry
bf2a876094
Fix login arrow in login page
2015-09-29 17:13:10 +02:00
Vincent Petry
e826108b6c
Fix IE8 login logo
...
Added 175px logo to make it have the same size.
It's only used for IE8.
2015-09-29 16:57:14 +02:00
Thomas Müller
77a874ba38
Merge pull request #19378 from owncloud/fix-sharing-autocomplete
...
fix name autocomplete not showing on mobile, fix #18551
2015-09-28 08:48:44 +02:00
Jan-Christoph Borchardt
0c32eab904
fix name autocomplete not showing on mobile, fix #18551
2015-09-25 18:09:43 +12:00
Hendrik Leppelsack
c23cac3322
fix login
2015-09-25 00:51:39 +02:00
Hendrik Leppelsack
ec005fc5d0
add .checkbox class for new checkbox style
2015-09-25 00:51:39 +02:00
Jan-Christoph Borchardt
43eeb290c1
Revert "Update apps.css (Scroll more smoothly for Webkit browser)"
2015-09-24 18:42:23 +02:00
Hendrik Leppelsack
7a8cc97831
display checkboxes in ie8
2015-09-23 17:14:02 +02:00
Hendrik Leppelsack
7b19b99e82
add style for disabled checkboxes
2015-09-22 19:13:43 +02:00
Hendrik Leppelsack
bea164274a
left align checkboxes in group dropdown
2015-09-22 17:41:32 +02:00
Thomas Müller
ac8da41ccd
Merge pull request #18709 from owncloud/cleanup-login-semantics
...
Pushes input inside the bottom group - login.
2015-09-21 16:08:48 +02:00
Hendrik Leppelsack
964cfc8e08
fix missing checkboxes in file comparator
2015-09-21 12:57:34 +02:00
Jan-Christoph Borchardt
3eeea852b3
fix sidebar Sharing layout a bit
2015-09-17 13:18:03 +02:00
Thomas Müller
b049a05384
Merge pull request #18692 from fuhaoshih/patch-2
...
Update apps.css (Scroll more smoothly for Webkit browser)
2015-09-16 14:17:16 +02:00
Thomas Müller
4d77fac191
Merge pull request #19048 from owncloud/details-icon
...
add details icon for file actions dropdown
2015-09-16 13:56:30 +02:00
Jan-Christoph Borchardt
7144832906
adjust navigation text opacity, fix #19016
2015-09-16 10:26:29 +02:00
Thomas Müller
afc7eeacaf
Merge pull request #18185 from owncloud/share-dialog-files-sidebar
...
Share dialog files sidebar
2015-09-16 09:40:53 +02:00
Hendrik Leppelsack
88bc478055
use label:before instead of label
2015-09-16 09:06:05 +02:00
Raghu Nayyar
7ccd02ec95
Fixes white and black checkboxes in core, files will be next.
2015-09-16 09:06:05 +02:00
Raghu Nayyar
7be8984fd9
Adds background image for checkboxes
2015-09-16 09:06:05 +02:00
Vincent Petry
6141ea12b1
Port share.css styles to the sidebar panel
2015-09-16 07:23:29 +02:00
Vincent Petry
8194d092e7
Add expiration date handling in share tab
2015-09-16 07:23:28 +02:00
Arthur Schiwon
ce1b0c650e
show link share
2015-09-16 07:23:27 +02:00
Jan-Christoph Borchardt
cb5ebef5df
add details icon
2015-09-15 16:14:31 +02:00
Raghu Nayyar
1d9128c557
Squashing all commits in one, remove typos.
2015-09-12 15:24:56 +05:30
Georg Ehrke
4660fefd01
enforce loading icon in sidebar to be 32x32
2015-09-11 18:15:36 +02:00
Jan-Christoph Borchardt
004de1425e
Merge pull request #18630 from owncloud/files-combineuploadbutton
...
Combine upload action into the "New" menu
2015-09-07 14:03:57 +02:00
Jan-Christoph Borchardt
acc9fa49fc
use SVG for toggle image instead of PNG, fix installation and personal settings toggle
2015-09-03 11:49:28 +02:00
Jan-Christoph Borchardt
69b6358df6
fix icon and layout details for new menu
2015-09-03 00:58:03 +02:00
Jan-Christoph Borchardt
d03db5ac0d
Merge pull request #18682 from owncloud/quota-select-style
...
Makes settings quota select like multiselect.
2015-09-03 00:36:11 +02:00
Jan-Christoph Borchardt
a55f81e774
use proper triangle for multiselect dropdowns as well
2015-09-03 00:35:09 +02:00
Raghu Nayyar
59cf11c612
Makes settings select like multiselect
2015-09-03 00:28:08 +02:00
fuhaoshih
74c3ef9508
Update apps.css
...
Scroll more smoothly for Webkit browser(mobile).
2015-08-31 12:55:20 +08:00
Morris Jobke
5d1fb8cb11
Introduce small line for navigation sidebar
2015-08-30 20:47:22 +02:00
Jan-Christoph Borchardt
4adc002428
fix size of filetype icons in filepicker
2015-08-28 18:53:43 +02:00
Vincent Petry
59273a8863
Combine upload action into the "New" menu
...
Refactored the new menu to be encapsulated in the NewFileMenu JS class
2015-08-28 17:27:48 +02:00
Jan-Christoph Borchardt
e9e8f57655
Merge pull request #18621 from owncloud/filetype-icons-elsewhere
...
fix filetype icons elsewhere, empty page, sidebar, apps menu
2015-08-28 12:40:57 +02:00
Jan-Christoph Borchardt
f967a1df68
fix filetype icons elsewhere, empty page, sidebar, apps menu
2015-08-28 00:53:27 +02:00
Jan-Christoph Borchardt
8fc7a3dc80
use simpler logo for log in page
2015-08-27 21:29:29 +02:00
Jan-Christoph Borchardt
e4d0a69126
position and style remember button on log in page
2015-08-27 21:23:45 +02:00
Jan-Christoph Borchardt
2a935f1b47
move log in button into fields and use icon instead of text
2015-08-27 20:52:47 +02:00
Jan-Christoph Borchardt
bf0c3b3d21
reduce grey tones in app navigation, bubble menu and scrollbar
2015-08-26 17:00:48 +02:00
Jan-Christoph Borchardt
0bf7b0d738
Merge pull request #18573 from owncloud/search-style
...
only show search icon on desktop, like on mobile
2015-08-26 16:54:48 +02:00
Morris Jobke
062fd37f74
Merge pull request #18577 from owncloud/action-details
...
file action detail style fixes
2015-08-26 16:28:40 +02:00
Jan-Christoph Borchardt
c11ea056d0
properly shade file actions and menu items, don't differentiate between mobile and desktop
2015-08-26 11:07:29 +02:00
Vincent Petry
23aa44b6b5
Make maintenance/update text white
...
Removing the color makes it default to white as defined in the parent
style.
2015-08-26 11:04:39 +02:00
Jan-Christoph Borchardt
6cbb56ac5f
remove border around bubble menu
2015-08-26 09:57:50 +02:00
Jan-Christoph Borchardt
5a6b10ae6f
only show search icon on desktop, like on mobile
2015-08-26 09:35:12 +02:00
Morris Jobke
b45ae1b32e
Merge pull request #18522 from owncloud/lighter-fonts
...
move fonts from Regular+Bold to Light+Semibold for lighter feel
2015-08-25 22:38:55 +02:00
Jan-Christoph Borchardt
de13c3b577
make profile photos round
2015-08-25 16:17:26 +02:00
Jan-Christoph Borchardt
79567dcbc0
move fonts from Regular+Bold to Light+Semibold for lighter feel
2015-08-25 16:13:05 +02:00
Jan-Christoph Borchardt
1efbc99365
Merge pull request #18543 from owncloud/remove-lines
...
Remove some lines
2015-08-25 16:08:06 +02:00
Jan-Christoph Borchardt
d337c2bf0e
remove border from button style
2015-08-25 14:22:00 +02:00
Jan-Christoph Borchardt
cf53137911
replace section line with whitespace
2015-08-25 14:06:05 +02:00
Jan-Christoph Borchardt
763b75ff4f
lighter style for app sidebar, new switcher style
2015-08-24 16:58:04 +02:00
Jan-Christoph Borchardt
4ba8685c2d
adjust search box style
2015-08-24 15:52:32 +02:00
Morris Jobke
06d8edd963
Merge pull request #17434 from owncloud/update-showappnameonappupdate
...
Display app names in update page for app updates
2015-08-20 11:50:01 +02:00
Vincent Petry
a2674b2b30
Additions to update page
...
Apps to update and to disable will always be shown.
Main title changes only when apps need updated, not core.
Added bullet style.
Exclude incompatible apps from updated apps list.
2015-08-20 11:14:30 +02:00
Jan-Christoph Borchardt
28abbb1485
fix layout and design of actions dropdown
2015-08-10 14:16:26 +02:00
Vincent Petry
b142fbe6d7
Added bubble style, applied to file actions menu
2015-08-10 14:12:34 +02:00
Vincent Petry
ae27f90efe
Fix app-content scrollbar when app-sidebar is open
2015-08-07 01:22:45 +02:00
Jan-Christoph Borchardt
3c36813ea7
fix right sidebar position and first style
2015-08-07 01:22:44 +02:00
Vincent Petry
781ba420c9
Use own tabs impl in files sidebar
...
Also change style.
2015-08-07 01:22:44 +02:00
Arthur Schiwon
5af59c6871
rename sidebar element and use css and js utility functions to core
2015-08-07 01:22:43 +02:00
Jan-Christoph Borchardt
033eacefd1
use inline confirm button style for password-protected links, ref #15176
2015-07-29 16:31:45 +02:00
Jan-Christoph Borchardt
b80b1fbd24
Revert "fix z-index of share-autocomplete"
...
This reverts commit 4edf388a38
.
2015-07-01 16:12:55 +02:00
Jan-Christoph Borchardt
75451927b5
Revert "explicitly set z-index on app-content, fix overlap from navigation"
...
This reverts commit 71e5bc1803
.
2015-07-01 16:12:36 +02:00
Jan-Christoph Borchardt
4edf388a38
fix z-index of share-autocomplete
2015-06-26 17:48:35 +02:00
Jan-Christoph Borchardt
71e5bc1803
explicitly set z-index on app-content, fix overlap from navigation
2015-06-23 14:03:27 +02:00
Hendrik Leppelsack
8621d176db
moved tooltip.js to vendor scripts
2015-06-22 15:38:32 +02:00
Hendrik Leppelsack
f66e9af9a0
replaced tipsy with bootstrap tooltip
2015-06-22 13:32:06 +02:00
Jan-Christoph Borchardt
a8b51fdcbd
fix app menu not showing on mobile, fix #16844
2015-06-10 13:43:12 +02:00
Morris Jobke
49d6186714
Add min-height to login page for IE8 and IE9
2015-06-03 10:22:57 +02:00
Morris Jobke
99c6f96c69
Revert "fix theme in IE8 and IE9"
...
This reverts commit a4c9688711
.
2015-06-03 10:20:29 +02:00
Thomas Müller
c700f42b68
Merge pull request #16517 from owncloud/remove-logo-wide
...
replace logo-wide on share page as well with better icon + text
2015-05-29 12:15:02 +02:00
Morris Jobke
7385b5dad9
Merge pull request #16417 from owncloud/master-16415
...
fix theme in IE8 and IE9
2015-05-27 16:41:13 +02:00
Jan-Christoph Borchardt
6bba345f34
fix float spinner position
2015-05-22 02:30:55 +02:00
Jan-Christoph Borchardt
78a0464354
replace logo-wide on share page as well with better icon + text
2015-05-22 00:04:47 +02:00
Morris Jobke
176b9674d2
Add hint about additional PHP database modules
...
* fixes #16391
2015-05-18 22:59:35 +02:00
Morris Jobke
a4c9688711
fix theme in IE8 and IE9
2015-05-18 16:04:33 +02:00
Jan-Christoph Borchardt
58bce49037
ellipsize first item in multiselect, fix #16174
2015-05-12 15:39:18 +02:00
Morris Jobke
12b24ee567
Merge pull request #16034 from owncloud/issue-15987-encryption-module-admin-page
...
Display the module settings in the list of the encryption modules
2015-05-07 10:44:03 +02:00
Morris Jobke
a1b9444643
Don't highlight disabled labels on hover
2015-05-05 11:17:48 +02:00
Joas Schilling
eadc2c330c
Display the module settings in the list of the encryption modules
2015-05-04 15:04:03 +02:00
Jan-Christoph Borchardt
8ccf1c85d9
force minimum multiselect width to properly show longer groups
2015-05-01 13:51:01 -04:00
Jan-Christoph Borchardt
9ecfc7c237
Revert "fix layout for multiline buttons which are <a class='button'>"
2015-04-29 11:53:46 -04:00
Jan-Christoph Borchardt
84b41b3a4b
fix layout for multiline buttons which are <a class='button'>
2015-04-26 11:05:51 +02:00
Morris Jobke
f4bc852db3
Show hint if there is no delete permission
...
* add class .no-permission which shows the default delete icon
* fixes #15172
* add unit test for no permission and for delete permission
2015-04-23 21:49:59 +02:00
Jan-Christoph Borchardt
008e3376c6
add disabled state to primary action button
2015-04-15 14:23:54 +02:00
Jan-Christoph Borchardt
573c57402f
fix wrong typeface being used for some buttons
2015-04-11 13:29:55 +02:00
Jan-Christoph Borchardt
9c76bcd479
fix share input loading spinner, fix #15522
2015-04-10 11:32:02 +02:00
Morris Jobke
b9eaa386c4
Merge pull request #15235 from owncloud/remote-share-hint
...
Hint for remote sharing syntax
2015-04-09 14:54:57 +02:00
Jan-Christoph Borchardt
dd7e519cda
add link to installation documentation to setup page
2015-04-09 11:39:46 +02:00
Jan-Christoph Borchardt
f3efd7a51e
fix position of SQLite warning
2015-04-09 11:10:41 +02:00
Jan-Christoph Borchardt
50f9ed78d3
code style fixes
2015-04-09 11:10:15 +02:00
Jan-Christoph Borchardt
000b09ee7a
add more present info about remote shares, fix layout of inputs
2015-04-09 10:16:29 +02:00
Lukas Reschke
ba52f6f8fc
Merge pull request #15314 from owncloud/app-categories-15274
...
Add different trust levels to AppStore interface
2015-04-09 10:07:32 +02:00
Jan-Christoph Borchardt
84c2fe85b7
add icons to files sidebar, fix shade, fix position of settings icon and text
2015-04-08 19:25:28 +02:00
Jan-Christoph Borchardt
6250365bf4
app mgmt app level design enhancements
2015-04-07 11:55:10 +02:00
Morris Jobke
00b2be11dd
Merge pull request #15239 from owncloud/see-no-evil
...
Move federated cloud sharing, files externals and updater to special pos...
2015-03-30 09:05:31 +02:00
Lukas Reschke
397264f361
Add more spacing to the file picker dialog
...
Without this the first `>` looked somewhat off, to test this change go to the personal settings and choose a profile picture in a subfolder.
2015-03-28 14:19:27 +01:00
Jan-Christoph Borchardt
908538d863
fix layout for Sharing settings
2015-03-27 09:38:13 +01:00
Jan-Christoph Borchardt
6b4985f5ad
adjust shade of empty content icons, fix files icon shade
2015-03-26 23:49:32 +01:00
Robin McCorkell
c2909355bf
Merge pull request #14925 from owncloud/ext-mountoptions-ui
...
Mount options GUI for external storage
2015-03-26 21:36:34 +00:00
Jan-Christoph Borchardt
6b8f5abf98
detail corrections for search box layout
2015-03-26 15:06:11 +01:00
Jan-Christoph Borchardt
fd9214de23
fix user dropdown for IE8
2015-03-26 15:02:31 +01:00
Vincent Petry
ca6b715b31
Added ext storage mount options GUI
...
Added option to disable autoscan of external storages
Mount option file system scan is now an int
Move priority field to avoid undefined field in storage options
All input elements inside the storage options block get parsed into
storage options.
Moving the priority field outside prevents it to appear in the storage
config, as expected. It is still parsed by special code.
2015-03-26 11:21:03 +01:00
Jan-Christoph Borchardt
cd88ddddaf
fix accessibility of ownCloud logo and navigation entries, fix #15013g
2015-03-26 10:31:00 +01:00
Jan-Christoph Borchardt
dd7eb4c7c3
reduce logo size a bit for a better look
2015-03-26 00:43:11 +01:00
Jan-Christoph Borchardt
4546a33d58
adjust share dropdown border radius to 3px
2015-03-26 00:43:11 +01:00
Jan-Christoph Borchardt
70a4df1418
more small fixes in header
2015-03-26 00:43:11 +01:00
Jan-Christoph Borchardt
ad596a0198
further adjustments of header and dropdown styles
2015-03-26 00:41:41 +01:00
Jan-Christoph Borchardt
095197d1a7
popover style for apps and user dropdown menus
2015-03-26 00:40:30 +01:00
Morris Jobke
285f9e32e5
Merge pull request #15190 from owncloud/hide-update-notification-on-mobile
...
do not show update notification on mobile, fix overlapping of header menus
2015-03-25 15:48:34 +01:00
Jan-Christoph Borchardt
090eb832f0
do not show update notification on mobile, fix overlapping of header menus, fix #10544
2015-03-25 12:43:05 +01:00
Jan-Christoph Borchardt
fa43480b55
highlight active user menu entry
2015-03-25 09:27:43 +01:00
Jan-Christoph Borchardt
e188f0e436
Merge pull request #14970 from owncloud/sidebar-enhancements
...
sidebar fixes
2015-03-25 09:16:49 +01:00
Morris Jobke
c8af615c01
Merge pull request #15142 from owncloud/issue/15138-feedback-for-empty-apps-list
...
Issue/15138 feedback for empty apps list
2015-03-24 13:02:56 +01:00