/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/registration.css

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-31 06:15:46 UTC
  • mfrom: (90.1.20 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130531061546-vj8z28sq375kvghq
Merged Jonsson:s changes:
Fixed the layout on cms index so the arrows and dots marks expanded objects.
Fixed so the course content is sorted by course occasion and not by name

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#bigwrapper {
 
2
        position:absolute;
 
3
        top:54px;
 
4
        width:1024px;
 
5
        margin: 0 auto;
 
6
        left:50%;
 
7
        margin-left:-351px;
 
8
}
 
9
 
 
10
#regWrapper {
 
11
        width: 697px;
 
12
        border: 1px solid #cccccc;
 
13
        background: #f5f5f5;
 
14
        text-align: center;
 
15
        font-size: 1.6em;
 
16
        line-height: 130%;
 
17
}
 
18
 
 
19
#regForm {
 
20
margin: 10px auto;
 
21
display: table;
 
22
border-spacing:0 10px;
 
23
}
 
24
 
 
25
input {
 
26
        -webkit-border-radius: 5px;
 
27
        -moz-border-radius: 5px;
 
28
        border-radius: 5px;
 
29
}
 
30
 
 
31
.confirmbuttonlooks {
 
32
        padding:4px;
 
33
        border:gray solid 1px;
 
34
}
 
35
.confirmbuttonlooks:hover {
 
36
        background-image: linear-gradient(to bottom,#fff,#ccc);
 
37
        -webkit-box-shadow: 0px 0px 1px 1px #999;
 
38
        box-shadow: 0px 0px 1px 1px #999;
 
39
}
 
40
#regForm td{
 
41
        padding: 5px;   
 
42
}
 
43
 
 
44
#buttonposition {
 
45
        padding-left: 0px;
 
46
}
 
47
 
 
48
#regformcontenttext {
 
49
padding-top:5px;
 
50
}
 
51
 
 
52
#grayText {
 
53
        color: red;
 
54
}
 
55
 
 
56
#regHeader {
 
57
        font-weight: bold;
 
58
        font-size: 1.1em;
 
59
        padding: 20px 0 10px 0;
 
60
}
 
 
b'\\ No newline at end of file'