Result number

fix #4
This commit is contained in:
Olivier Mayer
2015-02-19 18:29:45 +09:00
parent bd4bb78b59
commit 1f2d79355f
3 changed files with 39 additions and 25 deletions

View File

@@ -616,17 +616,12 @@ div.diapo {
}
#answers_status{
top: auto;
left: 10px;
right: 10px;
height: 30px;
overflow: hidden;
width: 200px;
float: right;
}
#answers_status table{
width: 100%;
height: 20px;
margin: 5px 0;
}
#answers_status table tr{
@@ -638,10 +633,35 @@ div.diapo {
text-align: right;
}
#answers_status table tr td.infos{
#answers_status .infos {
text-align: left;
line-height: 18px;
font-size: 11px;
color: #949494;
}
#answers_status .infos .infoDialog {
float: left;
color: #949494;
margin-top: 2px;
margin-right: 30px;
}
#answers_status .infos .infoDialog span {
font-size: 20px;
display: block;
}
#answers_status .infos #nbrecsel {
float: left;
font-size: 20px;
margin-right: 10px;
height: 30px;
line-height: 36px;
vertical-align: middle;
}
/******* POPOVERS *************************************************************/
#tooltip .popover {
background-color:inherit;