summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2011-10-07 17:02:56 +0100
committerTom Needham <needham.thomas@gmail.com>2011-10-07 17:02:56 +0100
commit65a491eabd05ddedfbc58bd3153d0794ae418034 (patch)
tree8174211128e799c04a88885b3871d114daea29c2 /core
parentd9464de690801dc41dbd17232a95019f274ab172 (diff)
parent6449a45695221aeba5f8510a707a8fb14b1d7bc3 (diff)
downloadnextcloud-server-65a491eabd05ddedfbc58bd3153d0794ae418034.tar.gz
nextcloud-server-65a491eabd05ddedfbc58bd3153d0794ae418034.zip
Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editor
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css4
-rw-r--r--core/img/filetypes/audio.pngbin561 -> 385 bytes
-rw-r--r--core/img/filetypes/c.pngbin0 -> 587 bytes
-rw-r--r--core/img/filetypes/code.pngbin0 -> 603 bytes
-rw-r--r--core/img/filetypes/cplusplus.pngbin0 -> 621 bytes
-rw-r--r--core/img/filetypes/csharp.pngbin0 -> 700 bytes
-rw-r--r--core/img/filetypes/css.pngbin0 -> 524 bytes
-rw-r--r--core/img/filetypes/database.pngbin0 -> 390 bytes
-rw-r--r--core/img/filetypes/file.pngbin391 -> 294 bytes
-rw-r--r--core/img/filetypes/flash.pngbin0 -> 582 bytes
-rw-r--r--core/img/filetypes/folder.pngbin0 -> 537 bytes
-rw-r--r--core/img/filetypes/font.pngbin0 -> 813 bytes
-rw-r--r--core/img/filetypes/h.pngbin0 -> 603 bytes
-rw-r--r--core/img/filetypes/html.pngbin0 -> 578 bytes
-rw-r--r--core/img/filetypes/ical.pngbin0 -> 675 bytes
-rw-r--r--core/img/filetypes/image.pngbin307 -> 606 bytes
-rw-r--r--core/img/filetypes/link.pngbin0 -> 923 bytes
-rw-r--r--core/img/filetypes/model.pngbin0 -> 452 bytes
-rw-r--r--core/img/filetypes/ms-excel.pngbin0 -> 566 bytes
-rw-r--r--core/img/filetypes/ms-powerpoint.pngbin0 -> 519 bytes
-rw-r--r--core/img/filetypes/msword.pngbin0 -> 342 bytes
-rw-r--r--core/img/filetypes/pdf.pngbin0 -> 591 bytes
-rw-r--r--core/img/filetypes/php.pngbin0 -> 538 bytes
-rw-r--r--core/img/filetypes/presentation.pngbin0 -> 519 bytes
-rw-r--r--core/img/filetypes/readme.txt22
-rw-r--r--core/img/filetypes/rss.pngbin0 -> 691 bytes
-rw-r--r--core/img/filetypes/ruby.pngbin0 -> 626 bytes
-rw-r--r--core/img/filetypes/script.pngbin0 -> 859 bytes
-rw-r--r--core/img/filetypes/spreadsheet.pngbin0 -> 566 bytes
-rw-r--r--core/img/filetypes/svg.pngbin0 -> 481 bytes
-rw-r--r--core/img/filetypes/text.pngbin0 -> 342 bytes
-rw-r--r--core/img/filetypes/vcf.pngbin0 -> 533 bytes
-rw-r--r--core/img/filetypes/video.pngbin0 -> 653 bytes
-rw-r--r--core/img/filetypes/x-.pngbin0 -> 555 bytes
-rw-r--r--core/img/places/file.pngbin0 -> 391 bytes
-rw-r--r--core/img/places/file.svg (renamed from core/img/filetypes/file.svg)0
-rw-r--r--core/img/places/music.pngbin0 -> 561 bytes
-rw-r--r--core/img/places/music.svg (renamed from core/img/filetypes/audio.svg)0
-rw-r--r--core/img/places/picture.pngbin0 -> 307 bytes
-rw-r--r--core/img/places/picture.svg (renamed from core/img/filetypes/image.svg)0
40 files changed, 24 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 84a024f95b9..5d4df586a8e 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -50,7 +50,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-shadow:#ffeedd 0 1px 0; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; }
/* CONTENT ------------------------------------------------------------------ */
-#controls { width:100%; top:3.5em; height:2.8em; margin:0; background:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:50; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; }
+#controls { padding: 0 0.5em; width:100%; top:3.5em; height:2.8em; margin:0; background:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:50; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; }
#controls .button { display:inline-block; }
#content { margin:3.5em 0 0 12.5em; }
#leftcontent, .leftcontent { position:fixed; overflow: auto; top:6.4em; width:20em; background:#f8f8f8; border-right:1px solid #ddd; }
@@ -117,7 +117,7 @@ tbody tr:hover, tr:active { background-color:#f8f8f8; }
#quotatext {padding: .6em 1em;}
div.jp-play-bar, div.jp-seek-bar { padding:0; }
-.pager { list-style:none; float:right; display:inline; margin:.7em 12.7em 0 0; }
+.pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; }
.pager li { display:inline-block; }
li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
diff --git a/core/img/filetypes/audio.png b/core/img/filetypes/audio.png
index 4c844425d64..a8b3ede3df9 100644
--- a/core/img/filetypes/audio.png
+++ b/core/img/filetypes/audio.png
Binary files differ
diff --git a/core/img/filetypes/c.png b/core/img/filetypes/c.png
new file mode 100644
index 00000000000..34a05cccf06
--- /dev/null
+++ b/core/img/filetypes/c.png
Binary files differ
diff --git a/core/img/filetypes/code.png b/core/img/filetypes/code.png
new file mode 100644
index 00000000000..0c76bd12977
--- /dev/null
+++ b/core/img/filetypes/code.png
Binary files differ
diff --git a/core/img/filetypes/cplusplus.png b/core/img/filetypes/cplusplus.png
new file mode 100644
index 00000000000..a87cf847cb7
--- /dev/null
+++ b/core/img/filetypes/cplusplus.png
Binary files differ
diff --git a/core/img/filetypes/csharp.png b/core/img/filetypes/csharp.png
new file mode 100644
index 00000000000..ffb8fc932f3
--- /dev/null
+++ b/core/img/filetypes/csharp.png
Binary files differ
diff --git a/core/img/filetypes/css.png b/core/img/filetypes/css.png
new file mode 100644
index 00000000000..23f3101811f
--- /dev/null
+++ b/core/img/filetypes/css.png
Binary files differ
diff --git a/core/img/filetypes/database.png b/core/img/filetypes/database.png
new file mode 100644
index 00000000000..3d09261a26e
--- /dev/null
+++ b/core/img/filetypes/database.png
Binary files differ
diff --git a/core/img/filetypes/file.png b/core/img/filetypes/file.png
index 49790448897..8b8b1ca0000 100644
--- a/core/img/filetypes/file.png
+++ b/core/img/filetypes/file.png
Binary files differ
diff --git a/core/img/filetypes/flash.png b/core/img/filetypes/flash.png
new file mode 100644
index 00000000000..5769120b1b6
--- /dev/null
+++ b/core/img/filetypes/flash.png
Binary files differ
diff --git a/core/img/filetypes/folder.png b/core/img/filetypes/folder.png
new file mode 100644
index 00000000000..784e8fa4823
--- /dev/null
+++ b/core/img/filetypes/folder.png
Binary files differ
diff --git a/core/img/filetypes/font.png b/core/img/filetypes/font.png
new file mode 100644
index 00000000000..81e41de7d3a
--- /dev/null
+++ b/core/img/filetypes/font.png
Binary files differ
diff --git a/core/img/filetypes/h.png b/core/img/filetypes/h.png
new file mode 100644
index 00000000000..e902abb0767
--- /dev/null
+++ b/core/img/filetypes/h.png
Binary files differ
diff --git a/core/img/filetypes/html.png b/core/img/filetypes/html.png
new file mode 100644
index 00000000000..55d1072eafd
--- /dev/null
+++ b/core/img/filetypes/html.png
Binary files differ
diff --git a/core/img/filetypes/ical.png b/core/img/filetypes/ical.png
new file mode 100644
index 00000000000..658913852d6
--- /dev/null
+++ b/core/img/filetypes/ical.png
Binary files differ
diff --git a/core/img/filetypes/image.png b/core/img/filetypes/image.png
index 980a7c69813..4a158fef7e0 100644
--- a/core/img/filetypes/image.png
+++ b/core/img/filetypes/image.png
Binary files differ
diff --git a/core/img/filetypes/link.png b/core/img/filetypes/link.png
new file mode 100644
index 00000000000..68f21d30116
--- /dev/null
+++ b/core/img/filetypes/link.png
Binary files differ
diff --git a/core/img/filetypes/model.png b/core/img/filetypes/model.png
new file mode 100644
index 00000000000..7851cf34c94
--- /dev/null
+++ b/core/img/filetypes/model.png
Binary files differ
diff --git a/core/img/filetypes/ms-excel.png b/core/img/filetypes/ms-excel.png
new file mode 100644
index 00000000000..abcd93689a0
--- /dev/null
+++ b/core/img/filetypes/ms-excel.png
Binary files differ
diff --git a/core/img/filetypes/ms-powerpoint.png b/core/img/filetypes/ms-powerpoint.png
new file mode 100644
index 00000000000..b4aaad9a45c
--- /dev/null
+++ b/core/img/filetypes/ms-powerpoint.png
Binary files differ
diff --git a/core/img/filetypes/msword.png b/core/img/filetypes/msword.png
new file mode 100644
index 00000000000..813f712f726
--- /dev/null
+++ b/core/img/filetypes/msword.png
Binary files differ
diff --git a/core/img/filetypes/pdf.png b/core/img/filetypes/pdf.png
new file mode 100644
index 00000000000..8f8095e46fa
--- /dev/null
+++ b/core/img/filetypes/pdf.png
Binary files differ
diff --git a/core/img/filetypes/php.png b/core/img/filetypes/php.png
new file mode 100644
index 00000000000..7868a25945c
--- /dev/null
+++ b/core/img/filetypes/php.png
Binary files differ
diff --git a/core/img/filetypes/presentation.png b/core/img/filetypes/presentation.png
new file mode 100644
index 00000000000..b4aaad9a45c
--- /dev/null
+++ b/core/img/filetypes/presentation.png
Binary files differ
diff --git a/core/img/filetypes/readme.txt b/core/img/filetypes/readme.txt
new file mode 100644
index 00000000000..400a64d7857
--- /dev/null
+++ b/core/img/filetypes/readme.txt
@@ -0,0 +1,22 @@
+Silk icon set 1.3
+
+_________________________________________
+Mark James
+http://www.famfamfam.com/lab/icons/silk/
+_________________________________________
+
+This work is licensed under a
+Creative Commons Attribution 2.5 License.
+[ http://creativecommons.org/licenses/by/2.5/ ]
+
+This means you may use it for any purpose,
+and make any changes you like.
+All I ask is that you include a link back
+to this page in your credits.
+
+Are you using this icon set? Send me an email
+(including a link or picture if available) to
+mjames@gmail.com
+
+Any other questions about this icon set please
+contact mjames@gmail.com \ No newline at end of file
diff --git a/core/img/filetypes/rss.png b/core/img/filetypes/rss.png
new file mode 100644
index 00000000000..315c4f4fa62
--- /dev/null
+++ b/core/img/filetypes/rss.png
Binary files differ
diff --git a/core/img/filetypes/ruby.png b/core/img/filetypes/ruby.png
new file mode 100644
index 00000000000..f59b7c4365f
--- /dev/null
+++ b/core/img/filetypes/ruby.png
Binary files differ
diff --git a/core/img/filetypes/script.png b/core/img/filetypes/script.png
new file mode 100644
index 00000000000..63fe6ceff5b
--- /dev/null
+++ b/core/img/filetypes/script.png
Binary files differ
diff --git a/core/img/filetypes/spreadsheet.png b/core/img/filetypes/spreadsheet.png
new file mode 100644
index 00000000000..abcd93689a0
--- /dev/null
+++ b/core/img/filetypes/spreadsheet.png
Binary files differ
diff --git a/core/img/filetypes/svg.png b/core/img/filetypes/svg.png
new file mode 100644
index 00000000000..a1291c2dfad
--- /dev/null
+++ b/core/img/filetypes/svg.png
Binary files differ
diff --git a/core/img/filetypes/text.png b/core/img/filetypes/text.png
new file mode 100644
index 00000000000..813f712f726
--- /dev/null
+++ b/core/img/filetypes/text.png
Binary files differ
diff --git a/core/img/filetypes/vcf.png b/core/img/filetypes/vcf.png
new file mode 100644
index 00000000000..c02f315d207
--- /dev/null
+++ b/core/img/filetypes/vcf.png
Binary files differ
diff --git a/core/img/filetypes/video.png b/core/img/filetypes/video.png
new file mode 100644
index 00000000000..b0ce7bb198a
--- /dev/null
+++ b/core/img/filetypes/video.png
Binary files differ
diff --git a/core/img/filetypes/x-.png b/core/img/filetypes/x-.png
new file mode 100644
index 00000000000..8443c23eb94
--- /dev/null
+++ b/core/img/filetypes/x-.png
Binary files differ
diff --git a/core/img/places/file.png b/core/img/places/file.png
new file mode 100644
index 00000000000..49790448897
--- /dev/null
+++ b/core/img/places/file.png
Binary files differ
diff --git a/core/img/filetypes/file.svg b/core/img/places/file.svg
index 478714b75d1..478714b75d1 100644
--- a/core/img/filetypes/file.svg
+++ b/core/img/places/file.svg
diff --git a/core/img/places/music.png b/core/img/places/music.png
new file mode 100644
index 00000000000..4c844425d64
--- /dev/null
+++ b/core/img/places/music.png
Binary files differ
diff --git a/core/img/filetypes/audio.svg b/core/img/places/music.svg
index 1f397660970..1f397660970 100644
--- a/core/img/filetypes/audio.svg
+++ b/core/img/places/music.svg
diff --git a/core/img/places/picture.png b/core/img/places/picture.png
new file mode 100644
index 00000000000..980a7c69813
--- /dev/null
+++ b/core/img/places/picture.png
Binary files differ
diff --git a/core/img/filetypes/image.svg b/core/img/places/picture.svg
index 26c3d6312c2..26c3d6312c2 100644
--- a/core/img/filetypes/image.svg
+++ b/core/img/places/picture.svg