-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule_rtl.css
57 lines (52 loc) · 1.41 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
/**
* 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$
*/
.yubikey-otp {
background-image: url("images/yubico-icon-small.gif");
background-position: 2px 50%;
background-repeat: no-repeat;
padding: 2px;
padding-left: 20px;
vertical-align: middle;
cursor: text;
}
.yubikey_headertable {padding: 0; margin: 0; border-bottom: 1px solid; margin-bottom: 10px;}
.yubikey_modulename {font-size: 0.8em; text-align: left; font-weight: bold; padding-right: 0.3em; line-height: 18px;}
.yubikey_breadcrumb {font-size: 0.8em; line-height: 18px;}
.yubikey_adminlinks {padding-top: 15px; padding-bottom: 5px; font-size: 0.8em; text-align: center; line-height: 18px;}
.yubikey_post_container {
margin-bottom: 35px;
}
.yubikey_post_container h1 {
margin-top: 20px;
margin-bottom:1px;
padding-bottom:3px;
}
.yubikey_post_info {
line-height:22px;
margin:0 0 0 60px;
font-size: 80%;
}
.yubikey_post_content {clear:both;margin:0; overflow:hidden;text-align:justify;}
.left_main {
padding: 0 10px 8px 0;
display:block;
float: left;
width:100%;
line-height:17px;
height:15px;
text-align:right;
vertical-align:top;
}
.yubikey_admin_links {
margin:5px 0 0 0;
}
#yubikey_navbar {
text-align: center;
}