~ubuntu-branches/ubuntu/trusty/0ad/trusty-backports

« back to all changes in this revision

Viewing changes to source/tools/jsdebugger/js/lib/jquery.easyui/themes/gray/dialog.css

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-02-18 23:21:11 UTC
  • mfrom: (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20140218232111-9x3ag0s782wd9w62
* Repack tarball to remove minified javascript files without source in
  source/tools/jsdebugger/. (Closes: #735349)
  - 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.
* Update debian/copyright to include text of IBM Common Public License.
* Update email address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.dialog-content {
2
 
  overflow: auto;
3
 
}
4
 
.dialog-toolbar {
5
 
  padding: 2px 5px;
6
 
}
7
 
.dialog-tool-separator {
8
 
  float: left;
9
 
  height: 24px;
10
 
  border-left: 1px solid #ccc;
11
 
  border-right: 1px solid #fff;
12
 
  margin: 2px 1px;
13
 
}
14
 
.dialog-button {
15
 
  padding: 5px;
16
 
  text-align: right;
17
 
}
18
 
.dialog-button .l-btn {
19
 
  margin-left: 5px;
20
 
}
21
 
.dialog-toolbar,
22
 
.dialog-button {
23
 
  background: #fafafa;
24
 
}
25
 
.dialog-toolbar {
26
 
  border-bottom: 1px solid #ddd;
27
 
}
28
 
.dialog-button {
29
 
  border-top: 1px solid #ddd;
30
 
}