~ubuntu-branches/ubuntu/vivid/phabricator/vivid-proposed

« back to all changes in this revision

Viewing changes to phabricator/webroot/rsrc/css/core/z-index.css

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-01-29 00:15:58 UTC
  • mfrom: (0.16.1) (0.15.1) (0.12.2) (2.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20150129001558-na84707j70qqla7z
Tags: 0~git20150129-1
* New snapshot release
* restricted access to local config file (closes: #775479)
* moved local config file to /var/lib/phabricator (closes: #775478)
* switched mysql-server dependency to recommends (closes: #773536)
* use /run instead of /var/run (closes: #775803)
* prevent package reinstall from overwritting local changes (closes: #776288)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  z-index: 3;
39
39
}
40
40
 
41
 
.phabricator-crumbs-view {
 
41
.phui-crumbs-view {
42
42
  z-index: 3;
43
43
}
44
44
 
97
97
  z-index: 9;
98
98
}
99
99
 
 
100
.jx-scrollbar-bar {
 
101
  z-index: 9;
 
102
}
 
103
 
100
104
.jx-mask {
101
105
  z-index: 10;
102
106
}