-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.css
More file actions
58 lines (56 loc) · 1.47 KB
/
module.css
File metadata and controls
58 lines (56 loc) · 1.47 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/**
* 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>
* @version $Id$
*/
.imaudit_headertable {font-size: 0.8em; line-height: 18px; padding: 0; margin: 0; border-bottom: 1px solid; margin-bottom: 10px; height: 18px;}
.imaudit_modulename {text-align: left; font-weight: bold; padding-right: 0.3em;}
.imaudit_breadcrumb {}
#imaudit_header_left {float: left;}
#imaudit_header_right {float: right;}
.imaudit_adminlinks {padding-top: 15px; padding-bottom: 5px; font-size: 0.8em; text-align: center; line-height: 18px;}
#imaudit-changeset-container {
background-color: #F5F5F5;
border: 3px solid #DEDEDE;
padding: 5px;
}
#imaudit-changeset-container h1, #imaudit-review-container h1 {
margin-top: 0px;
}
#imaudit-changeset-table h1 {
margin-top: 0px;
}
.imaudit_select_branch {
font-size: 0.8em;
}
.imaudit_select_branch {
font-size: 0.8em;
}
#imaudit_reviewing_status {
font-size: 0.8em;
}
#quickreview {
text-align: right;
padding-top: 3px;
}
#imaudit-review-container {
border-bottom: 1px solid #EDEDED;
margin-bottom: 8px;
padding-bottom: 5px;
}
.imaudit-changeset-date, .imaudit-review-date{
font-size: 0.8em;
}
.imaudit-changeset-footer {
margin-top: 8px;
padding-top: 5px;
border-top: 1px solid #EDEDED;
}
#imaudit_rss {
text-align: center;
padding-top: 10px;
}