[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/files/ -> global-drag-and-drop.css (source)

   1  /**
   2   * @provides global-drag-and-drop-css
   3   */
   4  
   5  .phabricator-global-upload-instructions {
   6    text-align: center;
   7    position: fixed;
   8    font-size: 36px;
   9    font-weight: bold;
  10  
  11    margin: 0 10%;
  12    width: 80%;
  13    left: 0;
  14    top: 30%;
  15    padding: 18px 0;
  16  
  17    color: #ffffff;
  18    background: rgba(0, 0, 0, 0.8);
  19    border-radius: 18px;
  20  
  21  }


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