~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to src/admin/css/.svn/text-base/CreateiFolder.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
 
.tablecolumn
2
 
{
3
 
        width: 30em;
4
 
}
5
 
 
6
 
.okcancelnav
7
 
{
8
 
        clear: both;
9
 
        padding-top: 6px;
10
 
}
11
 
 
12
 
#CreateiFolderDiv
13
 
{
14
 
        float: left;
15
 
        width: 37em;
16
 
        padding-left: 12px;
17
 
        margin-bottom: 24px;
18
 
}
19
 
 
20
 
#CreateiFolderDiv td
21
 
{
22
 
        vertical-align: top;
23
 
}
24
 
 
25
 
#NameLabel
26
 
{
27
 
        font-weight: bold;
28
 
}
29
 
 
30
 
#Name
31
 
{
32
 
        width: 100%;
33
 
}
34
 
 
35
 
#DescriptionLabel
36
 
{
37
 
        font-weight: bold;
38
 
}
39
 
 
40
 
#Description
41
 
{
42
 
        overflow: auto;
43
 
        width: 100%;
44
 
}