svn path=/trunk/aspeditor/; revision=49626
This commit is contained in:
Blagovest Dachev 2005-09-07 10:30:17 +00:00
Родитель 8e2830769c
Коммит f61a848e7a
1 изменённых файлов: 21 добавлений и 15 удалений

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

@ -30,18 +30,18 @@
@import url(chrome://communicator/skin/smileys.css); @import url(chrome://communicator/skin/smileys.css);
a[name] { a[name] {
min-height: 17px; margin-left: 2px; margin-top: 2px; min-height : 17px; margin-left: 2px; margin-top: 2px;
padding-left: 20px; padding-left : 20px;
background-image: url(chrome://editor/content/images/tag-anchor.gif); background-image : url(chrome://editor/content/images/tag-anchor.gif);
background-repeat: no-repeat; background-repeat : no-repeat;
background-position: top left; background-position : top left;
} }
/* Force border display for empty cells /* Force border display for empty cells
and tables with 0 border and tables with 0 border
*/ */
table { table {
empty-cells: show; empty-cells : show;
} }
/* give a red dotted border to tables and cells with no border /* give a red dotted border to tables and cells with no border
@ -57,24 +57,30 @@ table {
/* next two selectors on line below for the case where tbody is omitted */ /* next two selectors on line below for the case where tbody is omitted */
table:not([border]) > tr > td, table:not([border]) > tr > th, table:not([border]) > tr > td, table:not([border]) > tr > th,
table:not([border]) > thead > tr > td, table:not([border]) > tbody > tr > td, table:not([border]) > tfoot > tr > td, table:not([border]) > thead > tr > td, table:not([border]) > tbody > tr > td, table:not([border]) > tfoot > tr > td,
table:not([border]) > thead > tr > th, table:not([border]) > tbody > tr > th, table:not([border]) > tfoot > tr > th table:not([border]) > thead > tr > th, table:not([border]) > tbody > tr > th, table:not([border]) > tfoot > tr > th {
{ border : 1px dotted red;
border: 1px dotted red;
} }
/* give a green dashed border to forms otherwise they are invisible /* give a green dashed border to forms otherwise they are invisible
*/ */
form form {
{ border : 2px dashed green;
border: 2px dashed green;
} }
/* give a green dotted border to labels otherwise they are invisible /* give a green dotted border to labels otherwise they are invisible
*/ */
label label {
{ border : 1px dotted green;
border: 1px dotted green;
} }
img { img {
-moz-force-broken-image-icon: 1; -moz-force-broken-image-icon: 1;
}
/* give a green dotted border to labels otherwise they are invisible
*/
aspcontrol {
border : 1px solid #ff0000;
display : -moz-inline-box;
vertical-align : text-bottom;
z-index : 1;
position : relative;
} }