Commit d21337f4 authored by Romain Loth's avatar Romain Loth

FIX OK: better group removal in table

parent b62a065a
......@@ -62,6 +62,7 @@ span.note {
span.note.glyphicon {
color: #555;
top:0;
padding-right: 3;
}
p.note {
......@@ -78,6 +79,10 @@ p.note > label {
float: left;
}
.smaller {
font-size: 60%;
}
.greyed {
opacity: 0.3;
}
......@@ -130,10 +135,21 @@ tr:hover {
margin-bottom: 1em;
}
#group_box_pending {
line-height: .9 ;
font-size: 90% ;
}
.subform {
color: #777 ;
}
p.pending.subform {
margin-bottom: 0 ;
margin-left: 1em ;
font-size: 90% ;
}
.dynatable-record-count {
font-size: 0.7em;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment