~laney/ubuntu/vivid/0ad/test

« back to all changes in this revision

Viewing changes to source/tools/jsdebugger/js/lib/jquery.easyui/themes/gray/menu.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
.menu {
 
2
  position: absolute;
 
3
  margin: 0;
 
4
  padding: 2px;
 
5
  border-width: 1px;
 
6
  border-style: solid;
 
7
  overflow: hidden;
 
8
}
 
9
.menu-item {
 
10
  position: relative;
 
11
  margin: 0;
 
12
  padding: 0;
 
13
  overflow: hidden;
 
14
  white-space: nowrap;
 
15
  cursor: pointer;
 
16
  border-width: 1px;
 
17
  border-style: solid;
 
18
}
 
19
.menu-text {
 
20
  height: 20px;
 
21
  line-height: 20px;
 
22
  float: left;
 
23
  padding-left: 28px;
 
24
}
 
25
.menu-icon {
 
26
  position: absolute;
 
27
  width: 16px;
 
28
  height: 16px;
 
29
  left: 2px;
 
30
  top: 50%;
 
31
  margin-top: -8px;
 
32
}
 
33
.menu-rightarrow {
 
34
  position: absolute;
 
35
  width: 16px;
 
36
  height: 16px;
 
37
  right: 0;
 
38
  top: 50%;
 
39
  margin-top: -8px;
 
40
}
 
41
.menu-line {
 
42
  position: absolute;
 
43
  left: 26px;
 
44
  top: 0;
 
45
  height: 2000px;
 
46
  font-size: 1px;
 
47
}
 
48
.menu-sep {
 
49
  margin: 3px 0px 3px 25px;
 
50
  font-size: 1px;
 
51
}
 
52
.menu-active {
 
53
  -moz-border-radius: 5px 5px 5px 5px;
 
54
  -webkit-border-radius: 5px 5px 5px 5px;
 
55
  border-radius: 5px 5px 5px 5px;
 
56
}
 
57
.menu-item-disabled {
 
58
  opacity: 0.5;
 
59
  filter: alpha(opacity=50);
 
60
  cursor: default;
 
61
}
 
62
.menu-text,
 
63
.menu-text span {
 
64
  font-size: 12px;
 
65
}
 
66
.menu-shadow {
 
67
  position: absolute;
 
68
  -moz-border-radius: 5px 5px 5px 5px;
 
69
  -webkit-border-radius: 5px 5px 5px 5px;
 
70
  border-radius: 5px 5px 5px 5px;
 
71
  background: #ccc;
 
72
  -moz-box-shadow: 2px 2px 3px #cccccc;
 
73
  -webkit-box-shadow: 2px 2px 3px #cccccc;
 
74
  box-shadow: 2px 2px 3px #cccccc;
 
75
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
 
76
}
 
77
.menu-rightarrow {
 
78
  background: url('images/menu_arrows.png') no-repeat -32px center;
 
79
}
 
80
.menu-line {
 
81
  border-left: 1px solid #ccc;
 
82
  border-right: 1px solid #fff;
 
83
}
 
84
.menu-sep {
 
85
  border-top: 1px solid #ccc;
 
86
  border-bottom: 1px solid #fff;
 
87
}
 
88
.menu {
 
89
  background-color: #f3f3f3;
 
90
  border-color: #D3D3D3;
 
91
  color: #444;
 
92
}
 
93
.menu-content {
 
94
  background: #ffffff;
 
95
}
 
96
.menu-item {
 
97
  border-color: transparent;
 
98
  _border-color: #f3f3f3;
 
99
}
 
100
.menu-active {
 
101
  border-color: #ccc;
 
102
  color: #000000;
 
103
  background: #e2e2e2;
 
104
}
 
105
.menu-active-disabled {
 
106
  border-color: transparent;
 
107
  background: transparent;
 
108
  color: #444;
 
109
}