summaryrefslogtreecommitdiff
path: root/js/assets/icejs.css
blob: 5ed4dc729a5590abb4e4f7d5ffe11b18f6cd5e8b (plain)
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
28
29
30
31
32
/* **********************************************************************
//
// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// *********************************************************************/
.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;}