]> source.dussan.org Git - nextcloud-server.git/commitdiff
add fullscreen icon 1818/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 19 Oct 2016 13:31:02 +0000 (15:31 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 20 Oct 2016 11:26:26 +0000 (13:26 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/icons.css
core/img/actions/fullscreen-white.svg [new file with mode: 0644]
core/img/actions/fullscreen.svg [new file with mode: 0644]

index 45069a23c44fab6ebd2191a7986b39035b054060..e6a777331d285a280e2ee42b030b1fde67f5f9ba 100644 (file)
@@ -192,6 +192,13 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
        background-image: url('../img/actions/external.svg?v=1');
 }
 
+.icon-fullscreen {
+       background-image: url('../img/actions/fullscreen.svg?v=1');
+}
+.icon-fullscreen-white {
+       background-image: url('../img/actions/fullscreen-white.svg?v=1');
+}
+
 .icon-history {
        background-image: url('../img/actions/history.svg?v=1');
 }
diff --git a/core/img/actions/fullscreen-white.svg b/core/img/actions/fullscreen-white.svg
new file mode 100644 (file)
index 0000000..7705294
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
+ <path d="m8 1c-0.554 0-1 0.446-1 1s0.446 1 1 1h5v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-6c0-0.554-0.446-1-1-1h-6zm-6 6c-0.554 0-1 0.446-1 1v6c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1s-0.446-1-1-1h-5v-5c0-0.554-0.446-1-1-1z" fill-rule="evenodd" fill="#fff"/>
+</svg>
diff --git a/core/img/actions/fullscreen.svg b/core/img/actions/fullscreen.svg
new file mode 100644 (file)
index 0000000..8bf2157
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
+ <path d="m8 1c-0.554 0-1 0.446-1 1s0.446 1 1 1h5v5c0 0.554 0.446 1 1 1s1-0.446 1-1v-6c0-0.554-0.446-1-1-1h-6zm-6 6c-0.554 0-1 0.446-1 1v6c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1s-0.446-1-1-1h-5v-5c0-0.554-0.446-1-1-1z" fill-rule="evenodd"/>
+</svg>