border: none
This commit is contained in:
Stefan Reinhardt 2014-05-22 12:58:52 +00:00
parent bf53fbc7ba
commit 45a9fd838c
2 changed files with 10 additions and 0 deletions

View File

@ -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;
}
/* #######################################################################################
*
*

View File

@ -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;}
/* #######################################################################################
*