forked from extern/egroupware
iframe -
border: none
This commit is contained in:
parent
bf53fbc7ba
commit
45a9fd838c
@ -201,6 +201,7 @@
|
|||||||
}
|
}
|
||||||
span.et2_file_span {
|
span.et2_file_span {
|
||||||
background-image: url(../images/upload.png);
|
background-image: url(../images/upload.png);
|
||||||
|
width: 145px;
|
||||||
}
|
}
|
||||||
div.et2_file input.et2_file_upload {
|
div.et2_file input.et2_file_upload {
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
@ -265,8 +266,10 @@
|
|||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
margin-left: 60px;
|
||||||
/*margin-top: 1em;*/
|
/*margin-top: 1em;*/
|
||||||
/*padding-top: 0.2em;*/
|
/*padding-top: 0.2em;*/
|
||||||
|
/*width: auto;*/
|
||||||
}
|
}
|
||||||
.et2_link_to .et2_file span {
|
.et2_link_to .et2_file span {
|
||||||
background-image: url("../images/upload.png");
|
background-image: url("../images/upload.png");
|
||||||
@ -2184,6 +2187,9 @@ table {
|
|||||||
/* IE 10+ */
|
/* IE 10+ */
|
||||||
color: #696969;
|
color: #696969;
|
||||||
}
|
}
|
||||||
|
iframe {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
/* #######################################################################################
|
/* #######################################################################################
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
@ -45,9 +45,11 @@
|
|||||||
footer, header, hgroup, menu, nav, section {
|
footer, header, hgroup, menu, nav, section {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol, ul {
|
ol, ul {
|
||||||
/*list-style: none;*/
|
/*list-style: none;*/
|
||||||
}
|
}
|
||||||
@ -80,6 +82,8 @@
|
|||||||
color: @gray_60;
|
color: @gray_60;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe{border: none;}
|
||||||
|
|
||||||
|
|
||||||
/* #######################################################################################
|
/* #######################################################################################
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user