~ubuntu-branches/debian/squeeze/bugzilla/squeeze

« back to all changes in this revision

Viewing changes to skins/standard/panel.css

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body
2
 
  {
3
 
    font-family:       sans-serif;
4
 
    font-size:        10pt;
5
 
    background-color:  white;
6
 
  }
7
 
 
8
 
ul
9
 
  {
10
 
    padding-left: 12px;
11
 
  }
12
 
 
13
 
radio
14
 
  {
15
 
    -moz-user-select: ignore;
16
 
  }
17
 
 
18
 
.text-link
19
 
  {
20
 
    margin-left:      3px;
21
 
  }
22
 
 
23
 
.text-link:hover
24
 
  {
25
 
    text-decoration:  underline;
26
 
    cursor:           pointer;
27
 
  }
28
 
 
29
 
.descriptive-content
30
 
  {
31
 
    color:            #AAAAAA;
32
 
  }
33
 
 
34
 
.descriptive-content[focused=true]
35
 
  {
36
 
    color:            black;
37
 
  }