// #PSCFV-3980 : Theme mobile : Add images

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17277 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-09-11 10:26:16 +00:00
parent dc8164b1d8
commit 2ed9af044e
4 changed files with 12 additions and 10 deletions
+6 -4
View File
@@ -610,17 +610,19 @@ h2.site_map {
}
#availability_statut #availability_value {
background-color:#9B0000;
background-color:green;
color:#ffffff;
text-shadow:none;
padding:0 10px;
text-transform: uppercase;
font-size:10pt;
font-weight: bold;
display:inline;
}
.content_prices {
margin:
}
#availability_statut #availability_value.warning_inline {
background-color:#9B0000;
}
.content_prices .online_only {
font-weight: bold;
font-size: 10pt;
+5 -5
View File
@@ -5,11 +5,11 @@ cobblers, shoes,
*/
body { background: #dddddd; }
.ui-mobile .type-home .ui-content { margin: 0; background: #e5e5e5 url(../images/jqm-sitebg.png) top center repeat-x; }
.ui-mobile .type-home .ui-content { margin: 0; background:#e5e5e5; }
.ui-mobile #jqm-homeheader { padding: 40px 10px 0; text-align: center; margin: 0 auto; }
.ui-mobile #jqm-homeheader h1 { margin: 0 0 ; }
.ui-mobile #jqm-homeheader p { margin: .3em 0 0; line-height: 1.3; font-size: .9em; font-weight: bold; color: #666; }
.ui-mobile #jqm-version { text-indent: -99999px; background: url(../images/version.png) top right no-repeat; width: 119px; height: 122px; overflow: hidden; position: absolute; z-index: 50; top: -11px; right: 0; }
.ui-mobile #jqm-version { text-indent: -99999px;width: 119px; height: 122px; overflow: hidden; position: absolute; z-index: 50; top: -11px; right: 0; }
.ui-mobile .jqm-themeswitcher { margin: 10px 25px 10px 10px; }
h2 { margin:1.2em 0 .4em 0; }
@@ -134,10 +134,10 @@ dd h4 { margin:15px 0 0 0; }
}
.ui-bar-f,
.ui-bar-f .ui-link-inherit {
color: #fff;
color:#fff;
}
.ui-bar-f .ui-link {
color: #fff;
color:#fff;
font-weight: bold;
}
@@ -168,7 +168,7 @@ dd h4 { margin:15px 0 0 0; }
.type-home .ui-content,
.type-interior .ui-content {
padding: 0;
background: url(../images/px-ccc.gif) 50% 0 repeat-y;
background: url(../img/px-ccc.gif) 50% 0 repeat-y;
}
.type-interior .ui-content {
background-position: 45%;
Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

+1 -1
View File
@@ -34,7 +34,7 @@
{if $has_customer_an_address}
<li>
<a href="{$link->getPageLink('address', true)}" title="{l s='Add my first address'}" data-ajax="false">
<img src="{$img_dir}icon/addrbook.png" alt="{l s='Add my first address'}" class="icon" />
<img src="{$img_mobile_dir}icon/addrbook.png" alt="{l s='Addresses'}" class="ui-li-icon ui-li-thumb" />
{l s='Add my first address'}
</a>
</li>