mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	Paginate main UI connection list, improve pager styles, begin proper style separation.
This commit is contained in:
		| @@ -242,8 +242,14 @@ div#recent-connections, | ||||
| div#clipboardDiv, | ||||
| div#settings, | ||||
| div#all-connections { | ||||
|     margin: 0; | ||||
|     padding: 1em; | ||||
|     margin: 1em; | ||||
|     padding: 0; | ||||
| } | ||||
|  | ||||
| #all-connections-buttons { | ||||
|     text-align: center; | ||||
|     margin: 1em; | ||||
|     padding: 0; | ||||
| } | ||||
|  | ||||
| div#recent-connections { | ||||
| @@ -366,4 +372,4 @@ div#recent-connections .protocol { | ||||
|     margin: 1.5em; | ||||
|     margin-left: 2.5em; | ||||
|     font-size: 0.75em; | ||||
| } | ||||
| } | ||||
| @@ -388,16 +388,28 @@ div#logout-panel { | ||||
|     opacity: 0.25; | ||||
| } | ||||
|  | ||||
| .set-page { | ||||
|     text-decoration: underline; | ||||
| .set-page, | ||||
| .more-pages { | ||||
|     display: inline-block; | ||||
|     padding: 0.25em; | ||||
|     text-align: center; | ||||
|     min-width: 1.25em; | ||||
| } | ||||
|  | ||||
| .set-page { | ||||
|     text-decoration: underline; | ||||
| } | ||||
|  | ||||
| .set-page.current { | ||||
|     cursor: auto; | ||||
|     text-decoration: none; | ||||
|     font-weight: bold; | ||||
|     background: rgba(0, 0, 0, 0.1); | ||||
|     border: 1px solid rgba(0, 0, 0, 0.1); | ||||
|     -moz-border-radius: 0.2em; | ||||
|     -webkit-border-radius: 0.2em; | ||||
|     -khtml-border-radius: 0.2em; | ||||
|     border-radius: 0.2em; | ||||
| } | ||||
|  | ||||
| .icon.first-page { | ||||
| @@ -419,4 +431,5 @@ div#logout-panel { | ||||
| #user-list-buttons, | ||||
| #connection-list-buttons { | ||||
|     text-align: center; | ||||
|     margin: 1em; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user