Skip to content
Snippets Groups Projects
Commit c50f8eef authored by Ghislain Loas's avatar Ghislain Loas
Browse files

fix mobile/global.css using depends rule from jquery mobile

parent 91f07486
Branches
Tags
2 merge requests!948Dev #25821 skin mobile,!942Dev #25821 skin mobile
......@@ -344,7 +344,7 @@ div.bk-widget div.b-counter {
@media only screen and (max-width : 320px) {
.boite {
width: 50%;
height: 105px;
height: 115px;
float: left;
text-align: center;
}
......@@ -353,35 +353,35 @@ div.bk-widget div.b-counter {
display: none;
}
.titre h1{
.titre{
margin: 0;
display: block;
background-repeat: no-repeat;
background-position: center top;
padding: 64px 0 0 0;
padding: 65px 0 0 0;
}
.news .titre h1 {
.news .titre {
background-image: url(../images/Iconemobiles/news64.png);
}
.critiques .titre h1 {
.critiques .titre {
background-image: url(../images/Iconemobiles/critiques64.png);
}
.bib_numerique .titre h1 {
.bib_numerique .titre {
background-image: url(../images/Iconemobiles/bibnum64.png);
}
.calendar .titre h1 {
.calendar .titre {
background-image: url(../images/Iconemobiles/date64.png);
}
.kiosque .titre h1 {
.kiosque .titre {
background-image: url(../images/Iconemobiles/kiosque64.png);
}
.titre h1 {
.titre {
font: 0.9em Helvetica,Arial;
}
......@@ -396,11 +396,11 @@ div.bk-widget div.b-counter {
display: block;
}
.show-maximizer .titre h1 {
.show-maximizer .titre {
float:none;
}
.one-block-visible .show-maximized .titre h1{
.one-block-visible .show-maximized .titre{
opacity: 1;
}
......@@ -411,7 +411,7 @@ div.bk-widget div.b-counter {
left: 0;
}
.one-block-visible div.img-titre .titre h1 {
.one-block-visible div.img-titre .titre {
display: none;
}
......@@ -422,27 +422,27 @@ div.bk-widget div.b-counter {
margin: 2px;
}
.one-block-visible .titre h1 {
.one-block-visible .titre {
margin: 0;
opacity: 0.2;
height: 32px;
}
.one-block-visible .news .titre h1 {
.one-block-visible .news .titre {
background-image: url(../images/Iconemobiles/news32.png);
}
.one-block-visible .critiques .titre h1 {
.one-block-visible .critiques .titre {
background-image: url(../images/Iconemobiles/critiques32.png);
}
.one-block-visible .bib_numerique .titre h1 {
.one-block-visible .bib_numerique .titre {
background-image: url(../images/Iconemobiles/bibnum32.png);
}
.one-block-visible .kiosque .titre h1 {
.one-block-visible .kiosque .titre {
background-image: url(../images/Iconemobiles/kiosque32.png);
}
.one-block-visible .calendar .titre h1 {
.one-block-visible .calendar .titre {
background-image: url(../images/Iconemobiles/date32.png);
}
......
  • Ghislain Loas @gloas

    mentioned in commit ff5163

    ·

    mentioned in commit ff5163

    Toggle commit list
  • Ghislain Loas @gloas

    mentioned in commit ff5163

    ·

    mentioned in commit ff5163

    Toggle commit list
  • Laurent @llaffont

    mentioned in commit ff5163

    ·

    mentioned in commit ff5163

    Toggle commit list
  • Laurent @llaffont

    mentioned in commit ff5163

    ·

    mentioned in commit ff5163

    Toggle commit list
  • Patrick Barroca :grin: @pbarroca

    mentioned in commit ff5163

    ·

    mentioned in commit ff5163

    Toggle commit list
  • Laurent @llaffont

    mentioned in commit ff5163

    ·

    mentioned in commit ff5163

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment