merge the last green changeset on m-c to fx-team

This commit is contained in:
Tim Taubert 2011-10-16 10:52:30 +02:00
Родитель 0bf60a2d4a 63740aa01d
Коммит afc7cba6e3
7 изменённых файлов: 5 добавлений и 79 удалений

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

@ -867,7 +867,7 @@ let Items = {
getTopLevelItems: function Items_getTopLevelItems() {
var items = [];
iQ('.tab, .groupItem, .info-item').each(function(elem) {
iQ('.tab, .groupItem').each(function(elem) {
var $this = iQ(elem);
var item = $this.data('item');
if (item && !item.parent && !$this.hasClass('phantom'))

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

@ -132,10 +132,6 @@ input.name:focus {
position: absolute;
}
.info-item {
position: absolute;
}
/* Trenches
----------------------------------*/

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

@ -65,8 +65,8 @@
<description value="&allowScripts.label;"/>
<checkbox id="moveResizeWindows" label="&moveResizeWindows.label;"
accesskey="&moveResizeWindows.accesskey;"
<checkbox id="moveResizePopupWindows" label="&moveResizePopupWindows.label;"
accesskey="&moveResizePopupWindows.accesskey;"
preference="dom.disable_window_move_resize"/>
<checkbox id="raiseLowerWindows" label="&raiseLowerWindows.label;"
accesskey="&raiseLowerWindows.accesskey;"

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

@ -40,8 +40,8 @@
<!ENTITY allowScripts.label "Allow scripts to:">
<!ENTITY moveResizeWindows.label "Move or resize existing windows">
<!ENTITY moveResizeWindows.accesskey "M">
<!ENTITY moveResizePopupWindows.label "Move or resize popup windows">
<!ENTITY moveResizePopupWindows.accesskey "M">
<!ENTITY raiseLowerWindows.label "Raise or lower windows">
<!ENTITY raiseLowerWindows.accesskey "R">
<!ENTITY disableContextMenus.label "Disable or replace context menus">

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

@ -332,30 +332,6 @@ html[dir=rtl] .undo .close {
opacity: 1.0;
}
/* InfoItems
----------------------------------*/
.info-item {
cursor: move;
border: 1px solid rgba(230,230,230,1);
background-color: rgba(248,248,248,1);
border-radius: 0.4em;
box-shadow:
inset rgba(255, 255, 255, 0.6) 0 0 0 2px,
rgba(0,0,0, .2) 1px 1px 3px;
}
html[dir=rtl] .info-item {
box-shadow:
inset rgba(255, 255, 255, 0.6) 0 0 0 2px,
rgba(0,0,0, .2) -1px 1px 3px;
}
.intro {
margin: 10px;
}
/* Trenches
----------------------------------*/

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

@ -324,29 +324,6 @@ html[dir=rtl] .undo .close {
opacity: 1.0;
}
/* InfoItems
----------------------------------*/
.info-item {
cursor: move;
border: 1px solid rgba(230,230,230,1);
background-color: rgba(248,248,248,1);
border-radius: 0.4em;
box-shadow:
inset rgba(255, 255, 255, 0.6) 0 0 0 2px,
rgba(0,0,0, .2) 1px 1px 3px;
}
html[dir=rtl] .info-item {
box-shadow:
inset rgba(255, 255, 255, 0.6) 0 0 0 2px,
rgba(0,0,0, .2) -1px 1px 3px;
}
.intro {
margin: 10px;
}
/* Trenches
----------------------------------*/

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

@ -347,29 +347,6 @@ html[dir=rtl] .undo .close {
opacity: 1.0;
}
/* InfoItems
----------------------------------*/
.info-item {
cursor: move;
border: 1px solid rgba(230,230,230,1);
background-color: rgba(248,248,248,1);
border-radius: 0.4em;
box-shadow:
inset rgba(255, 255, 255, 0.6) 0 0 0 2px,
rgba(0,0,0, .2) 1px 1px 3px;
}
.info-item {
box-shadow:
inset rgba(255, 255, 255, 0.6) 0 0 0 2px,
rgba(0,0,0, .2) -1px 1px 3px;
}
.intro {
margin: 10px;
}
/* Trenches
----------------------------------*/