Commit 3619b2bb authored by delanoe's avatar delanoe

Merge branch 'samuel' into merge

parents 8b475a32 ea313f31
This diff is collapsed.
...@@ -36,9 +36,9 @@ th a { ...@@ -36,9 +36,9 @@ th a {
tr:hover { tr:hover {
cursor: pointer; cursor: pointer;
color: #000;
font-weight: bold; font-weight: bold;
} }
/* /*
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th { .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
background-color: #F5A9A9; background-color: #F5A9A9;
...@@ -48,14 +48,25 @@ tr:hover { ...@@ -48,14 +48,25 @@ tr:hover {
color:red; color:red;
opacity: 0.8; opacity: 0.8;
} }
.to_keep {
.to_group { color:green;
color:blue;
} }
.grouped {
color:white;
pointer-events: none;
cursor: default;
}
.to_keep { .group_box {
color:green; font-size: 90%;
border: 1px solid blue;
}
.group_box .header {
font-size: 120%;
}
.group_box .content {
border: 1px solid yellow;
} }
.dynatable-record-count { .dynatable-record-count {
...@@ -106,7 +117,6 @@ input[type=radio]:checked + label { ...@@ -106,7 +117,6 @@ input[type=radio]:checked + label {
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05); box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
background-color:#e0e0e0; background-color:#e0e0e0;
} }
</style> </style>
{% endblock %} {% endblock %}
...@@ -152,6 +162,10 @@ input[type=radio]:checked + label { ...@@ -152,6 +162,10 @@ input[type=radio]:checked + label {
</h4> </h4>
</div> </div>
<div id="collapseOne" class="panel-collapse collapse no-transition" role="tabpanel"> <div id="collapseOne" class="panel-collapse collapse no-transition" role="tabpanel">
<div class="group_box" id="group_box">
<span class="group_box header" id="group_box_header"></span>
<span class="group_box content" id="group_box_content"></span>
</div>
<div class="panel-body"> <div class="panel-body">
<div id="div-table"></div> <div id="div-table"></div>
<!-- <p align="right"> <!-- <p align="right">
......
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