1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
.noUiSlider{ margin-top:7px; }
#wss, #loop, #worker{ margin-top:10px;}
#progress .icon { margin-left:10px; margin-top: 5px; }
#progress .text { margin-left:25px; }
#output { height: 150px; }
.waiting * { cursor: wait !important; }
body { height:100%;}
#header {width:100%; position:fixed; top:0px; height: 100px; z-index: 10;}
#footer {width:100%; height:80px; position:fixed; bottom:0px; background:#333333; color:#ffffff; padding:25px 25px 25px 25px;}
#footer * {color:#858585;}
#footer .logo{ float:left;}
#footer .copyright{ float:right;}
#body {padding:10px; padding-top: 100px /* Height of the header */; padding-bottom:80px; /* Height of the footer */}
#console { height: 150px; }
#chat-form #output { height: 300px; }
#source-modal .tabs-content{ max-height:500px; overflow:hidden; }
#source-modal .content{ max-height:500px; overflow:auto; width:100%; }
.pricing-table .description { min-height: 100px;}
|