Skip to content

Commit

Permalink
bugfix reference numero css
Browse files Browse the repository at this point in the history
  • Loading branch information
rufener committed Mar 9, 2023
1 parent e644f0d commit 65c6cb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<style src="./referenceNumeros.css" scoped></style>
<style src="./referenceNumeros.css"></style>
<style lang="css">.md-menu-content { z-index: 9000 !important; }</style>
<template src="./referenceNumeros.html"></template>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
margin: auto;
}

.referenceNumeros .md-dialog-container {
min-width: 750px;
width: 750px;
}

.referenceNumeros .md-card .simple {
width: 100%;
display: inline-block;
vertical-align: top;
margin: 0px;
}

.referenceNumerosDialog .md-dialog-container {
min-width: 900px;
width: 900px;
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="referenceNumeros">

<md-dialog :md-active.sync="showReferenceDialog" md-confirm-text="Enregistrer" md-cancel-text="Annuler"
md-title="Référencer des numéros" :md-close-on-esc="true" :md-click-outside-to-close="true">
md-title="Référencer des numéros" :md-close-on-esc="true" :md-click-outside-to-close="true" class="referenceNumerosDialog">

<md-dialog-title>{{ dialogTitle }}</md-dialog-title>

Expand Down

0 comments on commit 65c6cb3

Please sign in to comment.