scratch – Blame information for rev 125

Subversion Repositories:
Rev:
Rev Author Line No. Line
125 office 1 .icon-github {
2 background: no-repeat url('../img/github-16px.png');
3 width: 16px;
4 height: 16px;
5 }
6  
7 .bootstrap-tagsinput {
8 width: 100%;
9 }
10  
11 .accordion {
12 margin-bottom:-3px;
13 }
14  
15 .accordion-group {
16 border: none;
17 }
18  
19 .twitter-typeahead .tt-query,
20 .twitter-typeahead .tt-hint {
21 margin-bottom: 0;
22 }
23  
24 .twitter-typeahead .tt-hint
25 {
26 display: none;
27 }
28  
29 .tt-menu {
30 position: absolute;
31 top: 100%;
32 left: 0;
33 z-index: 1000;
34 display: none;
35 float: left;
36 min-width: 160px;
37 padding: 5px 0;
38 margin: 2px 0 0;
39 list-style: none;
40 font-size: 14px;
41 background-color: #ffffff;
42 border: 1px solid #cccccc;
43 border: 1px solid rgba(0, 0, 0, 0.15);
44 border-radius: 4px;
45 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
46 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
47 background-clip: padding-box;
48 cursor: pointer;
49 }
50  
51 .tt-suggestion {
52 display: block;
53 padding: 3px 20px;
54 clear: both;
55 font-weight: normal;
56 line-height: 1.428571429;
57 color: #333333;
58 white-space: nowrap;
59 }
60  
61 .tt-suggestion:hover,
62 .tt-suggestion:focus {
63 color: #ffffff;
64 text-decoration: none;
65 outline: 0;
66 background-color: #428bca;
67 }