Stylesheet for aspcontrols
svn path=/trunk/aspeditor/; revision=49626
This commit is contained in:
Родитель
8e2830769c
Коммит
f61a848e7a
|
@ -30,18 +30,18 @@
|
|||
@import url(chrome://communicator/skin/smileys.css);
|
||||
|
||||
a[name] {
|
||||
min-height: 17px; margin-left: 2px; margin-top: 2px;
|
||||
padding-left: 20px;
|
||||
background-image: url(chrome://editor/content/images/tag-anchor.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
min-height : 17px; margin-left: 2px; margin-top: 2px;
|
||||
padding-left : 20px;
|
||||
background-image : url(chrome://editor/content/images/tag-anchor.gif);
|
||||
background-repeat : no-repeat;
|
||||
background-position : top left;
|
||||
}
|
||||
|
||||
/* Force border display for empty cells
|
||||
and tables with 0 border
|
||||
*/
|
||||
table {
|
||||
empty-cells: show;
|
||||
empty-cells : show;
|
||||
}
|
||||
|
||||
/* 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 */
|
||||
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 > th, table:not([border]) > tbody > tr > th, table:not([border]) > tfoot > tr > th
|
||||
{
|
||||
border: 1px dotted red;
|
||||
table:not([border]) > thead > tr > th, table:not([border]) > tbody > tr > th, table:not([border]) > tfoot > tr > th {
|
||||
border : 1px dotted red;
|
||||
}
|
||||
|
||||
/* give a green dashed border to forms otherwise they are invisible
|
||||
*/
|
||||
form
|
||||
{
|
||||
border: 2px dashed green;
|
||||
form {
|
||||
border : 2px dashed green;
|
||||
}
|
||||
/* give a green dotted border to labels otherwise they are invisible
|
||||
*/
|
||||
label
|
||||
{
|
||||
border: 1px dotted green;
|
||||
label {
|
||||
border : 1px dotted green;
|
||||
}
|
||||
|
||||
img {
|
||||
-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;
|
||||
}
|
Загрузка…
Ссылка в новой задаче