mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
@@ -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;
|
||||
|
Reference in New Issue
Block a user