Skip to content

Commit

Permalink
#388: Chosen select have 100% width at flexigrid theme
Browse files Browse the repository at this point in the history
  • Loading branch information
scoumbourdis committed Jan 8, 2017
1 parent 24dd736 commit a178659
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/grocery_crud/themes/flexigrid/css/flexigrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,12 @@ table th
.flexigrid div.form-div input[type=text], .flexigrid div.form-div input[type=password]
{
font-size: 15px;
width: 500px;
height:20px;
border: 1px solid #AAA;
padding: 5px 5px 5px 5px;
background: #fafafa;
}
.flexigrid input.form-control {
width: 500px;
}
.flexigrid div.form-div textarea
{
Expand All @@ -331,7 +332,6 @@ table th
.flexigrid div.form-div textarea:focus, .flexigrid div.form-div input[type=text]:focus, .flexigrid div.form-div select:focus
{
border: 1px solid #444;
background: #fff;
}
div.form-div input.datepicker-input
{
Expand Down
1 change: 1 addition & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
v 1.5.8
- #382: Adding custom error message for set_rules()
- Two new lang strings for the multiple delete confirmation
- #388: Chosen select have 100% width at flexigrid theme
v 1.5.7
- #331: Have a configurable XSS clean option to prevent XSS attacks
- #370: A faster way to calculate the totals
Expand Down

0 comments on commit a178659

Please sign in to comment.