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