-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #728 from rufener/bugfix
Bugfix
- Loading branch information
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 13 additions & 6 deletions
19
front/src/components/PreavisExternes/preavisExternesEditDecision.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,37 @@ | ||
.tg { | ||
#preavisEditDecision .tg { | ||
border-collapse: collapse; | ||
border-spacing: 10; | ||
width: 1350px; | ||
} | ||
|
||
.tg tr { | ||
#preavisEditDecision .tg tr { | ||
height: 45px; | ||
border-color: black; | ||
border-style: solid; | ||
border-width: 1px; | ||
} | ||
|
||
.tg td, .tg th { | ||
#preavisEditDecision .tg td, #preavisEditDecision .tg th { | ||
padding: 20px 10px 20px 10px; | ||
} | ||
|
||
.oldVersion { | ||
#preavisEditDecision .oldVersion { | ||
font-style: italic; | ||
color: gray; | ||
} | ||
|
||
.table_glossaire { | ||
#preavisEditDecision .table_glossaire { | ||
border-collapse: collapse; | ||
border: 1px solid black; | ||
} | ||
|
||
.table_glossaire tr { | ||
#preavisEditDecision .table_glossaire tr { | ||
border: 1px dashed black; | ||
} | ||
|
||
#preavisEditDecision .table_glossaire_add { | ||
width: 50px !important; | ||
} | ||
#preavisEditDecision .table_glossaire_text { | ||
width: 1400px !important; | ||
} |