Jan-Christoph Borchardt
e574158bd8
fix shadow size and arrow position
2013-12-09 12:21:37 +01:00
ringmaster
e7748613ef
Link to enable-javascript.com
2013-12-05 12:06:20 -05:00
ringmaster
38745e4bd1
Move message up 10%
2013-12-05 09:48:20 -05:00
ringmaster
bdab0409c4
Add overlay noscript message to fix #6032
2013-12-05 09:19:46 -05:00
Vincent Petry
72f80c972f
Merge pull request #5946 from owncloud/public-page-details
...
Public page details
2013-12-03 07:26:00 -08:00
Thomas Müller
ab21e1b16e
Merge pull request #5931 from owncloud/fix-time-field-properly
...
fix time input field properly, details
2013-12-03 07:23:04 -08:00
Morris Jobke
b3a96c081b
fix public page - gallery view issues
2013-12-03 13:46:58 +01:00
Jan-Christoph Borchardt
c44f534c2b
account for shift of controls bar due to app navigation, do not shift on public page
2013-12-03 10:54:16 +01:00
Frank Karlitschek
1dc931b778
Merge pull request #5984 from owncloud/nav-scrollbar
...
always show app navigation scrollbar when too many apps in there
2013-11-29 03:27:50 -08:00
Morris Jobke
587fc1aff3
Fix resize issue for trash button in chrome and overflowing spinner in .update class
...
fixes #6108
2013-11-28 21:36:43 +01:00
Morris Jobke
55d7cf8ffd
improve encryption message
2013-11-27 23:07:19 +01:00
Bjoern Schiessle
e0924a5f07
switch to large spinner
2013-11-27 21:58:38 +01:00
Morris Jobke
6b3b3d8af4
Fix for IE - an ugly horizontal scrollbar appears
...
* 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
2013-11-27 16:45:04 +01:00
Morris Jobke
41c6752030
fix navbar
2013-11-27 16:10:49 +01:00
Jan-Christoph Borchardt
3360719bbf
prevent shift of app names caused by scrollbar, part 2
2013-11-27 16:10:48 +01:00
Jan-Christoph Borchardt
f9f123c6f6
prevent shift of app titles caused by scrollbar
2013-11-27 16:10:48 +01:00
Jan-Christoph Borchardt
457a7d4baa
always show app navigation scrollbar when too many apps in there
2013-11-27 16:10:48 +01:00
Morris Jobke
4dc35909b5
Fix navbar issue
...
fixes #6024
2013-11-25 17:04:19 +01:00
Morris Jobke
ae6610f0ea
fix navigation scrollbar
2013-11-22 15:48:24 +01:00
raghunayyar
aa5d5a422f
Doesn't Cut the top arrow from navigation
2013-11-22 02:10:22 +05:30
Jan-Christoph Borchardt
5cb8fd2bad
fix the legacy popup to make calendar settings look nicer
2013-11-20 16:29:00 +01:00
Frank Karlitschek
8bc339413b
Merge pull request #5926 from owncloud/less-bold
...
remove bold from legend, table header, label - less obtrusive
2013-11-19 13:57:21 -08:00
Jan-Christoph Borchardt
59e75d4326
fix time input field properly, details
2013-11-18 19:44:56 +01:00
Jan-Christoph Borchardt
b678766c7d
remove bold from legend, table header, label - less obtrusive
2013-11-18 17:32:06 +01:00
Jan-Christoph Borchardt
463b054530
adjust input CSS to multiline, coding guidelines
2013-11-18 16:14:13 +01:00
Jan-Christoph Borchardt
8dd50dc9a6
fix input type time fields, have them use the default styles
2013-11-18 14:51:43 +01:00
Morris Jobke
c9517c4fc8
new line for css rule
2013-11-12 11:31:58 +01:00
Arthur Schiwon
5c31440dcd
Disabled textareas should look like they are disabled
2013-11-11 19:41:51 +01:00
Thomas Müller
3917d18980
Merge pull request #5528 from frisco82/changeUpadateNotification
...
Changed update message to be more instructive
2013-10-24 10:28:17 -07:00
Ramiro Aparicio
3a81c8e3af
Changed update message to be more instructive, changed update style to be less aggresive
...
Fix br tags
Improve english messages
2013-10-24 19:21:40 +02:00
Vincent Petry
2102ab8fec
Fix leftcontent/right content, fixes tasks app
...
Tasks app layout was broken since the controls bar is higher now.
This change should hopefully fix other apps using the same layout.
2013-10-24 12:28:28 +02:00
Jan-Christoph Borchardt
fbd0076be0
remove superfluous input hover color change
2013-10-20 22:38:14 +03:00
Jan-Christoph Borchardt
fa66dfff80
input field background size to white, fix input fields seeming disabled, fix #5168
2013-10-20 21:22:41 +03:00
Jan-Christoph Borchardt
07b885e291
correctly position ... overflow in breadcrumbs, fix #5158
2013-10-17 21:22:55 +03:00
Morris Jobke
a021a12b3b
Merge pull request #5253 from owncloud/externalstorage-adminstatusindicator
...
Fixed external storage status indicator in admin page
2013-10-13 13:03:02 -07:00
Thomas Tanghus
31714f8871
Merge pull request #5133 from owncloud/js_vcategories_to_tags
...
Js vcategories to tags
2013-10-11 04:17:59 -07:00
Vincent Petry
bced346c3b
Now using smaller spinner image for status indicator
...
To make the status indicator appear smaller, even in IE8 that doesn't
support background-size, there is no a smaller animated gif
"loading-small" for that purpose.
2013-10-11 12:36:30 +02:00
Jake Wilson
5144def99b
Moved Core Theme Logos to CSS
...
In order to make it easier for a user/developer to replace logos in the core theme, I removed the hardcoded `logo.svg` and `logo-wide.svg` from the html, and replaced them with `div`s that use css background-image instead.
This has multiple advantages:
1. The user can now use any filename they want for the logo. They are no longer forced to use logo.svg or logo-wide.svg.
2. The user can now easily use a JPG, PNG or GIF logo instead of SVG (SVG's are awesome, but used by an unfortunately small percentage of web developers at the current time. Most probably don't even know how to make an SVG…).
3. The user doesn't have to resort to hacking the core theme template files in order to use a different filename or file type.
4. Greatly simplifies documentation instructions for how to change the logos (http://owncloud.org/theming/ ).
Signed-off-by: Jake Wilson <jakew@huebnerpetersen.com>
2013-10-10 12:29:13 -06:00
Morris Jobke
cf554fd804
Merge pull request #5182 from owncloud/fix-sharring-with-password-screen
...
Fix password screen for public shares
2013-10-10 04:49:47 -07:00
Morris Jobke
d968843bf6
Merge pull request #5244 from owncloud/more-css-fixes
...
More css fixes
2013-10-10 04:48:11 -07:00
Vincent Petry
01371e3187
Fixed login warning style #5065
...
Removed bold so it takes less space and set alignment to left.
2013-10-09 11:15:54 +02:00
Morris Jobke
4af220d09e
Fix password screen for public shares
...
* Works in IE8, 9, 10, Firefox 24 and Chromium 30
* Credits to Julian Müller @Julian1998
2013-10-07 17:38:27 +02:00
Jan-Christoph Borchardt
c8c83e0e02
improve clickability of footer link
2013-10-06 22:35:24 +03:00
Jan-Christoph Borchardt
2b521327c0
more elegant style for Personal and Admin settings
2013-10-05 11:23:49 +02:00
Morris Jobke
cc1e69c190
Merge pull request #5136 from owncloud/design-fixes
...
Design fixes
2013-10-04 14:56:09 -07:00
Jan-Christoph Borchardt
0b78db4750
fix disabled buttons not showing icons
2013-10-04 20:21:36 +03:00
Thomas Tanghus
12bb197028
JS version of the OCP\ITags interface
2013-10-04 17:21:52 +02:00
Jan-Christoph Borchardt
0c53269b5e
remove specific border-radius for .primary button as it should be specific to log in instead
2013-10-04 17:37:20 +03:00
Jan-Christoph Borchardt
041837de2c
merge master into input-simplify
2013-10-04 17:08:34 +03:00
Morris Jobke
ecd2bf2a55
Merge pull request #5109 from owncloud/controls-bar-height
...
Controls bar height
2013-10-04 01:01:54 -07:00
Jan-Christoph Borchardt
c335169f6d
increase height of controls bar and elements to more clickable 44px
2013-10-04 08:41:16 +03:00
kondou
b0ff10a536
Hide defaultavatar in #header and don't darken proper avatars in #header
2013-10-04 02:27:53 +02:00
Jan-Christoph Borchardt
3c13afee98
better style and color for warning and success feedback on inputs
2013-10-03 16:58:48 +03:00
Jan-Christoph Borchardt
308d4383a3
simplify input elements for less cognitive load. No box-shadow, no text-shadow, smaller border-radius
2013-10-03 16:35:42 +03:00
Jan-Christoph Borchardt
c548edd90f
remove box-shadows for header, navigation and controls bar - looks sharper and less washed out
2013-10-02 17:59:38 +03:00
kondou
b1d20e0470
Have the header avatar to the left of the user name
2013-09-03 21:44:32 +02:00
kondou
ce263df4c7
Don't use HTML5 <header> to support avatars in IE8
2013-09-03 16:52:15 +02:00
kondou
65413a95dc
Merge branch 'master' into oc_avatars
...
Conflicts:
config/config.sample.php
2013-09-03 04:43:11 +02:00
Morris Jobke
a2f18eabb1
Merge pull request #4657 from owncloud/files-controls-fixes
...
Files controls fixes
2013-09-01 23:08:23 -07:00
Morris Jobke
8a4acf263e
Merge pull request #4674 from owncloud/fit-filepicker-new-icons
...
Fit filesummary for \OC\Preview's new mimetype-icons
2013-09-01 23:06:59 -07:00
kondou
ebcd2a6b4d
Fit filesummary for \OC\Preview's ne mimetype-icons
2013-08-31 19:21:51 +02:00
Alessandro Cosentino
b10a646bc8
rename emptyfolder to emptycontent
2013-08-31 11:25:11 -04:00
Alessandro Cosentino
4b32d84314
text centered horizontally and vertically in emptycontent div
2013-08-31 11:12:07 -04:00
kondou
5d653753bd
Merge branch 'master' into oc_avatars
2013-08-31 12:56:36 +02:00
Georg Ehrke
8ef40277b2
Merge master into oc_preview
2013-08-30 18:11:18 +02:00
Jan-Christoph Borchardt
0f5df181a3
Merge pull request #4661 from owncloud/separate-app-styles
...
Move CSS for apps and browser-specific fixes out of main styles.css
2013-08-30 09:08:25 -07:00
Jan-Christoph Borchardt
9c23ed580a
move CSS for browser-specific fixes out of styles.css into new fixes.css
2013-08-30 11:42:32 +02:00
Jan-Christoph Borchardt
cc8e19ad11
move CSS for apps out of styles.css into new apps.css
2013-08-30 11:38:49 +02:00
Jan-Christoph Borchardt
c9c4ab22a4
Apps management as sticky footer and rename to 'Apps', fix #4622
2013-08-30 11:17:31 +02:00
Jan-Christoph Borchardt
a6c7b210db
adjust right padding of controls bar, fix #4650
2013-08-30 10:26:41 +02:00
Jan-Christoph Borchardt
3a2534d3bd
fix coding style for controls bar
2013-08-30 10:20:39 +02:00
kondou
0c708be76b
Use defaultavatars
2013-08-29 14:26:11 +02:00
Georg Ehrke
b7758d0f8d
Merge master into oc_preview
2013-08-29 10:50:55 +02:00
kondou
67c5be9f19
Merge branch 'master' into oc_avatars
...
Conflicts:
3rdparty
2013-08-28 16:44:11 +02:00
Jan-Christoph Borchardt
0c8ac241df
fix shadow style of username input box
2013-08-28 13:59:23 +02:00
Georg Ehrke
6f0c1e8d45
Merge master into oc_preview
2013-08-26 12:24:33 +02:00
Morris Jobke
438e816941
Merge pull request #4519 from owncloud/style-fixes
...
fix minor style issue in the app navigation
2013-08-26 00:47:34 -07:00
Morris Jobke
ec0808ce75
fix reviewers concerns
2013-08-26 09:44:21 +02:00
kondou
252548c62c
Improve styling & enable avatar-upload at personal page
2013-08-25 21:04:45 +02:00
kondou
fac671b14e
Modularize get(), async getAvatar, avatars @ usermgmt
...
And other small improvements
2013-08-25 21:04:04 +02:00
kondou
0ce35af02a
Merge branch 'master' into improve_app-management
...
Conflicts:
settings/js/apps.js
2013-08-21 19:20:25 +02:00
Morris Jobke
9e5b721a0d
fix minor style issue in the app navigation
2013-08-19 15:42:51 +02:00
Georg Ehrke
f2702ff1ca
Merge master into oc_preview
2013-08-19 11:24:17 +02:00
kondou
7c296a6cf9
Move .errormsg from settings-css to .warning in core. Reusable!
2013-08-18 17:37:22 +02:00
Thomas Müller
3d760222d4
fixing error page layout
2013-08-18 10:30:21 +02:00
Morris Jobke
60efd93d5d
fixes for IE8
2013-08-17 11:56:52 +02:00
Morris Jobke
18769e1348
change font on login/install page from black to white
2013-08-17 10:26:30 +02:00
Jan-Christoph Borchardt
1e8849b04e
Merge pull request #4314 from owncloud/css-fixes
...
Design fixes
2013-08-16 01:05:29 -07:00
Morris Jobke
c196985ea3
Merge pull request #4032 from owncloud/more-whitespace
...
More whitespace
2013-08-16 01:02:03 -07:00
Thomas Müller
0aa7dc9b89
tixing width and position of wider error messages
2013-08-16 00:56:09 +02:00
Jan-Christoph Borchardt
d2767faf61
Merge pull request #4113 from owncloud/delete-fix
...
Delete icon fix
2013-08-15 15:31:42 -07:00
Jan-Christoph Borchardt
399adf67b0
merge master into css-fixes
2013-08-16 00:29:43 +02:00
Jan-Christoph Borchardt
b632b8f4e4
force show loading icon also for IE
2013-08-16 00:02:11 +02:00
Jan-Christoph Borchardt
3563eecfff
merge master into more-whitespace
2013-08-15 23:25:20 +02:00
Morris Jobke
5fb7aab7a0
remove jPlayer css rules from core css file
2013-08-15 16:08:49 +02:00
Georg Ehrke
4b5fb08c2c
Merge master into oc_preview
2013-08-14 20:56:44 +02:00
Jan-Christoph Borchardt
cba0f69622
increase row height to 50px, properly position everything, checkboxes, actions etc
2013-08-14 20:41:20 +02:00
Jan-Christoph Borchardt
4c0ec974b9
Merge pull request #4344 from owncloud/appmgmt-in-navigation
...
show 'More apps' link to app administration directly in app navigation
2013-08-09 08:49:41 -07:00
Jan-Christoph Borchardt
8652137ad6
Merge pull request #3912 from owncloud/css_cleanup_kondou
...
General CSS cleanup
2013-08-08 07:31:01 -07:00
Jan-Christoph Borchardt
367b248bc0
show 'More apps' link to app administration directly in app navigation
2013-08-07 18:18:09 +02:00
Jan-Christoph Borchardt
ded02e771e
wrap code output in error messages, fix #4231
2013-07-31 18:08:29 +02:00
Jan-Christoph Borchardt
31afbb3434
remove ugly inset shadow from header
2013-07-30 14:47:05 +02:00
Jan-Christoph Borchardt
f9d1d79929
reduce z-index of settings popup, fix #4212
2013-07-30 14:43:48 +02:00
Jan-Christoph Borchardt
1a1c100719
fix loading.gif size for both upload and deletion, force visiblity
2013-07-30 10:44:01 +02:00
Victor Dubiniuk
33fe24dc3d
Replace delete icon with spinner
2013-07-29 19:27:11 +03:00
Jörn Friedrich Dreyer
a0f574ccd7
IE8 login/install screen cleartype fixes and input box borders
2013-07-26 10:00:07 +02:00
kondou
92af840a51
Merge branch 'master' into css_cleanup_kondou
...
Conflicts:
core/css/styles.css
settings/templates/personal.php
2013-07-24 20:35:00 +02:00
Jörn Friedrich Dreyer
5c00804c61
force dbs to stay in one line
2013-07-24 17:06:52 +02:00
Jan-Christoph Borchardt
aae26ef5e5
slight dark inset text shadow for warnings to increase legibility
2013-07-24 12:41:09 +02:00
Jan-Christoph Borchardt
315613a8f3
Bring the Noise
2013-07-23 21:33:15 +02:00
Jan-Christoph Borchardt
c92e0eab97
remove superfluous important
2013-07-23 21:25:07 +02:00
Jan-Christoph Borchardt
84fa84d182
fix browser rendering issues
2013-07-23 18:42:35 +02:00
Jan-Christoph Borchardt
d1a5dfc397
larger log in and installation buttons
2013-07-23 18:41:02 +02:00
Jan-Christoph Borchardt
12990543bc
better whitespace for footer
2013-07-23 18:41:02 +02:00
Jan-Christoph Borchardt
837b158914
cleaner look and code for primary button
2013-07-23 18:41:01 +02:00
Jan-Christoph Borchardt
6dfbe21446
input fields work on any background now
2013-07-23 18:41:01 +02:00
Jan-Christoph Borchardt
c524c04808
add some padding to footer
2013-07-23 18:41:01 +02:00
Jan-Christoph Borchardt
dc82e29949
adjust labels and input field groups
2013-07-23 18:41:00 +02:00
Jan-Christoph Borchardt
31bf24a116
more beautiful warnings
2013-07-23 18:36:46 +02:00
Jan-Christoph Borchardt
74edfd79f5
fix and checkstyle for show password toggle
2013-07-23 18:36:46 +02:00
Jan-Christoph Borchardt
acb26c3a52
increase button size, adjust remember checkbox
2013-07-23 18:36:46 +02:00
Jan-Christoph Borchardt
9568fefb80
move log in button CSS to appropriate place
2013-07-23 18:36:46 +02:00
Jan-Christoph Borchardt
89d0d7f58b
adjust text colors for remember and footer
2013-07-23 18:36:45 +02:00
Jan-Christoph Borchardt
622c567c1f
larger clickable area for remember log in
2013-07-23 18:36:45 +02:00
Jan-Christoph Borchardt
38bfae57fe
sticky footer
2013-07-23 18:36:45 +02:00
Jan-Christoph Borchardt
fd4638c229
primary button adjustments
2013-07-23 18:36:45 +02:00
Jan-Christoph Borchardt
14edfa52ea
input field adjustments for new full-color background on log in
2013-07-23 18:36:44 +02:00
Jan-Christoph Borchardt
c478234f6a
fix general reset CSS issue which caused gradient background to cut off
2013-07-23 18:36:44 +02:00
Jan-Christoph Borchardt
107ace42b8
rip out unneeded #login div, replace with existing body-login
2013-07-23 18:36:44 +02:00
Jan-Christoph Borchardt
9982f47ab5
initial WIP for cleaner log in page
2013-07-23 18:36:44 +02:00
Thomas Müller
2a42021815
Merge branch 'master' into delete-fix
...
Conflicts:
core/css/styles.css
2013-07-23 16:24:34 +02:00
Victor Dubiniuk
cdb993ad69
Explicit ie8 fallback
2013-07-23 17:13:12 +03:00
Jan-Christoph Borchardt
35fc149ef0
deactivate show password toggle for IE
2013-07-19 15:17:28 +02:00
Jan-Christoph Borchardt
197c979d26
use background image instead of img for Files delete icon
2013-07-18 18:40:09 +02:00
Jan-Christoph Borchardt
cab792323d
make delete icon less intrusive again, only on hover
2013-07-18 18:31:56 +02:00
kondou
4cd87549e1
Close.png instead of delete.png for close dialogs
2013-07-10 04:39:22 +02:00
Jan-Christoph Borchardt
b44cab5acc
prevent ugly selection effect on accidental selection, fix #3713
2013-07-09 22:04:22 +02:00
Jan-Christoph Borchardt
bbad1ad21e
more whitespace for user menu
2013-07-09 22:04:21 +02:00
Jan-Christoph Borchardt
583d068590
more small whitespace fixes for the app list
2013-07-09 22:04:21 +02:00
Jan-Christoph Borchardt
a5c84768f1
more whitespace WIP 2
2013-07-09 22:04:21 +02:00
Jan-Christoph Borchardt
87d1e72f9c
more whitespace WIP
2013-07-09 22:04:21 +02:00
Jan-Christoph Borchardt
7eb6e8d5b5
app styles: remove bottom padding. Settings should be last in list instead of permanent
2013-07-09 22:04:20 +02:00
raghunayyar
aca2c93839
Removes Borders from the left navigation.
2013-07-09 22:04:20 +02:00
kondou
4818e0062e
General CSS cleanup
2013-07-09 16:08:32 +02:00
Jan-Christoph Borchardt
1f518025a3
standardize on 32px loading spinner, decrease size in CSS where needed
2013-06-17 13:20:02 +02:00
Jan-Christoph Borchardt
9e78e6b2e5
differentiate delete from close icon
2013-06-17 12:14:36 +02:00
Jan-Christoph Borchardt
06fd7e0d21
remove dotted outlines in Firefox, fix #3712
2013-06-14 14:08:04 +02:00
Jan-Christoph Borchardt
abfbd9b136
feedback for hover/tap on breadcrumbs
2013-06-11 14:51:29 +02:00
Jan-Christoph Borchardt
651f1b0995
better contrast and grouping for blocks in personal settings through darker background color
2013-06-11 14:51:06 +02:00
Jan-Christoph Borchardt
2a936670ce
better contrast for controls bar
2013-06-11 14:50:23 +02:00
opensaucesystems
d987bea635
Added input[type="url"] to styles.css
2013-06-04 16:04:29 +02:00
Thomas Tanghus
afd723fdcd
Let the content determine overflow.
2013-06-03 02:11:01 +02:00
Thomas Tanghus
901b1150ff
Replacement for jquery.dialog to fit better with ownCloud design.
2013-06-02 21:52:59 +02:00
Thomas Tanghus
c3779555aa
Dialogs: Home folder icon instead of '/'.
2013-05-17 16:18:40 +02:00
Thomas Tanghus
a0b79f5649
Dialogs: Loose up-button.
2013-05-17 06:48:24 +02:00
Thomas Tanghus
e60d86bdd1
Dialogs: Make slug show last dir emphasized.
2013-05-17 06:16:51 +02:00
Thomas Tanghus
152e275c8a
Various cleanups in OC.dialogs
2013-05-17 04:54:08 +02:00
Thomas Tanghus
c8bbf90feb
Port OC.dialogs to use octemplate except for prompt() and form().
...
Also load octemplate per default.
2013-05-16 13:41:04 +02:00
Raghu Nayyar
2bcb64e781
Merge pull request #3114 from owncloud/update-notification
...
Add an update notification
2013-04-26 21:12:38 -07:00
raghunayyar
175fc0c737
Clubbing Exact styles together.
2013-04-24 23:47:39 +05:30
Lukas Reschke
d41b600725
Add an update notification on every page for admin users
2013-04-24 18:47:38 +02:00
kondou
f1bcf6ef02
Improve the password reset screen.
...
Fixing #2752
2013-04-23 12:31:13 +02:00
Jan-Christoph Borchardt
c7a17efc01
Merge pull request #2983 from owncloud/style-details
...
Style details
2013-04-22 07:12:19 -07:00
Raghu Nayyar
a3e5da834b
Merge pull request #2925 from owncloud/navigation-icon-fix
...
fix navigation hover effect, documentation
2013-04-17 10:20:36 -07:00
Jan-Christoph Borchardt
d83adb8b84
remove unnecessary border from navigation, looked strange with scrollbar and pushed the text over 1px
2013-04-17 17:36:30 +02:00
Jan-Christoph Borchardt
3d47c62a20
apply navigation hover effect directly to img and span, cleaner code
2013-04-17 17:23:12 +02:00
Jan-Christoph Borchardt
21bcb95e2a
move warning and error states together in CSS, to be cleaned up
2013-04-17 17:15:34 +02:00
Jan-Christoph Borchardt
9f58166339
make textarea inherit ownCloud font instead of using monospace
2013-04-17 16:30:42 +02:00
Jan-Christoph Borchardt
ca323e56c2
correct primary color to #1d2d44 where slightly wrong
2013-04-17 11:55:27 +02:00
kondou
0f86ed3ad5
Shorten CSS colorcodes
...
Only need to be three digits.
2013-04-15 21:07:45 +02:00
Bernhard Posselt
19526c9cf6
also show black background on links that are active, fixes the news app that doesnt show the bg for folders correctly
2013-04-15 20:29:45 +02:00
Jan-Christoph Borchardt
846f77ed92
additional comments
2013-04-14 19:30:16 +02:00
Jan-Christoph Borchardt
694c080dd2
fix navigation hover effect, documentation
2013-04-14 19:25:46 +02:00
Bernhard Posselt
210bec0d31
Merge pull request #2910 from owncloud/password-toggle-db-2
...
Implements Toggle for Database Password.
2013-04-13 06:10:41 -07:00
raghunayyar
59be6a910c
Implements Toggle for Database Password.
2013-04-13 09:45:30 +05:30
Jan-Christoph Borchardt
c9c83c6185
add .disabled class so it can be used for simple a buttons as well
2013-04-12 19:18:11 +02:00
Bernhard Posselt
a56dc4bc94
dont overwrite background image when hovering over button
2013-04-12 14:30:16 +02:00
Jan-Christoph Borchardt
2e04a35277
use proper sans-serif font-stack
2013-04-11 17:20:24 +02:00
Bernhard Posselt
a028ba930a
Merge pull request #2853 from owncloud/long-file-names
...
Application Names Ellipsise when the name length exceeds the width of the navigation.
2013-04-10 15:02:37 -07:00
raghunayyar
da882b1320
The Opacity for the navigation loads fine for icon and App name.
2013-04-10 19:30:28 +05:30
raghunayyar
000a568b4a
Long Application Names are ellipsis correctly.
2013-04-10 19:14:50 +05:30
Bart Visscher
51e07a90b7
Merge pull request #2758 from Kondou-ger/refactor_OCdialogs
...
Refactor OCdialogs.
2013-04-09 13:24:04 -07:00
Bernhard Posselt
27d8337728
Merge pull request #2697 from owncloud/button-css-fixes
...
Button css fixes
2013-04-09 03:04:34 -07:00
kondou
3e185911f1
Fix repeating directory names.
...
Also fix some CSS for Firefox.
2013-04-06 16:46:40 +02:00
kondou
1919acd68f
Small fixes
...
* escapeHTML(everything)
* curly braces for if
* camelcase function_to_call
* add missing semicolae (?)
2013-04-06 12:16:55 +02:00
kondou
0be80abe70
Refactor OCdialogs.
...
Fix #2557 and make the whole code more usable.
2013-04-06 10:07:12 +02:00
root
69105fce00
Proper CSS comment
...
CSS comments don't work like that.
2013-04-05 01:17:52 +02:00
Jan-Christoph Borchardt
cd079e3421
group some selectors again
2013-04-03 20:06:26 +02:00
Jan-Christoph Borchardt
a35d869e15
add styles for disabled input fields
2013-04-03 18:45:03 +02:00
Jan-Christoph Borchardt
1c55b3a969
button selector cleanup
2013-04-03 17:55:31 +02:00
Jan-Christoph Borchardt
c94580ba29
revert the untested not-working webroot stuff again ... grrr @Raydiation @stefannagtegaal
2013-04-02 11:52:57 +02:00
Jan-Christoph Borchardt
994a8797e4
remove extra type selector qualification for ID and class names
2013-03-27 17:39:09 +01:00
Jan-Christoph Borchardt
0b1dc7b0cc
also use SVG for settings cog
2013-03-27 17:33:25 +01:00
Jan-Christoph Borchardt
5aa1ca5882
use SVG for folder image
2013-03-27 17:32:37 +01:00
Jan-Christoph Borchardt
bcf1b6f9f8
soften highlight for navigation entries
2013-03-27 17:11:40 +01:00
Jan-Christoph Borchardt
e167ccc5c6
modify app styles to adhere to coming CSS coding guidelines
2013-03-27 16:14:17 +01:00
Bernhard Posselt
c022dbe5c8
added %webroot% instead of relative path
2013-03-23 00:37:31 +01:00
Bernhard Posselt
bee9f7ebc6
also make bottom border grey on first level hover
2013-03-23 00:35:18 +01:00
Bernhard Posselt
adaf1d1959
small fixes
2013-03-23 00:35:18 +01:00
Bernhard Posselt
5d3e3a0a75
added app stylings to core
2013-03-23 00:35:18 +01:00
yannickoo
43b928aca6
Fixed typo
2013-03-21 18:46:59 +01:00
yannickoo
55fc03fda4
No Scrolling for more than approximately 10 Applications
2013-03-21 18:37:23 +01:00
Florian Hülsmann
0aa6c1b163
fixed header content padding
2013-03-07 19:28:17 +01:00
Jan-Christoph Borchardt
114c6457a3
add email input type to styled inputs, fix #2097
2013-03-06 12:38:43 +01:00
Jan-Christoph Borchardt
86ffa28f72
quick fix for log in button not being aligned with input fields
2013-02-27 11:04:08 +01:00
Arthur Schiwon
eceb7341bb
make number-input fields look like they should
2013-02-21 16:25:47 +01:00
Jan-Christoph Borchardt
953c87db9c
fix erroneous CSS, remove obsolete selectors
2013-02-15 18:37:52 +01:00
Jan-Christoph Borchardt
ac32ae79af
Merge pull request #1683 from owncloud/ie-fixes
...
IE fixes
2013-02-15 03:32:31 -08:00
Bernhard Posselt
db30f94fc8
Merge pull request #1697 from owncloud/navigation-details
...
Navigation details
2013-02-14 08:39:17 -08:00
Jan-Christoph Borchardt
95575a7fd1
simplify noise (immense file size reduction), also apply to user menu and header, fix #1576
2013-02-14 17:06:08 +01:00
Jan-Christoph Borchardt
1edfe874f5
only style text, password and search inputs like inputs, instead of using unsupported :not selector
2013-02-14 15:53:36 +01:00
Jan-Christoph Borchardt
53a3a307e8
no ugly border around checkboxes or radio buttons
2013-02-14 15:47:14 +01:00
Jan-Christoph Borchardt
f9a6ed6c73
fix navigation icons SVG replacement, also hover and active opacity for IE
2013-02-14 10:59:30 +01:00
Jan-Christoph Borchardt
7d8898065e
only show navigation scrollbar on hover, when needed, to be less obtrusive
2013-02-14 09:58:31 +01:00
Jan-Christoph Borchardt
6d7e324f4b
Merge pull request #1574 from owncloud/installation-label-overflow
...
Installation label overflow, fix #871
2013-02-13 07:55:05 -08:00
raghunayyar
ed1c943f61
Makes password toggle button inside input.
2013-02-12 16:52:38 +05:30
Robin Appelman
a7bfee576b
Fix breadcrumbs overlapping into the content, preventing the select all checkbox from being clickable in subfolders
2013-02-11 11:58:55 +01:00
Björn Schießle
45a4016878
Merge pull request #1552 from raghunayyar/personalpage-style-fix
...
Personal Page Password Toggle Loads Fine.
2013-02-10 07:31:05 -08:00
Jan-Christoph Borchardt
1ba44a3325
Merge pull request #1538 from raghunayyar/admin-password-toggle
...
Password Toggle Works on Installation
2013-02-10 02:38:43 -08:00
Jan-Christoph Borchardt
79511f6d93
fixed database input group having two slightly thicker dividers
2013-02-09 17:14:20 +01:00
Jan-Christoph Borchardt
8ff20ac683
ellipsize infield labels when too long, specifically fix #871 for database labels on installation
2013-02-09 17:13:02 +01:00
Bernhard Posselt
f8335c4815
moved iframe height and width fix from js to css
2013-02-09 11:34:25 +01:00
raghunayyar
e8d17e4e8e
Personal Page Password Toggle Also Loads Well.
2013-02-09 11:40:07 +05:30
Thomas Müller
f42ac97045
Merge pull request #1547 from owncloud/navigation-color
...
brighter grey for the navigation bar
2013-02-08 13:30:25 -08:00
Jan-Christoph Borchardt
c73f525050
brighter grey for the navigation bar, hopefully solves the weird similarity to the header
2013-02-08 19:33:22 +01:00
Jan-Christoph Borchardt
a26e66b232
improve and shorten security warning, add link to docs, fix #1342
2013-02-08 13:38:50 +01:00
raghunayyar
b356b7065f
Password Toggle Works on Installation as well.
2013-02-08 16:38:28 +05:30
Jan-Christoph Borchardt
8ca730f4c1
make show password toggle work for installation (once #1525 is fixed)
2013-02-07 18:07:38 +01:00
Jan-Christoph Borchardt
32e739f2ae
make show password not specific to log in
2013-02-07 17:41:24 +01:00
Jan-Christoph Borchardt
ee6884e336
remove duplicate show password toggle code, move current one to proper location
2013-02-07 17:04:03 +01:00
Jan-Christoph Borchardt
ae7a80ede3
some comments for CSS documentation
2013-02-07 17:02:43 +01:00
Jan-Christoph Borchardt
867dc8e6dc
fix database labels having left padding
2013-02-07 16:57:54 +01:00
Jan-Christoph Borchardt
2130262515
Merge pull request #1459 from owncloud/infield-detail
...
shift infield labels just a tiny bit to the right so the cursor doesn't ...
2013-02-06 08:23:53 -08:00
Thomas Tanghus
3879e5d9c5
Merge pull request #1428 from owncloud/content_positioning
...
Fix leftcontent positioning. Ref #1255
2013-02-06 08:13:45 -08:00
Thomas Tanghus
2d77c7c0fd
Reduce top position for content below controls.
2013-02-06 16:56:26 +01:00
Jan-Christoph Borchardt
09a4424b1f
Merge pull request #1497 from owncloud/collapse-usermenu
...
collapse user menu when inside one of the settings sections
2013-02-06 07:33:59 -08:00
Jan-Christoph Borchardt
8ea6398e48
collapse user menu when inside one of the settings sections
2013-02-06 16:03:01 +01:00
Thomas Müller
efdaea4557
Merge pull request #1357 from owncloud/alternative-loging-master
...
add support for apps to register alternative login methods
2013-02-06 06:49:58 -08:00
Jan-Christoph Borchardt
964ff88f71
move inline style to CSS file, fix details
2013-02-06 15:15:20 +01:00
Jan-Christoph Borchardt
9961235c7b
Merge pull request #1429 from owncloud/fix_addNavigation
...
Make app icon linkable when enabling app.
2013-02-05 05:47:14 -08:00
Jan-Christoph Borchardt
8ae1205b95
line up 'remember' text with checkbox
2013-02-05 12:49:33 +01:00
Jan-Christoph Borchardt
7eaa2d0de1
form detail on log in button, better shape
2013-02-05 12:48:30 +01:00
Jan-Christoph Borchardt
c47fcf7d22
shift infield labels just a tiny bit to the right so the cursor doesn't overlap
2013-02-05 12:30:23 +01:00
Jan-Christoph Borchardt
2ec0c491d4
remove superfluous enabled-app class again
2013-02-05 11:30:18 +01:00
Thomas Tanghus
b06ac67e07
Add 'hascontrols' class for content with fixed topbar.
2013-02-04 18:30:49 +01:00
Thomas Tanghus
bb9be6f629
Add box-sizing to controls.
2013-02-04 00:24:34 +01:00
Thomas Tanghus
1557b6d99d
Fix leftcontent positioning. Ref #1255
2013-02-03 14:44:33 +01:00
Jan-Christoph Borchardt
b8e6b8692b
fix CSS to coding guideline
2013-02-03 12:24:24 +01:00
raghunayyar
3bcf3c91e1
Password Toggle Support for Login
2013-02-03 11:56:00 +01:00
Jan-Christoph Borchardt
48022f4525
Merge pull request #1395 from raghunayyar/webkit-scrollbar-534
...
Adds webkit scrollbar to ownCloud
2013-02-01 10:26:23 -08:00
raghunayyar
0118606e09
More Visible webkit Scrollbar, syntax error solved.
2013-02-01 02:50:31 +05:30
Jan-Christoph Borchardt
3f3ae4a985
fix header for shared links
2013-01-31 20:19:32 +01:00
Jan-Christoph Borchardt
3d5c7ca245
Merge branch 'master' into navigation
2013-01-31 19:28:25 +01:00
raghunayyar
5605297387
Adds webkit scrollbar to ownCloud
2013-01-31 21:51:44 +05:30
Jan-Christoph Borchardt
f0ca8eeba4
no box-shadow for public share download button
2013-01-31 15:21:50 +01:00
Jan-Christoph Borchardt
cbafea4cc8
increase opacity of inactive apps and settings entries for better visibility
2013-01-31 14:32:07 +01:00
Jan-Christoph Borchardt
1144b61db3
vertical scrollbar for app navigation when too many apps
2013-01-31 14:14:12 +01:00
Jan-Christoph Borchardt
90aa1b3532
ellipsize long app names in navigation
2013-01-31 14:04:33 +01:00
Jan-Christoph Borchardt
c801b86bc2
Merge pull request #1359 from raghunayyar/navigation
...
No Image Repetition on Enabling Apps in Navigation Bar
2013-01-31 05:01:20 -08:00
Jan-Christoph Borchardt
300ecc2ed2
change button box-shadow from hard white to slight transparent
2013-01-31 12:59:36 +01:00
raghunayyar
0dfbd53a6e
Reduced Styling and Image loads as from src and not backgorund.
2013-01-30 19:12:51 +05:30
Jan-Christoph Borchardt
284e690737
Merge branch 'master' into navigation
2013-01-30 13:53:43 +01:00
raghunayyar
d620495e92
No Image Repetition on Enabling Apps in Navigation Bar
2013-01-30 00:54:23 +05:30
Jan-Christoph Borchardt
e2f1a445ed
increase opacity of buttons, fix for dark backgrounds like header in public share, fix #1188
2013-01-29 19:13:39 +01:00
Jan-Christoph Borchardt
3bafa87a12
merge styles
2013-01-28 19:36:21 +01:00
Jan-Christoph Borchardt
aaac2414ea
undo padding change on buttons, otherwise it will mess up the upload and new buttons again
2013-01-28 13:16:30 +01:00
Jan-Christoph Borchardt
329d965441
merge changes in navigation
2013-01-28 10:52:15 +01:00
Michael Gapczynski
31ebea0f6a
Permanently display shared status icons
2013-01-26 13:25:15 -05:00
Thomas Müller
276d98b9dd
Merge pull request #1059 from owncloud/fixing-998-master
...
Fixing 998 master
2013-01-26 04:15:40 -08:00
raghunayyar
aed204d420
Defined height for #leftcontent
2013-01-25 20:39:07 +05:30
raghunayyar
f7a0ab7d4f
Style fixes on core/navigation Branch.
...
#rightcontent margin and button overlaps fixed.
2013-01-25 16:01:41 +05:30
Robin Appelman
8817b603d7
Fix scrolling of leftcontent
2013-01-21 18:29:18 +01:00
Thomas Mueller
afb5de955e
Merge branch 'master' into fixing-998-master
...
Conflicts:
apps/files/ajax/upload.php
apps/files/js/files.js
2013-01-18 23:22:34 +01:00
Jan-Christoph Borchardt
b81a7aa078
fix up content and content-wrapper merge ...
2013-01-18 19:58:50 +07:00
Jan-Christoph Borchardt
09d3db5eb7
new settings menu for new design
2013-01-17 12:45:33 +07:00
Jan-Christoph Borchardt
de41813792
new app icon style for new design
2013-01-17 11:54:31 +07:00
Bernhard Posselt
b659072686
dont show horizontal scrollbar
2013-01-16 19:55:16 +01:00
Bernhard Posselt
b7f507b925
dont resize content div with javascript but use css box-sizing to do it
2013-01-16 19:38:19 +01:00
Jan-Christoph Borchardt
6182b1353b
merge master into navigation
2013-01-15 20:40:38 +07:00
Thomas Mueller
7fe8fb4248
pin notification to the top
2013-01-11 15:21:39 +01:00
Thomas Mueller
508b6a9fc7
displaying notification now centered
...
The notification div has been moved to the user templates.
Correct display of the notification will only work with the use of OC.Notification.show() as on fadeIn() the css needs to be changed as this style required display: inline.
2013-01-11 11:52:07 +01:00
Thomas Tanghus
dae8f15f9f
Merge pull request #938 from owncloud/fix_minor_files_annoyances
...
Fix minor files annoyances
2013-01-08 15:02:06 -08:00
Jörn Friedrich Dreyer
0dda8f5d1c
ie8 ignores rgba, show button border in ie8 by adding second border css row
2013-01-07 13:09:52 +01:00
Jörn Friedrich Dreyer
3dbb148567
Merge pull request #1061 from owncloud/remove_css_not_selector_to_fix_ie8_input_fields
...
remove css not selector - incompatible with ie8
2013-01-07 01:17:19 -08:00
Michael Gapczynski
7505837079
Basic update progress of database update only
2013-01-03 21:32:33 -05:00
Jörn Friedrich Dreyer
e2f549f6d7
remove css not selector - incompatible with ie8
2013-01-02 18:01:33 +01:00
Jan-Christoph Borchardt
bdc8d0098a
Merge pull request #869 from owncloud/files-styles
...
Files styles
2012-12-20 05:39:09 -08:00
Jan-Christoph Borchardt
74b4fefda8
remove padding from header
2012-12-19 00:10:03 +01:00
Jan-Christoph Borchardt
586cc9a83b
merge master into navigation
2012-12-18 15:41:58 +01:00
Frank Karlitschek
a871e300e2
Merge pull request #850 from owncloud/icons-for-login
...
Icons for login
2012-12-14 00:12:41 -08:00
Jan-Christoph Borchardt
0bc2dc24cd
remove transitions for file rows and actions because it made everything seem sluggish
2012-12-13 19:12:09 +01:00
Jan-Christoph Borchardt
2c41ae4372
small code reordering of inputs and buttons
2012-12-13 12:51:45 +01:00
Jan-Christoph Borchardt
7881bf1d4d
improve general button coloring
2012-12-13 12:49:59 +01:00
Jan-Christoph Borchardt
9d8bdff51b
tweak icons for username and password fields, now it’s good
2012-12-12 22:40:08 +01:00
Jan-Christoph Borchardt
90e8e94909
icons for username and password field, not sure if it’s good
2012-12-11 18:54:43 +01:00
Jan-Christoph Borchardt
b72a0f5680
remove obsolete CSS, fix database host label position
2012-12-11 13:02:45 +01:00
Jan-Christoph Borchardt
cb6c430321
add my install changes from #721 again after they have been reverted through #282
2012-12-10 15:08:58 +01:00
Jörn Friedrich Dreyer
787e8b86d9
cleanup CSS whitespace and remove extra input[type='checkbok']
2012-12-07 17:41:52 +01:00
Jörn Friedrich Dreyer
8cf1e560bb
add IE9 CSS checkbox fixes
2012-12-07 17:21:26 +01:00
Jörn Friedrich Dreyer
810e02099e
upload button HTML, CSS & JS cleanup
2012-12-07 15:32:24 +01:00