forked from IsengardBiz/sprockets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.css
39 lines (34 loc) · 1.15 KB
/
module.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/**
* Specific CSS for the module
*
* @copyright http://smartfactory.ca The SmartFactory
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @since 1.0
* @author marcan aka Marc-André Lanciault <marcan@smartfactory.ca>
* @author Madfish <simon@isengard.biz>
* @version $Id$
*/
.sprockets_headertable {padding: 0; margin: 0; border-bottom: 1px solid; margin-bottom: 10px;}
.sprockets_modulename {font-size: 0.8em; text-align: left; font-weight: bold; padding-right: 0.3em; line-height: 18px;}
.sprockets_breadcrumb {font-size: 0.8em; line-height: 18px;}
.sprockets_adminlinks {padding-top: 15px; padding-bottom: 5px; font-size: 0.8em; text-align: center; line-height: 18px;}
.sprockets_content_container {
margin-bottom: 35px;
}
/* For publication covers etc */
.sprockets_image_right {
float: right;
margin: 0em 0em 1em 1em;
border: solid;
border-color: #000000;
border-width: 1px;
}
.sprockets_image_left {
float: left;
margin: 0em 1em 1em 0em;
border: solid;
border-color: #000000;
border-width: 1px;
}
/* used to vertically space elements to neaten up the display */
.sprockets_separator{margin-bottom:1em;}