From 1d528540a7d008ab3e894828642b842bc20bdf68 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 30 Oct 2012 22:34:47 +0100 Subject: [PATCH] More subtle note pictogram in owncloud palette --- .../themes/owncloud/static/img/icon-error.svg | 813 ----------------- .../themes/owncloud/static/img/icon.svg | 821 ------------------ .../themes/owncloud/static/img/note.svg | 103 +++ .../themes/owncloud/static/style.css | 6 +- 4 files changed, 106 insertions(+), 1637 deletions(-) delete mode 100644 _shared_assets/themes/owncloud/static/img/icon-error.svg delete mode 100644 _shared_assets/themes/owncloud/static/img/icon.svg create mode 100644 _shared_assets/themes/owncloud/static/img/note.svg diff --git a/_shared_assets/themes/owncloud/static/img/icon-error.svg b/_shared_assets/themes/owncloud/static/img/icon-error.svg deleted file mode 100644 index bba639bfd..000000000 --- a/_shared_assets/themes/owncloud/static/img/icon-error.svg +++ /dev/null @@ -1,813 +0,0 @@ - - - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_shared_assets/themes/owncloud/static/img/icon.svg b/_shared_assets/themes/owncloud/static/img/icon.svg deleted file mode 100644 index 6f91abe6e..000000000 --- a/_shared_assets/themes/owncloud/static/img/icon.svg +++ /dev/null @@ -1,821 +0,0 @@ - - - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/_shared_assets/themes/owncloud/static/img/note.svg b/_shared_assets/themes/owncloud/static/img/note.svg new file mode 100644 index 000000000..5c2906b0c --- /dev/null +++ b/_shared_assets/themes/owncloud/static/img/note.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/_shared_assets/themes/owncloud/static/style.css b/_shared_assets/themes/owncloud/static/style.css index 92216f9ca..d614c33fb 100644 --- a/_shared_assets/themes/owncloud/static/style.css +++ b/_shared_assets/themes/owncloud/static/style.css @@ -1071,7 +1071,7 @@ img.alignleft{ margin-right: 20px; } } .admonition-todo .last { - background-image: url('img/icon.svg'); + background-image: url('img/note.svg'); } .note .first { @@ -1079,7 +1079,7 @@ img.alignleft{ margin-right: 20px; } } .note .last { - background-image: url('img/icon.svg'); + background-image: url('img/note.svg'); } .warning .first { @@ -1088,7 +1088,7 @@ img.alignleft{ margin-right: 20px; } } .warning .last { - background-image: url('img/icon-error.svg'); + background-image: url('img/note.svg'); }