File: common.css

package info (click to toggle)
zeroc-ice 3.7.10-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 75,704 kB
  • sloc: cpp: 356,894; java: 226,081; cs: 98,312; javascript: 35,027; python: 28,716; objc: 27,050; php: 7,526; ruby: 7,190; yacc: 2,949; ansic: 2,469; xml: 1,589; lex: 1,241; makefile: 472; sh: 52
file content (27 lines) | stat: -rw-r--r-- 977 bytes parent folder | download | duplicates (5)
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;}