Skip to content

Commit

Permalink
[front: editLogs] adaptations style sur fiche
Browse files Browse the repository at this point in the history
  • Loading branch information
t8g committed Sep 8, 2017
1 parent 3e68f44 commit 3b788ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.md-input-wrapper {
width: 400px;
}
}
7 changes: 7 additions & 0 deletions client/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,17 @@ md-dialog-container .md-input-underline .md-input-ripple {
isari-editor .input .md-input-wrapper { width: 400px; }
isari-editor .input-date .md-input-wrapper { width: 250px; }
isari-editor .input-select .md-input-wrapper { width: 400px; }
isari-log-table .input-select .md-input-wrapper { width: auto; }
md-dialog-container .input-select .md-input-wrapper { width: 400px; }
isari-editor .input-textarea .md-input-wrapper { width: 600px; }
isari-editor .input-textarea .md-input-wrapper textarea { min-height: 100px; }

isari-editor isari-log-table md-card {
border: none;
box-shadow: none;
padding: 0;
}

md-dialog-container {
font-family: Roboto, "Helvetica Neue", sans-serif;
}
Expand Down

0 comments on commit 3b788ea

Please sign in to comment.