This commit is contained in:
Galen Wolfe-Pauly 2015-05-06 18:24:43 -07:00
parent b3e4633e1f
commit 70cb0566d8
2 changed files with 12 additions and 4 deletions

View File

@ -311,7 +311,7 @@ body {
}
.message {
padding-top: 0.3rem;
margin-bottom: 1rem;
margin-bottom: 0.6rem;
}
#messages .message .time,
#messages .message .audi {
@ -350,6 +350,10 @@ body {
#messages .message:hover .attr {
color: #555;
}
#messages .message.attr {
max-height: 2rem;
-webkit-transition: max-height 2s, color 0.1s linear;
}
#messages .message:hover .attr {
max-height: 6rem;
padding-bottom: 1rem;
@ -421,10 +425,10 @@ a {
.attr {
text-align: left;
display: inline-block;
max-height: 1.2rem;
margin-right: 0.3rem;
min-width: 16rem;
background-color: #fff;
-webkit-transition: max-height 0.2s, color 0.1s linear;
}
.attr .iden {
margin-left: 0.3rem;

View File

@ -257,7 +257,7 @@ body
.message
padding-top .3rem
margin-bottom 1rem
margin-bottom .6rem
#messages .message .time
#messages .message .audi
@ -296,6 +296,10 @@ body
#messages .message:hover .attr
color #555
#messages .message.attr
max-height 2rem
-webkit-transition max-height 2s, color .1s linear
#messages .message:hover .attr
max-height 6rem
padding-bottom 1rem
@ -367,10 +371,10 @@ a
.attr
text-align left
display inline-block
max-height 1.2rem
margin-right .3rem
min-width 16rem
background-color white
-webkit-transition max-height .2s, color .1s linear
.attr .iden
margin-left .3rem