mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1138: Add more spacing within and surrounding the filter box.
This commit is contained in:
		| @@ -77,11 +77,17 @@ | ||||
|     background-image: url('images/arrows/up.png'); | ||||
| } | ||||
|  | ||||
| .manage .sessions .filter{ | ||||
| .manage .sessions .filter { | ||||
|     margin: 0.5em 0; | ||||
| } | ||||
|  | ||||
| .manage .sessions .filter-string { | ||||
|     background-image: url('images/magnifier.png'); | ||||
|     background-repeat: no-repeat; | ||||
|     background-size: 1.75em; | ||||
|     padding-left: 1.75em; | ||||
|     background-position: 0.25em center; | ||||
|     padding: 0.5em; | ||||
|     padding-left: 2.25em; | ||||
|     width: 100%; | ||||
|     max-width: none; | ||||
| } | ||||
|   | ||||
| @@ -36,8 +36,8 @@ THE SOFTWARE. | ||||
|             <button class="delete-sessions danger" ng-disabled="!canDeleteSessions()" ng-click="deleteSessions()">{{'MANAGE_SESSION.ACTION_DELETE' | translate}}</button> | ||||
|         </div> | ||||
|          | ||||
|         <div> | ||||
|             <input class="filter" placeholder="{{'MANAGE_SESSION.FIELD_PLACEHOLDER_FILTER' | translate}}" type="text" ng-model="filterSearchString"/> | ||||
|         <div class="filter"> | ||||
|             <input class="filter-string" placeholder="{{'MANAGE_SESSION.FIELD_PLACEHOLDER_FILTER' | translate}}" type="text" ng-model="filterSearchString"/> | ||||
|         </div> | ||||
|  | ||||
|         <!-- List of current user sessions --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user