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