~sebzur/opensynergy/django_start

« back to all changes in this revision

Viewing changes to open_synergy/core/templates/css/chambers.css

  • Committer: Sebastian Żurek
  • Date: 2009-01-14 07:05:43 UTC
  • Revision ID: sebzur@sebzur.pl-20090114070543-9dtwq8cira356bpz
CSS changes in Hearing sidebar

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
.red{
67
67
color:red;
68
68
}
 
69
 
 
70
li.event{
 
71
}
 
72
 
 
73
li.event .date{
 
74
font-weight:bold;
 
75
}
 
76
 
 
77
li.event .time{
 
78
color:#933F40;
 
79
}
 
80
 
 
81
li.event p.lawsuit{
 
82
border-top: 1px solid #933F40;
 
83
border-bottom: 1px solid #933F40;
 
84
color:#933F40;
 
85
margin-top:5px;
 
86
margin-bottom:5px;
 
87
padding:3px 0 3px 0;
 
88
}
 
89
 
 
90
li.event p.assignee{
 
91
color:#589325;
 
92
margin-top:5px;
 
93
margin-bottom:5px;
 
94
background-image:url('graphics/man.png');
 
95
background-repeat:no-repeat;
 
96
padding-left:20px;
 
97
}
 
98
 
 
99
/* li.event p.assignee:before{
 
100
    content: url('graphics/man.png')
 
101
}
 
102
*/
 
 
b'\\ No newline at end of file'