Browse
For agents
About
Bogo
/
2.7
Bogo
v2.7
Switch version
3.9.3
trunk
1.0
1.1
2.0
2.0.1
2.1
2.1.1
2.1.2
2.1.3
2.2
2.3
2.4
2.4.1
2.4.2
2.4.3
2.5
2.6
2.6.1
2.7
2.8
2.8.1
2.9
3.0
3.0.1
All 52 releases
Overview
Code
bogo
/
admin
/
includes
/
css
/
admin-rtl.css
admin-rtl.css
in Bogo 2.7, at admin/includes/css/admin-rtl.css
22 lines
373 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
Bogo Tools
*/
2
3
#
translations
th
{
4
width
:
2
em
;
5
border-left
:
inherit
;
6
border-right
:
0
;
7
padding-left
:
inherit
;
8
padding-right
:
16
px
;
9
}
10
11
#
translations
tr
.
active
th
{
12
border-left
:
inherit
;
13
border-right
:
4
px
solid
#
00a0d2
;
14
padding-left
:
inherit
;
15
padding-right
:
12
px
;
16
}
17
18
#
translations
a
.
install
,
#
translations
a
.
activate
{
19
margin-left
:
inherit
;
20
margin-right
:
.4
em
;
21
}
22