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 удалений

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

@ -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;
}