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:
Gary Sharp
2014-09-08 14:51:51 +10:00
parent 57c2e062fc
commit c846fa053a
75 changed files with 87 additions and 310 deletions
+6 -6
View File
@@ -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;
}