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

View File

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