Merge pull request #362 from tojonmz/larger-job-details

Bug 1124266 - Allow a larger max size for job details panel
This commit is contained in:
William Lachance 2015-02-10 13:11:27 -05:00
Родитель e6da317fbc d73f127a57
Коммит a15fb3061e
1 изменённых файлов: 14 добавлений и 13 удалений

Просмотреть файл

@ -551,7 +551,7 @@ div#bottom-panel {
font-size: 12px;
height: 35%;
max-height: 35%;
max-height: 75%;
flex: none;
-webkit-flex: none;
@ -836,36 +836,37 @@ ul.failure-summary-list li .btn-xs {
}
#pinned-job-list{
position: relative;
flex: auto;
-webkit-flex: auto;
padding: 5px;
margin: 7px 7px 10px;
}
#pinned-job-list .content{
position: absolute;
width: 100%;
height: 100%;
padding: 2px;
margin: 2px;
background-color: #FFFFFF;
min-height: 80px;
max-height: 120px;
overflow: auto;
background-color: #FFFFFF;
}
#pinboard-related-bugs{
width: 215px;
padding: 5px;
position: relative;
width: 200px;
flex: none;
-webkit-flex: none;
min-width: 215px;
margin: 7px 7px 10px;
}
#pinboard-related-bugs .content {
position: absolute;
height: 100%;
width: 200px;
padding: 2px;
margin: 2px;
background-color: #FFFFFF;
min-height: 80px;
max-height: 120px;
overflow-x: hidden;
color: black;
background-color: #FFFFFF;
}
#pinboard-related-bugs a {