|
Drupal example source code file (uc_store.css)
The uc_store.css Drupal example source code
/* $Id: uc_store.css,v 1.8.2.6 2009/07/08 12:56:49 islandusurper Exp $ */
.uc-price {
white-space: nowrap;
}
.uc-store-admin-table {
margin: 1em auto;
border: 1px dashed #bbb;
}
.uc-store-admin-table tbody {
border-top: 0px;
}
.uc-store-admin-panel {
margin: 1em;
padding: 1em;
}
.uc-store-admin-panel .uc-store-icon {
float: left;
margin-right: 1em;
}
.uc-store-admin-panel .panel-title {
padding-top: 4px;
font-size: 1.5em;
width: 100%;
}
.uc-store-admin-panel .panel-show-link a {
cursor: pointer;
}
.uc-customer-table .uc-store-icon {
float: left;
margin-right: .5em;
}
.uc-customer-table tr.odd:hover, .uc-customer-table tr.even:hover {
background-color: #ddd;
}
.uc-cust-orders-table tr.odd:hover, .uc-cust-orders-table tr.even:hover {
background-color: #ddd;
}
.uc-cust-orders-table .uc-store-icon {
float: left;
margin-right: .5em;
}
#store-footer {
width: 100%;
text-align: center;
font-size: x-small;
clear: both;
}
table.section-items {
width: auto;
}
table.section-items td {
padding: .25em;
}
#uc-country-import-form .form-item, #uc-country-import-form .form-item label {
display: inline;
float: left;
margin-right: 1em;
}
#uc-country-import-form .form-submit {
float: left;
margin-top: 1em;
}
#uc-country-import-form table {
clear: left;
}
/**
* CSS enhancements for Ubercart summary overviews.
*/
.summary-overview {
padding: .5em;
border: 1px dashed #bbb;
margin-bottom: -1px;
}
.summary-title {
font-weight: bold;
}
.summaryOnclick-processed {
cursor: pointer;
}
.summaryOnclick-processed:hover {
background-color: #ddd;
}
.summary-edit-icon {
float: left;
margin-right: .5em;
position: relative;
top: 2px;
}
.summaryOnclick-processed .item-list {
margin-left: 1.75em;
}
.summaryOnclick-processed .summary-link {
display: none;
}
.ubercart-throbber {
background-image: url(images/throbber.gif);
background-repeat: no-repeat;
background-position: 100% -20px;
}
/* Add icon support for admin (http://drupal.org/project/admin). */
.path-admin-store-orders span.icon {
background: transparent url('images/menu_orders.gif') no-repeat !important;
}
.path-admin-store-customers span.icon {
background: transparent url('images/menu_customers.gif') no-repeat !important;
}
.path-admin-store-products span.icon {
background: transparent url('images/menu_products.gif') no-repeat !important;
}
.path-admin-store-settings span.icon {
background: transparent url('images/menu_store_settings.gif') no-repeat !important;
}
.path-admin-store-attributes span.icon {
background: transparent url('images/menu_store_settings.gif') no-repeat !important;
}
.path-admin-store-reports span.icon {
background: transparent url('images/menu_reports.gif') no-repeat !important;
}
.path-admin-store-ca span.icon {
background: transparent url('images/menu_store_settings.gif') no-repeat !important;
}
.path-admin-store-help span.icon {
background: transparent url('images/menu_help.gif') no-repeat !important;
}
Other Drupal examples (source code examples)Here is a short list of links related to this Drupal uc_store.css source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
our drupal tutorials and examples
Sponsored by:
Mat-Su Valley Programming (Wasilla and Palmer, Alaska)
Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.