home | career | drupal | java | mac | mysql | perl | php | scala | uml | unix

Drupal example source code file (panels-dashboard.css)

This example Drupal source code file (panels-dashboard.css) is included in the DevDaily.com "Drupal Source Code Warehouse" project. The intent of this project is to help you "Learn Drupal by Example".

PHP - Drupal tags/keywords

1em, bold, dashboard-content, dashboard-entry, dashboard-link, float, font-weight, form, left, margin, margin-bottom, padding, text-align, width

The panels-dashboard.css Drupal example source code


.dashboard-entry .dashboard-link {
  font-size: 120%;
  font-weight: bold;
}

.dashboard-entry .dashboard-icon img {
  vertical-align: middle;
}
.dashboard-title {
  font-weight: bold;
  font-size: 140%;
  margin-bottom: .5em;
}

.dashboard-link form input {
  margin: 0;
}

.dashboard-link form select {
  margin: 0;
}

.dashboard-left {
  width: 47%;
  float: left;
}

.dashboard-right {
  margin-left: 2em;
  width: 47%;
  float: left;
}

.dashboard-question {
  margin-top: 14em;
  padding: 1em;
  text-align: center;
}

.dashboard-content table {
  margin: 0;
  width: 100%;
}

.dashboard-content {
  padding: 0 1em;
}

.panels-dashboard .links {
  text-align: right;
}

.dashboard-pages .page-manager-page-operations {
  text-align: right;
}

.dashboard-block {
  padding-bottom: 1em;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 1em;
}

Other Drupal examples (source code examples)

Here is a short list of links related to this Drupal panels-dashboard.css source code file:

new blog posts

"Drupal" is a registered trademark of Dries Buytaert.

my drupal tutorials and examples  

Copyright 1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.

Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.