[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/views/css/ -> views.css (source)

   1  /* $Id: views.css,v 1.11.4.2 2010/03/12 00:25:37 merlinofchaos Exp $ */
   2  .views-exposed-form .views-exposed-widget {
   3    float: left; /* LTR */
   4    padding: .5em 1em 0 0; /* LTR */
   5  }
   6  
   7  .views-exposed-form .views-exposed-widget .form-submit {
   8    margin-top: 1.6em;
   9  }
  10  
  11  .views-exposed-form .form-item,
  12  .views-exposed-form .form-submit {
  13    margin-top: 0;
  14    margin-bottom: 0;
  15  }
  16  
  17  .views-exposed-form label {
  18    font-weight: bold;
  19  }
  20  
  21  .views-exposed-widgets {
  22    margin-bottom: .5em;
  23  }
  24  
  25  html.js a.views-throbbing,
  26  html.js span.views-throbbing {
  27    background:url(../images/status-active.gif) no-repeat right center;
  28    padding-right:18px;
  29  }
  30  
  31  /* administrative hover links */
  32  
  33  div.view div.views-admin-links {
  34    font-size: xx-small;
  35    margin-right: 1em;
  36    margin-top: 1em;
  37  /*  width: 95%; */
  38  }
  39  
  40  .block div.view div.views-admin-links {
  41    margin-top: 0;
  42  }
  43  
  44  div.view div.views-admin-links ul {
  45    padding-left: 0;
  46  }
  47  
  48  div.view div.views-admin-links li a {
  49    color: #ccc;
  50  }
  51  
  52  div.view div.views-admin-links li {
  53    padding-bottom: 2px;
  54    z-index: 201;
  55  }
  56  
  57  div.view div.views-admin-links-hover a,
  58  div.view div.views-admin-links:hover a {
  59    color: #000;
  60  }
  61  
  62  div.view div.views-admin-links-hover,
  63  div.view div.views-admin-links:hover {
  64    background: transparent;;
  65  }
  66  
  67  div.view div.views-admin-links a:before {
  68    content: "[";
  69  }
  70  
  71  div.view div.views-admin-links a:after {
  72    content: "]";
  73  }
  74  
  75  div.view div.views-hide {
  76    display: none;
  77  }
  78  
  79  /** For IE we add the class via js; for other browsers we rely on :hover **/
  80  div.view div.views-hide-hover,
  81  div.view:hover div.views-hide {
  82    display: block;
  83    position: absolute;
  84    z-index: 200;
  85  }
  86  
  87  /* don't do this one in IE */
  88  div.view:hover div.views-hide {
  89    margin-top: -1.5em;
  90  }
  91  
  92  /* Remove the border on tbody that system puts in */
  93  .views-view-grid tbody {
  94    border-top: none;
  95  }
  96  


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7