Skip to content

Commit

Permalink
Fix dock UI for BS5
Browse files Browse the repository at this point in the history
  • Loading branch information
nboisteault committed Sep 6, 2024
1 parent 54d5a7d commit 97ddfe4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 10 additions & 3 deletions lizmap/www/assets/css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,12 @@ button.btn-primary:hover > [class*=" icon-"] {
}
#mapmenu .nav-list > li > a {
width: 20px;
height: 20px;
padding: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
display: block;
box-sizing: content-box;
}
#mapmenu .nav-list > li > a:hover, #mapmenu .nav-list > li.active > a {
background-color:#F0F0F0;
Expand Down Expand Up @@ -777,7 +781,6 @@ CSS Sprite positions calculated via http://instantsprite.com/ using 20px images
overflow:auto;
background-color:#4A4A4A;
background-color:rgba(0,0,0,0.7);
padding:5px;
border-left: 1px solid #F0F0F0;
max-width:40%;
padding-bottom: 5px;
Expand Down Expand Up @@ -1935,6 +1938,10 @@ lizmap-print .flex {
flex-grow: 1;
}

#dock-content > div {
padding-left: 5px;
}

#docks-wrapper{
display: flex;
position: absolute;
Expand Down
1 change: 1 addition & 0 deletions lizmap/www/themes/default/css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
/* DOCKS (PANELS) */

.dock-title {
padding-top: 10px;
padding-bottom: 10px;
}

Expand Down

2 comments on commit 97ddfe4

@3liz-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest weekly run of end2end "playwright" tests failed with this latest commit on the branch release_3_6 😣

CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?

Visit https://github.com/3liz/lizmap-web-client/actions/runs/10765951187

@3liz-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest weekly run of end2end "playwright" tests failed with this latest commit on the branch master 😣

CC @nboisteault and @Gustry, please have a look to the logs. Maybe it's a false positive ?

Visit https://github.com/3liz/lizmap-web-client/actions/runs/10765951065

Please sign in to comment.