| Index: ui/file_manager/file_manager/foreground/css/file_manager.css | 
| diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css | 
| index 2558289ae451b7b1cc98e971a557a56e27a6250d..8b51f4c5f22ef357eb98d0d87e40a6f0f4be3294 100644 | 
| --- a/ui/file_manager/file_manager/foreground/css/file_manager.css | 
| +++ b/ui/file_manager/file_manager/foreground/css/file_manager.css | 
| @@ -422,10 +422,10 @@ body.check-select #gear-button { | 
| border-radius: 2px; | 
| line-height: 1.5em; | 
| position: absolute; | 
| -  right: 75px;  /* Positioned in relation to the cloud-import toolbar button */ | 
| +  right: 13px;  /* Positioned in relation to the cloud-import toolbar button */ | 
| top: 38px;  /* Positioned just overlapping the top of the toolbar */ | 
| transition: all 0.2s ease; | 
| -  width: 250px; | 
| +  width: 270px; | 
| z-index: 5; | 
| } | 
|  | 
|  |