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 { ...@@ -62,6 +62,7 @@ span.note {
span.note.glyphicon { span.note.glyphicon {
color: #555; color: #555;
top:0; top:0;
padding-right: 3;
} }
p.note { p.note {
...@@ -78,6 +79,10 @@ p.note > label { ...@@ -78,6 +79,10 @@ p.note > label {
float: left; float: left;
} }
.smaller {
font-size: 60%;
}
.greyed { .greyed {
opacity: 0.3; opacity: 0.3;
} }
...@@ -130,10 +135,21 @@ tr:hover { ...@@ -130,10 +135,21 @@ tr:hover {
margin-bottom: 1em; margin-bottom: 1em;
} }
#group_box_pending {
line-height: .9 ;
font-size: 90% ;
}
.subform { .subform {
color: #777 ; color: #777 ;
} }
p.pending.subform {
margin-bottom: 0 ;
margin-left: 1em ;
font-size: 90% ;
}
.dynatable-record-count { .dynatable-record-count {
font-size: 0.7em; 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