[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/layout/ -> phabricator-crumbs-view.css (source)

   1  /**
   2   * @provides phabricator-crumbs-view-css
   3   */
   4  
   5  .phabricator-crumbs-view {
   6    background-color: #ebecee;
   7    background-image: none !important;
   8    height: 31px;
   9    overflow: hidden;
  10    vertical-align: top;
  11    border-bottom: 1px solid rgba(205, 207, 211, 1);
  12    /* TODO: Position this over the slider for Differential's file tree view.
  13       Remove this once that gets sorted out. */
  14    position: relative;
  15    -webkit-font-smoothing: antialiased;
  16  }
  17  
  18  .phabricator-crumbs-view,
  19  .phabricator-crumbs-view a.phabricator-crumb-view,
  20  .phabricator-crumbs-view a.phabricator-crumbs-action {
  21    color: {$darkbluetext};
  22    font-weight: bold;
  23    text-decoration: none;
  24    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  25  }
  26  
  27  .phabricator-crumbs-view a.phabricator-crumbs-action-disabled {
  28    color: {$lightgreytext};
  29  }
  30  
  31  .phabricator-crumbs-action.phabricator-crumbs-action-menu {
  32    display: none;
  33  }
  34  
  35  .device .phabricator-crumbs-action.phabricator-crumbs-action-menu {
  36    display: inline-block;
  37  }
  38  
  39  .device .phabricator-crumbs-action-menu-open {
  40    background: rgba(0,0,0,.1);
  41  }
  42  
  43  .phabricator-crumbs-view + .phui-header-shell {
  44    border-top: none;
  45  }
  46  
  47  .device-desktop .phabricator-crumbs-view a:hover {
  48    text-decoration: underline;
  49  }
  50  
  51  .phabricator-crumb-view {
  52    float: left;
  53    height: 31px;
  54    line-height: 31px;
  55  }
  56  
  57  .device-phone .phabricator-crumb-view {
  58    display: none;
  59  }
  60  
  61  .device-phone .phabricator-crumb-view.phabricator-last-crumb,
  62  .device-phone .phabricator-crumb-view.phabricator-crumb-has-icon {
  63    display: inline-block;
  64  }
  65  
  66  .phabricator-crumb-icon {
  67    display: inline-block;
  68    width: 28px;
  69    height: 28px;
  70    margin: 2px 2px 2px 10px;
  71    vertical-align: top;
  72  }
  73  
  74  .device-phone .phabricator-crumb-icon {
  75    margin-left: 7px;
  76  }
  77  
  78  .phabricator-crumbs-actions {
  79    float: right;
  80    white-space: nowrap;
  81  }
  82  
  83  .phabricator-crumbs-action {
  84    display: inline-block;
  85    height: 17px;
  86    padding: 8px 12px;
  87    position: relative;
  88  }
  89  
  90  .device-phone a.phabricator-crumbs-action {
  91    padding: 7px;
  92    border-left: 1px solid {$hovergrey};
  93  }
  94  
  95  .device-desktop a.phabricator-crumbs-action:hover {
  96    background: rgba(205, 207, 211, .5);
  97    text-decoration: none;
  98  }
  99  
 100  .device-phone .phabricator-crumbs-action-name {
 101    display: none;
 102  }
 103  
 104  a.phabricator-crumbs-action .phui-icon-view {
 105    margin-right: 5px;
 106    color: {$darkbluetext};
 107  }
 108  
 109  .device-phone a.phabricator-crumbs-action .phui-icon-view {
 110    margin-left: 5px;
 111  }
 112  
 113  .phabricator-crumb-divider {
 114    display: inline-block;
 115    width: 9px;
 116    height: 31px;
 117    vertical-align: top;
 118    margin: 0 8px 0 4px;
 119  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1