Dialog height reduced & remove js minify maps
Provide better support for lower resolution devices (buttons became hidden in tall dialogs). Remove references to JavaScript minification source maps which aren't deployed and caused confusion.
This commit is contained in:
@@ -546,7 +546,7 @@ div.logEventsViewport {
|
||||
}
|
||||
|
||||
.sessionInfoMessages {
|
||||
height: 440px;
|
||||
height: 374px;
|
||||
border: 1px solid #bbb;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
@@ -649,7 +649,7 @@ div.logEventsViewport {
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
padding: 2px;
|
||||
height: 430px;
|
||||
height: 364px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1561,7 +1561,7 @@ div.logEventsViewport {
|
||||
|
||||
div.icons {
|
||||
text-align: center;
|
||||
font-size: 34px;
|
||||
font-size: 30px;
|
||||
background-color: @white;
|
||||
border: 1px solid @BackgroundColour;
|
||||
margin: 6px 0 14px 0;
|
||||
@@ -1570,7 +1570,7 @@ div.logEventsViewport {
|
||||
width: 1.2857142857142858em;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
padding: 6px 0px;
|
||||
padding: 4px 0px;
|
||||
color: @HeaderBackgroundColour;
|
||||
opacity: .6;
|
||||
|
||||
@@ -1709,7 +1709,7 @@ div.logEventsViewport {
|
||||
|
||||
div.icons {
|
||||
text-align: center;
|
||||
font-size: 34px;
|
||||
font-size: 30px;
|
||||
background-color: @white;
|
||||
border: 1px solid @BackgroundColour;
|
||||
margin: 6px 0 14px 0;
|
||||
@@ -1718,7 +1718,7 @@ div.logEventsViewport {
|
||||
width: 1.2857142857142858em;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
padding: 6px 0px;
|
||||
padding: 4px 0px;
|
||||
color: @HeaderBackgroundColour;
|
||||
opacity: .6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user