-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule_rtl.css
64 lines (55 loc) · 1.28 KB
/
module_rtl.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/**
* Specific CSS for the module (RTL)
*
* @copyright http://smartfactory.ca The SmartFactory
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @author Sina Asghari (aka stranger) <pesian_stranger@users.sourceforge.net>
* @author Madfish <simon@isengard.biz>
* @since 1.0
* @version $Id$
*/
.news_headertable {
padding: 0;
margin: 0;
border-bottom: 1px solid;
margin-bottom: 10px;
}
.news_modulename {
font-size: 0.8em;
text-align: left;
font-weight: bold;
padding-right: 0.3em;
line-height: 18px;
}
.news_breadcrumb {
font-size: 0.8em;
line-height: 18px;
}
.news_adminlinks {
padding-top: 15px;
padding-bottom: 5px;
font-size: 0.8em;
text-align: center;
line-height: 18px;
}
.news_article_container {
margin-bottom: 35px;
}
/* used to display the tag icon, floated to the right */
.news_float_right {
float:right;
margin: 0em 0em 1em 1em;
}
/* used to display the tag icon, floated to the left */
.news_float_left {
float:left;
margin: 0em 1em 1em 0em;
}
/* used to vertically space elements to neaten up the display */
.news_separator {
margin-bottom:1em;
}
/* used on the news index page, to indicate that a story has extended text available in single view */
.news_read_more {
text-align:right; font-style: italic;
}