Skip to content

Commit 73ba136

Browse files
author
lukasz blaszynski
committed
Console styles.
1 parent 607beba commit 73ba136

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Console/Styles/Console.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,25 @@ html {
5555
/* padding: 0px !important; */
5656
margin: 0 !important;
5757
padding: 3px 0 2px 3px !important;
58+
position: relative;
59+
}
60+
61+
#ScriptResult {
62+
position: absolute;
63+
top: 0px;
64+
left: 0px;
65+
height: 100%;
66+
width: 100%;
67+
overflow: scroll;
68+
}
69+
70+
#Content > tbody > tr > td {
71+
vertical-align:top;
72+
height: 100%;
73+
}
74+
75+
#ResultsSplitter + tr > td {
76+
height: 100%;
5877
}
5978

6079
#Result pre { margin: 4px 2px !important; }

0 commit comments

Comments
 (0)