~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/zii/widgets/assets/listview/styles.css

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.list-view .summary
 
2
{
 
3
        margin: 0 0 5px 0;
 
4
        text-align: right;
 
5
}
 
6
 
 
7
.list-view .sorter
 
8
{
 
9
        margin: 0 0 5px 0;
 
10
        text-align: right;
 
11
}
 
12
 
 
13
.list-view .pager
 
14
{
 
15
        margin: 5px 0 0 0;
 
16
        text-align: right;
 
17
}
 
18
 
 
19
.list-view .sorter
 
20
{
 
21
        font-size: 0.9em;
 
22
}
 
23
 
 
24
.list-view .sorter ul
 
25
{
 
26
        display: inline;
 
27
        list-style-image:none;
 
28
        list-style-position:outside;
 
29
        list-style-type:none;
 
30
        margin:0;
 
31
        padding:0;
 
32
}
 
33
 
 
34
.list-view .sorter li
 
35
{
 
36
        display: inline;
 
37
        margin: 0 0 0 5px;
 
38
        padding: 0;
 
39
}
 
40
 
 
41
.list-view .sorter a.asc
 
42
{
 
43
        background:url(up.gif) right center no-repeat;
 
44
        padding-right: 10px;
 
45
}
 
46
 
 
47
.list-view .sorter a.desc
 
48
{
 
49
        background:url(down.gif) right center no-repeat;
 
50
        padding-right: 10px;
 
51
}