//fix bug IE7 > delete font-size:118px on fileuploader js, add gradiant images ie7 table
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11769 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -18,7 +18,7 @@ fieldset{background-color:#EBEDF4; border:1px solid #CCCED7;font-size:1.1em;marg
|
||||
.Bloc {background-color:#EBEDF4; border:1px solid #CCCED7;font-size:1.1em;margin:0;padding:1em}
|
||||
legend{background:#EBEDF4;border:1px solid #CCCED7;font-weight:700;margin:0;padding:.2em .5em;text-align:left}
|
||||
input[type="text"],input[type="password"],input[type="file"],textarea {border:1px solid #ccc;}
|
||||
select { border:1px solid #ccc; color: #666666; font-size: 12px; height: 22px;}
|
||||
select { border:1px solid #ccc; color: #666666; font-size: 12px;}
|
||||
select[disabled="disabled"], input[disabled="disabled"],textarea[disabled="disabled"] {border: 1px solid #CCCCCC;color: #AAAAAA}
|
||||
.header_module{background:url(header_module.png);padding-left: 0.5em;padding-top: 0.8em;height:20px;color: #812143;border:solid 1px #CCC;}
|
||||
.double_select select{width:300px;height:160px;}
|
||||
|
||||
@@ -1842,9 +1842,10 @@ div.progressBarImage
|
||||
#createImageDescription ul li{
|
||||
list-style-type: none;
|
||||
display: block;
|
||||
width: 50px;
|
||||
width: 90px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
margin-bottom:15px;
|
||||
}
|
||||
#menu .submenu_size .submenu { display: none; position:absolute}
|
||||
#menu .submenu_size:hover > .submenu { display: block; }
|
||||
|
||||
@@ -696,7 +696,7 @@ qq.UploadButton.prototype = {
|
||||
top: 0,
|
||||
fontFamily: 'Arial',
|
||||
// 4 persons reported this, the max values that worked for them were 243, 236, 236, 118
|
||||
fontSize: '118px',
|
||||
fontSize: '18px',
|
||||
margin: 0,
|
||||
padding: 0,
|
||||
cursor: 'pointer',
|
||||
|
||||
Reference in New Issue
Block a user