forked from primefaces/primeng
-
Notifications
You must be signed in to change notification settings - Fork 0
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 primefaces#276 from atretyak1985/issue_#273
Change incident list CSV export to use backend only
- Loading branch information
Showing
5 changed files
with
105 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
.form-control{ | ||
height: 48px; | ||
border-color: #e4e3e2; | ||
} | ||
} | ||
|
||
#export-csv-modal .ui-dropdown.ui-widget { | ||
height: 20px; | ||
margin: 0 0 0 10px; | ||
width: auto; | ||
} | ||
|
||
#export-csv-modal .ui-dropdown.ui-widget .ui-inputtext { | ||
height: auto; | ||
width: auto; | ||
font-size: inherit; | ||
margin-top: auto; | ||
margin-bottom: auto; | ||
padding: 0; | ||
padding: 0 2.5em 0 0; | ||
} |
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
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
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
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