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

« back to all changes in this revision

Viewing changes to phabricator/webroot/rsrc/css/layout/phabricator-side-menu-view.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:
22
22
}
23
23
 
24
24
.device-desktop .phabricator-side-menu .phui-list-item-selected
25
 
 a.phui-list-item-href:hover {
 
25
  a.phui-list-item-href:hover {
26
26
  background-color: {$hoverselectedgrey};
27
27
}
28
28
 
43
43
  text-decoration: none;
44
44
  background-color: {$hovergrey};
45
45
}
 
46
 
 
47
.device-desktop .phabricator-icon-nav .phabricator-nav-column-background,
 
48
.device-desktop .phabricator-icon-nav .phabricator-nav-local {
 
49
  width: 40px;
 
50
}
 
51
 
 
52
.device-desktop .phabricator-icon-nav .phabricator-nav-content {
 
53
  margin-left: 41px;
 
54
}
 
55
 
 
56
.phabricator-icon-nav .phabricator-side-menu .phui-list-item-href {
 
57
  height: 40px;
 
58
  width: 40px;
 
59
  padding: 0;
 
60
}
 
61
 
 
62
.phabricator-icon-nav .phabricator-side-menu .phui-list-item-icon {
 
63
  font-size: 20px;
 
64
  width: 40px;
 
65
  line-height: 40px;
 
66
  text-align: center;
 
67
  vertical-align: bottom;
 
68
}
 
69
 
 
70
.phabricator-icon-nav .phabricator-side-menu .phui-list-item-selected {
 
71
  border: none;
 
72
}
 
73
 
 
74
.phabricator-icon-nav .phabricator-side-menu .phui-list-item-selected
 
75
  .phui-icon-view {
 
76
    color: {$sky};
 
77
}
 
78
 
 
79
.phabricator-icon-nav .phui-icon-view.phuihead-small {
 
80
  height: 24px;
 
81
  width: 24px;
 
82
  border: 1px solid #fff;
 
83
  background-size: 24px;
 
84
  display: inline-block;
 
85
  margin: 7px;
 
86
}