~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/mono-tools/webdoc/search.css

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#s_spinner, #s_header, #s_morebtn, .s_message {
2
 
        text-align: center;
3
 
}
4
 
 
5
 
#s_header {
6
 
        margin-bottom: 1em;
7
 
}
8
 
 
9
 
div.hidden {
10
 
        display: none;
11
 
        visibility: hidden;
12
 
}
13
 
 
14
 
#s_results a {
15
 
        color: #777;
16
 
}
17
 
 
18
 
#s_results a:hover {
19
 
        color: black;
20
 
}
21
 
 
22
 
#s_results span.fulltitle {
23
 
        font-style: italic;
24
 
        font-size: 80%;
25
 
}
26
 
 
27
 
#s_results li {
28
 
        margin-bottom: 0.5em;
29
 
}
30
 
 
31
 
#s_morebtn input {
32
 
        font-size: x-large;
33
 
        padding: 5px 14px 6px;
34
 
}
35
 
 
36
 
#s_morebtn {
37
 
        margin-bottom: 1em;
38
 
}
39
 
 
40
 
.s_message {
41
 
        font-size: xx-large;
42
 
}
43