Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Release 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ftetaud committed Dec 21, 2018
1 parent fd0232d commit 3ab1285
Show file tree
Hide file tree
Showing 15 changed files with 524 additions and 286 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

root.AppSharedProps = {
"appName": "hornet-showroom-online",
"appVersion": "5.2.3",
"appVersion": "5.2.4",
"appDescription": "Application documentaire du Framework hornet",
"appAuthor": "MEAE - Ministère de l'Europe et des Affaires étrangères",
"welcomePageUrl": "\u002Faccueil"
Expand Down
2 changes: 1 addition & 1 deletion static/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</div>
</a></div>
</div>
<div class="one-sixth header-version">v5.2.3</div>
<div class="one-sixth header-version">v5.2.4</div>
</div>
</div>
</header>
Expand Down
63 changes: 63 additions & 0 deletions static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1642,3 +1642,66 @@ scrollbar du menu
max-width: 4em;
margin: 1em;
}


@media screen and ( max-width: 750px){
.logo-showroom {
width: 85%;
}

.toggler.is-active {
margin-left: 70%;
}

.menu-showroom .menu-content {
width: 85%;
}

.search-bar {
width: 85%;
}

ul.nav li.nav-item a.having-sub-nav span:after{
border-right: 0.15em solid white;
border-top: 0.15em solid white;
}

ul.nav li.sub-nav-item.masked a.having-sub-nav span:after{
border-right: 0.15em solid white;
border-top: 0.15em solid white;
}

ul.nav li.nav-item.masked a.having-sub-nav span:after{
border-right: 0.15em solid white;
border-top: 0.15em solid white;
}

.search-bar {
margin-top: 20%;
}

.menu-showroom .menu-content {
top: 9em;
}

.menu-showroom:not(.menuOpen) .menu-content{
width: 14%;
}

.menu-showroom:not(.menuOpen) .menu-content .having-sub-nav{
margin-left:0%;
}

.home-tule img{
width: 50%;
}

.hornet-js .home-tule, .hornet-js-lite .home-tule{
width: 5em;
margin: 0em;
}

#pageComposant .home-tule {
display: block;
}
}
5 changes: 5 additions & 0 deletions static/hornet-themes-intranet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# hornet-themes-intranet 5.2.4

- 07fe877 FIX - label tab long : la croix de suppression passe au dessus
- 34b04b9 FIX[ - [m70907]: problème instabilité hover tabs

# hornet-themes-intranet 5.2.2

- 51962ef FIX - correction style reset button textarea
Expand Down
2 changes: 1 addition & 1 deletion static/hornet-themes-intranet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ L'arborescence obtenue doit ressembler à ceci :
```
[DocumentRoot ou Alias]
/hornet
/5.1.X
/5.2.X
/theme_name
```

Expand Down
2 changes: 1 addition & 1 deletion static/hornet-themes-intranet/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
* hornet-themes-intranet - Thème Hornet.js
*
* @author MEAE - Ministère de l'Europe et des Affaires étrangères
* @version v5.2.3
* @version v5.2.4
* @link git+https://github.com/diplomatiegouvfr/hornet-themes-intranet.git
* @license CECILL-2.1
*/
Expand Down
2 changes: 1 addition & 1 deletion static/hornet-themes-intranet/css/theme-min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3ab1285

Please sign in to comment.