settings dialog refinements: now you can resize it
This commit is contained in:
parent
3f405b3484
commit
ce9f9eec25
@ -819,10 +819,14 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#options_div {
|
#options_div {
|
||||||
width: 600px;
|
width: 620px;
|
||||||
height: 320px;
|
height: 400px;
|
||||||
|
resize: both;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#alert_div {
|
#alert_div {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
@ -853,7 +857,7 @@ pre {
|
|||||||
#options_tablist {
|
#options_tablist {
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 70px;
|
width: 90px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -882,11 +886,12 @@ pre {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
bottom: 0px;
|
bottom: 10px;
|
||||||
left: 81px;
|
left: 101px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options_tab h2 {
|
.options_tab h2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user