diff options
Diffstat (limited to 'source/default.css')
-rw-r--r-- | source/default.css | 44 |
1 files changed, 24 insertions, 20 deletions
diff --git a/source/default.css b/source/default.css index 1076e58654..dce078cb3a 100644 --- a/source/default.css +++ b/source/default.css @@ -127,38 +127,42 @@ h4, h5, h6 position: fixed; bottom: 5px; right: 5px; +left:30%; +top:10%; overflow:auto; -width: 69%; -height: 90%; border:solid 1px; +padding:10px; } - #BottomLeft { position: fixed; bottom: 5px; left: 5px; overflow:auto; -width: 30%; -height: 90%; -border:solid 1px; +right: 70%; +top: 10%; +border-top:solid 1px; +border-left:solid 1px; +border-bottom:solid 1px; +padding:10px; } - #TopRight { -width: 69%; -height: 9%; -position: fixed; -top: 5px; -right: 5px; -border:solid 1px; + border-top:solid 1px; + border-left:solid 1px; + border-right:solid 1px; + position: fixed; + right: 5px; + top: 5px; + left: 30%; + bottom:90%; } - #TopLeft { -width: 30%; -height: 9%; -position: fixed; -top: 5px; -left: 5px; -border:solid 1px; + border-top:solid 1px; + border-left:solid 1px; + left: 5px; + position: fixed; + top: 5px; + right: 70%; + bottom:90%; } #mediadiv { |