Free Gnomestripe (Bug 399937 - NPOTB)

This commit is contained in:
rflint@ryanflint.com 2007-11-07 00:50:18 -08:00
Родитель bce4292c38
Коммит 5aec86a892
7 изменённых файлов: 278 добавлений и 440 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,3 +1,4 @@
%if 0
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
@ -36,8 +37,9 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
%endif
@import "chrome://global/skin/";
@import url("chrome://global/skin/");
/* View buttons */
#viewGroup radio {

Просмотреть файл

@ -1,3 +1,4 @@
%if 0
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
@ -34,7 +35,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
%endif
/**** folder menulist ****/
.folder-icon > .menulist-label-box > .menulist-icon {
width: 16px;

Просмотреть файл

@ -1,3 +1,4 @@
%if 0
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
@ -34,7 +35,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
%endif
/**** folder menulist ****/
.folder-icon > .menulist-label-box > .menulist-icon {
width: 16px;
@ -103,7 +104,6 @@
/* Hide the drop marker and the popup. */
#editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker,
#editBMPanel_namePicker[droppable="false"] > menupopup {
display: none;

Просмотреть файл

@ -48,17 +48,17 @@
/* organize button */
#organizeButton {
list-style-image: url("chrome://browser/skin/wrench.png");
list-style-image: url("chrome://browser/skin/places/wrench.png");
}
/* view button */
#viewMenu {
list-style-image: url("chrome://browser/skin/wrench.png");
list-style-image: url("chrome://browser/skin/places/wrench.png");
}
/* maintenance button */
#maintenanceButton {
list-style-image: url("chrome://browser/skin/wrench.png");
list-style-image: url("chrome://browser/skin/places/wrench.png");
}
/* Root View */
@ -105,7 +105,7 @@ treechildren::-moz-tree-image(title, separator) {
}
treechildren::-moz-tree-image(title, livemark\/bookmarkFeedURI) {
list-style-image: url("chrome://browser/skin/livemark-item.png") !important;
list-style-image: url("chrome://browser/skin/places/livemark-item.png") !important;
-moz-image-region: rect(0px, 16px, 16px, 0px);
}

Просмотреть файл

@ -1,3 +1,4 @@
%if 0
/*
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
# ***** BEGIN LICENSE BLOCK *****
@ -37,6 +38,7 @@
#
# ***** END LICENSE BLOCK *****
*/
endif
/* Global Styles */
#BrowserPreferences radio[pane] {

Просмотреть файл

@ -1,8 +1,3 @@
%ifdef MOZ_WIDGET_GTK2
#searchbar {
-moz-margin-start: 3px;
}
%endif
.searchbar-box {
-moz-padding-end: 5px;
@ -15,7 +10,6 @@
margin-right: 0px;
margin-left: 0px;
background-color: -moz-field;
-moz-appearance: none;
-moz-border-top-colors: ThreeDShadow;
-moz-border-bottom-colors: ThreeDShadow;
@ -29,8 +23,11 @@
margin: 0px !important;
}
/* ::::: searchbar-engine-button ::::: */
.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
font-weight: bold;
}
/* Engine button */
.searchbar-engine-button-stack {
padding: 2px 0px 2px 0px;
}
@ -120,8 +117,7 @@
-moz-margin-start: 3px;
}
/* ::::: search-go-button ::::: */
/* Searchbar endcap */
/* In text icon mode, the Search Go button scales independently of the field,
* and the button can be much taller, so we have to center align the elements
* (instead of stretching them) to prevent the field from stretching vertically
@ -176,7 +172,3 @@ toolbar[mode="text"] .search-go-button {
.search-go-button > .toolbarbutton-icon {
margin: 0px;
}
.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
font-weight: bold;
}