зеркало из https://github.com/mozilla/pjs.git
remove redundant directory, files
This commit is contained in:
Родитель
d251a94d73
Коммит
cd5363a8e5
|
@ -41,7 +41,7 @@ EXPORT_RESOURCE = \
|
|||
$(srcdir)/navbar-endbox.gif \
|
||||
$(NULL)
|
||||
|
||||
DIRS = search xpinstall pref sidebar bookmarks directory profile regviewer related wallet
|
||||
DIRS = search xpinstall sidebar bookmarks directory profile regviewer related wallet
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
DEPTH = ..\..\..
|
||||
THEME_ROOT_DEPTH = ..
|
||||
|
||||
DIRS= bookmarks directory pref profile regviewer related search sidebar wallet xpinstall
|
||||
DIRS= bookmarks directory profile regviewer related search sidebar wallet xpinstall
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
include <$(THEME_ROOT_DEPTH)\theme.mk>
|
||||
|
|
|
@ -20,13 +20,6 @@
|
|||
* Contributor(s):
|
||||
*/
|
||||
|
||||
@import url(chrome://global/skin/global.css);
|
||||
|
||||
box#reorder
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.up
|
||||
{
|
||||
list-style-image:url("chrome://global/skin/scroll-up.gif");
|
||||
|
@ -48,3 +41,13 @@ box#reorder
|
|||
{
|
||||
list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");
|
||||
}
|
||||
|
||||
#add-button
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/scroll-left.gif");
|
||||
}
|
||||
|
||||
#remove-button
|
||||
{
|
||||
list-style-iamge : url("chrome://global/skin/scroll-right.gif");
|
||||
}
|
Загрузка…
Ссылка в новой задаче