Aleksander Machniak
2012-05-24 4a5c1f53752008b1789cdef224199615bbaab3fc
commit | author | age
85a617 1 span.blockquote-link {
AM 2   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
3   top: 0;
4   cursor: pointer;
5   right: 5px;
6   height: 14px;
7   min-width: 40px;
8   padding: 0 8px;
9   font-size: 10px;
10   font-weight: bold;
11   color: #a8a8a8;
12   line-height: 14px;
13   text-decoration: none;
14   text-shadow: 0px 1px 1px #fff;
15   text-align: center;
16   border: 1px solid #e8e8e8;
17   border-top: none;
18   border-bottom-right-radius: 6px;
19   border-bottom-left-radius: 6px;
4a5c1f 20   background: #f8f8f8;
85a617 21   background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
AM 22   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
23   background: -o-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
24   background: -ms-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
25   background: linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
26 }
27
28 blockquote.blockquote-header {
29   text-overflow: ellipsis !important;
30   padding-right: 60px !important;
31 }