Bug 694018 - Remove legacy info-item css r=tim

This commit is contained in:
Raymond Lee 2011-10-13 15:55:08 +08:00
Родитель 0ffe1c280b
Коммит a3cca0d858
5 изменённых файлов: 1 добавлений и 75 удалений

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

@ -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
----------------------------------*/

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

@ -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
----------------------------------*/