~pietroalbini/your-social/alpha

« back to all changes in this revision

Viewing changes to templates/your-social/css/cerca.css

  • Committer: Pietro Albini
  • Date: 2012-05-15 12:02:02 UTC
  • Revision ID: pietro98.albini@gmail.com-20120515120202-8safsmyx2ocon4h7
Versione 0.2 di yourSocial
In questa versione è stato aggiunto il sistema di ricerca e corretti alcuni problemi, tra cui la patch LP995139

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#container #page #cerca
 
2
{
 
3
        background: #cccccc;
 
4
        padding: 10px;
 
5
        margin-bottom: 10px;
 
6
        -webkit-border-radius: 5px;
 
7
        -moz-border-radius: 5px;
 
8
        border-radius: 5px;
 
9
}
 
10
 
 
11
#container #page #cerca table tr td
 
12
{
 
13
        padding-right: 20px;
 
14
}
 
15
 
 
16
#container #page #risultati .box
 
17
{
 
18
        width: 50%;
 
19
}
 
20
 
 
21
#container #page #risultati .box #title
 
22
{
 
23
        font-weight: bold;
 
24
        font-size: 16px;
 
25
        color: #a0a0a0;
 
26
        border-bottom: 1px solid #a0a0a0;
 
27
        margin-bottom: 5px;
 
28
}
 
29
 
 
30
#container #page #risultati #amici
 
31
{
 
32
        float: left;
 
33
}
 
34
 
 
35
#container #page #risultati #seguaci
 
36
{
 
37
        float: right;
 
38
}
 
39
 
 
40
#container #page #risultati #utenti
 
41
{
 
42
        float: left;
 
43
}