BUG 8645 "Mejorar la visualizacion del inbox" SOLVED

This commit is contained in:
Erik Amaru Ortiz
2012-03-05 12:12:49 -04:00
parent bafe98531b
commit 83eaa2fa2b

View File

@@ -112,6 +112,8 @@ iframe::-webkit-scrollbar {
#commentlist cite { #commentlist cite {
font: bold 140%/110% Arial, Helvetica, sans-serif; font: bold 140%/110% Arial, Helvetica, sans-serif;
color: #666; color: #666;
/*max-width:20px;*/
width:50px;
} }
#commentlist .time { #commentlist .time {
color: #ccc; color: #ccc;
@@ -120,15 +122,7 @@ iframe::-webkit-scrollbar {
#commentlist .commentnumber { #commentlist .commentnumber {
position: absolute; position: absolute;
right: 0; right: 0;
top: 8px; top: 30px;
font: normal 200%/100% Georgia, "Times New Roman", Times, serif;
color: #ccc;
}
#commentlist .notes-link {
position: absolute;
right: 0;
top: 64px;
font: normal 200%/100% Georgia, "Times New Roman", Times, serif; font: normal 200%/100% Georgia, "Times New Roman", Times, serif;
color: #ccc; color: #ccc;
} }
@@ -136,7 +130,15 @@ iframe::-webkit-scrollbar {
#commentlist .notes-plus-link { #commentlist .notes-plus-link {
position: absolute; position: absolute;
right: 0px; right: 0px;
top: 38px; top: 60px;
font: normal 200%/100% Georgia, "Times New Roman", Times, serif;
color: #ccc;
}
#commentlist .notes-link {
position: absolute;
right: 0;
top: 86px;
font: normal 200%/100% Georgia, "Times New Roman", Times, serif; font: normal 200%/100% Georgia, "Times New Roman", Times, serif;
color: #ccc; color: #ccc;
} }