2013-03-05 21:25:08 +00:00
|
|
|
#messages {
|
2013-02-23 03:42:47 +00:00
|
|
|
list-style-type: none;
|
|
|
|
|
position: absolute;
|
2013-03-03 22:32:22 +00:00
|
|
|
right: 10px;
|
2013-03-05 21:25:08 +00:00
|
|
|
top: 60px;
|
2013-02-23 03:42:47 +00:00
|
|
|
z-index: 200;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-05 21:25:08 +00:00
|
|
|
#messages li {
|
2013-03-03 22:32:22 +00:00
|
|
|
border: 1px solid #ccc;
|
2013-09-18 19:10:14 -04:00
|
|
|
font-size: 16px;
|
2013-03-05 21:25:08 +00:00
|
|
|
margin: 5px 0;
|
2013-03-03 22:32:22 +00:00
|
|
|
padding: 18px 28px;
|
|
|
|
|
}
|
2013-02-23 03:42:47 +00:00
|
|
|
|
2013-03-05 21:25:08 +00:00
|
|
|
#messages li:hover {
|
2013-03-03 22:32:22 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
-webkit-transform: scale(1.1);
|
|
|
|
|
-moz-transform: scale(1.1);
|
|
|
|
|
-ms-transform: scale(1.1);
|
|
|
|
|
-o-transform: scale(1.1);
|
|
|
|
|
transform: scale(1.1);
|
|
|
|
|
}
|