repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Brought in bootstrap-rtl and validate.js packages via bower for Matrix's patient...
[openemr.git]
/
public
/
assets
/
bootstrap-rtl-3-3-4
/
less
/
badges-rtl.less
blob
ba0f4292e08359c082744e4081afc1c529704d92
1
//
2
// RTL Badges
3
// --------------------------------------------------
4
5
6
// Base class
7
.badge {
8
9
.nav-pills > li > a > & {
10
margin-left: 0px;
11
margin-right: 3px;
12
}
13
14
.list-group-item > & {
15
float: left;
16
}
17
.list-group-item > & + & {
18
margin-left: 5px;
19
margin-right: auto;
20
}
21
}