icons.css |
theme/icons.css |
|
div.depth-1 .icon {
background: transparent url(icons.png) 0px 0px no-repeat;
}
.path-admin-content-add .icon {
background-position: -60px 0px !important;
}
.path-admin-content-aggregator .icon {
background-position: -210px -150px… |
quickbar-rtl.css |
theme/quickbar-rtl.css |
|
/**
* Quickbar
*/
div#quickbar ul.links li,
div#quickbar ul.links li a,
div#quickbar div.depth-1 ul.links,
div#quickbar div.depth-0 #quickbar-admin { float:right; }
div#quickbar div.depth-0 #quickbar-user { float:left; }
div#quickbar div.depth-1… |
quickbar.admin.inc |
quickbar.admin.inc |
|
Handles quickbar administration |
quickbar.css |
theme/quickbar.css |
|
/**
* Aggressive resets so we can achieve a consistent look in
* hostile CSS environments.
*/
#quickbar,
#quickbar * {
border: 0;
font-size: 100%;
line-height: inherit;
margin: 0;
outline: 0;
padding: 0;
text-align: left;
… |
quickbar.info |
quickbar.info |
|
name = "Quickbar"
description = "Adds a toolbar to the top of the page. Will work for any menu. This is taken from admin 1.x"
package = "Administration"
core = 7.x
dependencies[] = menu
configure =… |
quickbar.install |
quickbar.install |
|
|
quickbar.module |
quickbar.module |
|
|
quickbar.tpl.php |
theme/quickbar.tpl.php |
|
|
README.txt |
README.txt |
|
DESCRIPTION
===========
The quickbar module lets one choose a menu as a toolbar that shows up on
the top of the page.
INSTALLATION
============
1. Install & enable the module.
2. Go to admin/config/user-interface/quickbar
3. Choose which… |
theme.inc |
theme/theme.inc |
|
|