~laney/ubuntu/vivid/0ad/test

« back to all changes in this revision

Viewing changes to source/tools/jsdebugger/js/lib/jquery.easyui/themes/default/window.css

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-05-17 16:30:39 UTC
  • mfrom: (5.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140517163039-whlz3xf64hbmi8x1
Tags: 0.0.16-1
* New upstream release.
  - Drop debian/patches/fix-kfreebsd-ftbfs.patch; applied upstream.
* Avoid repacking tarball by including missing jquery sources in Debian diff,
  see debian/missing-sources/jquery-1.8.{0,3}.js. Alternative way of fixing
  #735349.
  - Update debian/copyright to include missing license entries for the
    various javascript libraries contained in the source tarball.
  - Revert changes made to debian/control in 0ad/0.0.15+dfsg-3, i.e.:
    revert: debian/control: Hardcode versions of 0ad-data{,-common} to
            depend on to workaround the fact that 0.0.15+dfsg is strictly
            greater than 0.0.15.
* Build-dep on libgloox-dev (>= 1.0.9) to ensure that 0ad is built with
  newer enough gloox to avoid lobby connectivity issues.
* Add new build-deps: libicu-dev, libmozjs-24-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.window {
 
2
  overflow: hidden;
 
3
  padding: 5px;
 
4
  border-width: 1px;
 
5
  border-style: solid;
 
6
}
 
7
.window .window-header {
 
8
  background: transparent;
 
9
  padding: 0px 0px 6px 0px;
 
10
}
 
11
.window .window-body {
 
12
  border-width: 1px;
 
13
  border-style: solid;
 
14
  border-top-width: 0px;
 
15
}
 
16
.window .window-body-noheader {
 
17
  border-top-width: 1px;
 
18
}
 
19
.window .window-header .panel-icon,
 
20
.window .window-header .panel-tool {
 
21
  top: 50%;
 
22
  margin-top: -11px;
 
23
}
 
24
.window .window-header .panel-icon {
 
25
  left: 1px;
 
26
}
 
27
.window .window-header .panel-tool {
 
28
  right: 1px;
 
29
}
 
30
.window .window-header .panel-with-icon {
 
31
  padding-left: 18px;
 
32
}
 
33
.window-proxy {
 
34
  position: absolute;
 
35
  overflow: hidden;
 
36
}
 
37
.window-proxy-mask {
 
38
  position: absolute;
 
39
  filter: alpha(opacity=5);
 
40
  opacity: 0.05;
 
41
}
 
42
.window-mask {
 
43
  position: absolute;
 
44
  left: 0;
 
45
  top: 0;
 
46
  width: 100%;
 
47
  height: 100%;
 
48
  filter: alpha(opacity=40);
 
49
  opacity: 0.40;
 
50
  font-size: 1px;
 
51
  *zoom: 1;
 
52
  overflow: hidden;
 
53
}
 
54
.window,
 
55
.window-shadow {
 
56
  position: absolute;
 
57
  -moz-border-radius: 5px 5px 5px 5px;
 
58
  -webkit-border-radius: 5px 5px 5px 5px;
 
59
  border-radius: 5px 5px 5px 5px;
 
60
}
 
61
.window-shadow {
 
62
  background: #ccc;
 
63
  -moz-box-shadow: 2px 2px 3px #cccccc;
 
64
  -webkit-box-shadow: 2px 2px 3px #cccccc;
 
65
  box-shadow: 2px 2px 3px #cccccc;
 
66
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
 
67
}
 
68
.window,
 
69
.window .window-body {
 
70
  border-color: #95B8E7;
 
71
}
 
72
.window {
 
73
  background-color: #E0ECFF;
 
74
  background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
 
75
  background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
 
76
  background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 20%);
 
77
  background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 20%);
 
78
  background-repeat: repeat-x;
 
79
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
 
80
}
 
81
.window-proxy {
 
82
  border: 1px dashed #95B8E7;
 
83
}
 
84
.window-proxy-mask,
 
85
.window-mask {
 
86
  background: #ccc;
 
87
}