1
0

Replace status timestamp with a simple info tooltip.

This commit is contained in:
Matthias Mees
2013-06-28 14:21:37 +02:00
parent a245a28c4b
commit 47ca296b66
3 changed files with 6 additions and 7 deletions

View File

@ -1527,6 +1527,11 @@ form > .button_link:first-of-type {
min-width: 11em;
}
.status_timestamp .icon-info-circled {
color: #3e5f81;
cursor: help;
}
.show_config_option {
text-decoration: none;
}