Fixed connection page. Page was overcrowded on systems with larger fonts.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
.search-input {
|
||||
padding: 4px 12px;
|
||||
margin: 3px;
|
||||
@@ -111,8 +110,8 @@
|
||||
|
||||
.contact-entry-wrapper {
|
||||
float: left;
|
||||
width: 120px;
|
||||
height: 150px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 10px;
|
||||
margin: 8px 10px 0 0;
|
||||
border-top: 1px solid #eee;
|
||||
@@ -137,9 +136,14 @@
|
||||
margin-left: 0px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
width: 120px;
|
||||
height: 36px;
|
||||
width: 147px;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.contact-entry-name-end {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.contact-entry-end {
|
||||
|
Reference in New Issue
Block a user