Skip to content

Commit

Permalink
Reposition resize drag handle to allow for a larger clickable area. Re:
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Jun 23, 2014
1 parent 676dc59 commit e8730f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/kibana/apps/dashboard/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ dashboard-grid {
margin: 0;
padding: 0;
}
.gridster .gs-resize-handle {
background-position: 50% 50% !important;
bottom: 0 !important;
right: 0 !important;
padding: 4px;
}
.gridster .preview-holder {
border: none!important;
background: #b4bcc2 !important;
Expand Down
7 changes: 7 additions & 0 deletions src/kibana/apps/dashboard/styles/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ dashboard-grid {
margin: 0;
padding: 0;

.gs-resize-handle {
background-position: 50% 50% !important;
bottom: 0 !important;
right: 0 !important;
padding: 4px;
}

.preview-holder {
border: none!important;
background: @gray-light!important;
Expand Down

0 comments on commit e8730f5

Please sign in to comment.