Skip to content

Commit

Permalink
Remove basic view themes
Browse files Browse the repository at this point in the history
There is a lot to cleanup in here, so this is not by any means complete
  • Loading branch information
slusarz committed Oct 17, 2014
1 parent 07a5d26 commit 3a81dbe
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 339 deletions.
10 changes: 1 addition & 9 deletions imp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2014-10-16</date>
<date>2014-10-17</date>
<version>
<release>6.3.0</release>
<api>6.2.0</api>
Expand Down Expand Up @@ -990,9 +990,6 @@
</dir> <!-- /test -->
<dir name="themes">
<dir name="default">
<dir name="basic">
<file name="screen.css" role="horde" />
</dir> <!-- /themes/default/basic -->
<dir name="block">
<file name="screen.css" role="horde" />
</dir> <!-- /themes/default/block -->
Expand Down Expand Up @@ -1088,8 +1085,6 @@
<file name="download.png" role="horde" />
<file name="drafts.png" role="horde" />
<file name="edit.png" role="horde" />
<file name="empty_spam.png" role="horde" />
<file name="empty_trash.png" role="horde" />
<file name="favicon.ico" role="horde" />
<file name="fetchmail.png" role="horde" />
<file name="filters.png" role="horde" />
Expand Down Expand Up @@ -2023,7 +2018,6 @@
<install as="imp/themes/default/mime.css" name="themes/default/mime.css" />
<install as="imp/themes/default/rtl.css" name="themes/default/rtl.css" />
<install as="imp/themes/default/screen.css" name="themes/default/screen.css" />
<install as="imp/themes/default/basic/screen.css" name="themes/default/basic/screen.css" />
<install as="imp/themes/default/block/screen.css" name="themes/default/block/screen.css" />
<install as="imp/themes/default/dynamic/screen.css" name="themes/default/dynamic/screen.css" />
<install as="imp/themes/default/graphics/addressbook_browse.png" name="themes/default/graphics/addressbook_browse.png" />
Expand Down Expand Up @@ -2052,8 +2046,6 @@
<install as="imp/themes/default/graphics/download.png" name="themes/default/graphics/download.png" />
<install as="imp/themes/default/graphics/drafts.png" name="themes/default/graphics/drafts.png" />
<install as="imp/themes/default/graphics/edit.png" name="themes/default/graphics/edit.png" />
<install as="imp/themes/default/graphics/empty_spam.png" name="themes/default/graphics/empty_spam.png" />
<install as="imp/themes/default/graphics/empty_trash.png" name="themes/default/graphics/empty_trash.png" />
<install as="imp/themes/default/graphics/favicon.ico" name="themes/default/graphics/favicon.ico" />
<install as="imp/themes/default/graphics/fetchmail.png" name="themes/default/graphics/fetchmail.png" />
<install as="imp/themes/default/graphics/filters.png" name="themes/default/graphics/filters.png" />
Expand Down
318 changes: 0 additions & 318 deletions imp/themes/default/basic/screen.css

This file was deleted.

Binary file removed imp/themes/default/graphics/empty_spam.png
Binary file not shown.
Binary file removed imp/themes/default/graphics/empty_trash.png
Binary file not shown.
12 changes: 0 additions & 12 deletions imp/themes/default/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -559,18 +559,6 @@ span.mimePartInfoSize {
.addrbookaddImg {
background-image: url("graphics/add_contact.png");
}
.spellcheckImg {
background-image: url("graphics/spellcheck.png");
}
.emptytrashImg {
background-image: url("graphics/empty_trash.png");
}
.filtersIcon {
background-image: url("graphics/filters.png");
}
.refreshIcon {
background-image: url("graphics/reload.png");
}

/* Autocomplete styles. */
.impACBox {
Expand Down

0 comments on commit 3a81dbe

Please sign in to comment.