~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to src/admin/css/.svn/text-base/Users.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
 
.nav
2
 
{
3
 
        padding-left: 12px;
4
 
        padding-bottom: 4px;
5
 
        float: left;
6
 
}
7
 
 
8
 
.accountsnav
9
 
{
10
 
        width: 98%;
11
 
}
12
 
 
13
 
.accountslist
14
 
{
15
 
        clear: left;
16
 
        width: 100%;
17
 
}
18
 
 
19
 
.accountslistheader
20
 
{
21
 
        clear: left;
22
 
        border-top: solid 1px #999;
23
 
        border-bottom: solid 1px #999;
24
 
        border-collapse: collapse;
25
 
        height: 1.5em;
26
 
        width: 100%;
27
 
}
28
 
 
29
 
.accountslistheader td
30
 
{
31
 
        font-weight: bold;
32
 
        font-size: 0.8em;
33
 
        color: black;
34
 
        background-color: #efeee9;
35
 
}
36
 
 
37
 
.accountslistheader .checkboxcolumn
38
 
{
39
 
        width: 2em;
40
 
}
41
 
 
42
 
.accountslistheader .typecolumn
43
 
{
44
 
        width: 4em;
45
 
}
46
 
 
47
 
.accountslistheader .usernamecolumn
48
 
{
49
 
        width: 14em;
50
 
}
51
 
 
52
 
.accountslistheader .fullnamecolumn
53
 
{
54
 
        padding-right: 6px;
55
 
        width: 18em;
56
 
}
57
 
 
58
 
.accountslistheader .statuscolumn
59
 
{
60
 
}
61
 
 
62
 
.accountslistitem
63
 
{
64
 
        height: 1.5em;
65
 
}
66
 
 
67
 
.accountslistaltitem
68
 
{
69
 
        height: 1.5em;
70
 
        background-color: #efeee9;
71
 
}
72
 
 
73
 
.accountsitem1
74
 
{
75
 
        width: 2em;
76
 
}
77
 
 
78
 
.accountsitem2
79
 
{
80
 
        width: 3.4em;
81
 
}
82
 
 
83
 
.accountsitem2 img
84
 
{
85
 
        padding-left: 4px;
86
 
}
87
 
 
88
 
.accountsitem3
89
 
{
90
 
        width: 12.3em;
91
 
}
92
 
 
93
 
.accountsitem4
94
 
{
95
 
        padding-right: 6px;
96
 
        width: 16.2em;
97
 
}
98
 
 
99
 
.searchnav
100
 
{
101
 
        clear: both;
102
 
        padding-bottom: 6px;
103
 
}
104
 
 
105
 
#DeleteButton
106
 
{
107
 
        float: left;
108
 
        margin-top: 6px;
109
 
}
110
 
 
111
 
#DisableButton
112
 
{
113
 
        float: left;
114
 
        margin-top: 6px;
115
 
        margin-left: 4px;
116
 
        width: 5em;
117
 
}
118
 
 
119
 
#EnableButton
120
 
{
121
 
        float: left;
122
 
        margin-top: 6px;
123
 
        margin-left: 4px;
124
 
        width: 4.6em;
125
 
}
126
 
 
127
 
#CreateButton
128
 
{
129
 
        float: right;
130
 
        margin-top: 6px;
131
 
}