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:
@@ -2101,7 +2101,7 @@ input:-moz-placeholder {
|
||||
border-color: #333333;
|
||||
background: #fcfcfc;
|
||||
box-shadow: rgba(20, 20, 20, 0.7) 0px 0px 50px;
|
||||
top: 50px !important;
|
||||
top: 40px !important;
|
||||
animation-name: ui-dialog-show;
|
||||
-webkit-animation-name: ui-dialog-show;
|
||||
animation-duration: .2s;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -541,7 +541,7 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
|
||||
overflow: auto;
|
||||
}
|
||||
#dialogSession .sessionInfoContainer .sessionInfoMessages {
|
||||
height: 440px;
|
||||
height: 374px;
|
||||
border: 1px solid #bbb;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
@@ -621,7 +621,7 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
padding: 2px;
|
||||
height: 430px;
|
||||
height: 364px;
|
||||
}
|
||||
#Config_DocumentTemplates_Show > div.form > table > tbody > tr > th {
|
||||
width: 140px;
|
||||
@@ -1369,7 +1369,7 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
|
||||
}
|
||||
#Config_JobQueues_Icon_Update_Dialog div.icons {
|
||||
text-align: center;
|
||||
font-size: 34px;
|
||||
font-size: 30px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #d1d1d1;
|
||||
margin: 6px 0 14px 0;
|
||||
@@ -1378,7 +1378,7 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
|
||||
width: 1.2857142857142858em;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
padding: 6px 0px;
|
||||
padding: 4px 0px;
|
||||
color: #333333;
|
||||
opacity: .6;
|
||||
}
|
||||
@@ -1486,7 +1486,7 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
|
||||
}
|
||||
#Config_UserFlags_Icon_Update_Dialog div.icons {
|
||||
text-align: center;
|
||||
font-size: 34px;
|
||||
font-size: 30px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #d1d1d1;
|
||||
margin: 6px 0 14px 0;
|
||||
@@ -1495,7 +1495,7 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
|
||||
width: 1.2857142857142858em;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
padding: 6px 0px;
|
||||
padding: 4px 0px;
|
||||
color: #333333;
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -246,7 +246,7 @@ input:-moz-placeholder {
|
||||
border-color: #333333;
|
||||
background: #fcfcfc;
|
||||
box-shadow: rgba(20, 20, 20, 0.7) 0px 0px 50px;
|
||||
top: 50px !important;
|
||||
top: 40px !important;
|
||||
animation-name: ui-dialog-show;
|
||||
-webkit-animation-name: ui-dialog-show;
|
||||
animation-duration: .2s;
|
||||
|
||||
@@ -209,7 +209,7 @@ input:-moz-placeholder {
|
||||
border-color: @HeaderBackgroundColour;
|
||||
background: #fcfcfc;
|
||||
box-shadow: rgba(20,20,20,.7) 0px 0px 50px;
|
||||
top: 50px !important;
|
||||
top: 40px !important;
|
||||
animation-name: ui-dialog-show;
|
||||
-webkit-animation-name: ui-dialog-show;
|
||||
animation-duration: .2s;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user