~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to src/admin/css/.svn/text-base/ServerDetails.css.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.leftnav
2
 
{
3
 
        padding-right: 8px;
4
 
        padding-left: 12px;
5
 
        float: left;
6
 
        border-right: dotted 1px #999999;
7
 
        width: 30em;
8
 
}
9
 
 
10
 
.rightnav
11
 
{
12
 
        float: left;
13
 
        padding-left: 12px;
14
 
        width: 25em;
15
 
}
16
 
 
17
 
.reportnav
18
 
{
19
 
        float: left;
20
 
        width: 100%;
21
 
        padding-bottom: 16px;
22
 
        border-top: dotted 1px #999999;
23
 
}
24
 
 
25
 
.lognav
26
 
{
27
 
        float: left;
28
 
        padding-right: 12px;
29
 
        padding-left: 12px;
30
 
        padding-bottom: 12px;
31
 
        width: 57.5em;
32
 
        border-top: dotted 1px #999999;
33
 
        border-bottom: dotted 1px #999999;
34
 
}
35
 
 
36
 
.detailnav
37
 
{
38
 
        float: left;
39
 
        padding-bottom: 12px;
40
 
        width: 100%;
41
 
}
42
 
 
43
 
.detailinfo th
44
 
{
45
 
        text-align:left;
46
 
        padding-right: 8px;
47
 
        font-size: .8em;        
48
 
}
49
 
 
50
 
.detailinfo td
51
 
{
52
 
        text-align: left;
53
 
        font-size: .8em;
54
 
}
55
 
 
56
 
.loglevel
57
 
{
58
 
        float: left;
59
 
        padding-left: 1px;
60
 
        margin-top: 8px;
61
 
        width: 100%;
62
 
}
63
 
 
64
 
#LogLevelLabel
65
 
{
66
 
        font-weight: bolder;
67
 
}
68
 
 
69
 
#LogList
70
 
{
71
 
        float: left;
72
 
        margin-right: 4px;
73
 
        margin-bottom: 8px;
74
 
}
75
 
 
76
 
#LogText
77
 
{
78
 
        float:left;
79
 
        width: 100%;
80
 
}
81