| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* $Id: panels-dashboard.css,v 1.1.2.4 2010/07/23 21:49:03 merlinofchaos Exp $ */ 2 3 .dashboard-entry .dashboard-link { 4 font-size: 120%; 5 font-weight: bold; 6 } 7 8 .dashboard-entry .dashboard-icon img { 9 vertical-align: middle; 10 } 11 .dashboard-title { 12 font-weight: bold; 13 font-size: 140%; 14 margin-bottom: .5em; 15 } 16 17 .dashboard-link form input { 18 margin: 0; 19 } 20 21 .dashboard-link form select { 22 margin: 0; 23 } 24 25 .dashboard-left { 26 width: 47%; 27 float: left; 28 } 29 30 .dashboard-right { 31 margin-left: 2em; 32 width: 47%; 33 float: left; 34 } 35 36 .dashboard-question { 37 margin-top: 14em; 38 padding: 1em; 39 text-align: center; 40 } 41 42 .dashboard-content table { 43 margin: 0; 44 width: 100%; 45 } 46 47 .dashboard-content { 48 padding: 0 1em; 49 } 50 51 .panels-dashboard .links { 52 text-align: right; 53 } 54 55 .dashboard-pages .page-manager-page-operations { 56 text-align: right; 57 } 58 59 .dashboard-block { 60 padding-bottom: 1em; 61 border-bottom: 1px dotted #ddd; 62 margin-bottom: 1em; 63 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |