/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 CodeViewer/codeviewer.css

  • Committer: Erik Wikström
  • Date: 2013-04-09 09:09:31 UTC
  • mfrom: (21 lenasys)
  • mto: (21.1.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: wikxen@gmail.com-20130409090931-9jcs9kzg8et0912g
Remerged! Changed password hashes to VARCHAR(32)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    width: 100%;
23
23
    height: 44px;
24
24
    background: #ffeedd;
25
 
    background-image: url('../media../codeviewer/CodeViewerMenuareaBack.png');
 
25
    background-image: url('../media/codeviewer/CodeViewerMenuareaBack.png');
26
26
}
27
27
.RestContainer {
28
28
    width: 100%;
34
34
    width: 450px;
35
35
    border: 1px solid black;
36
36
    background-color: #ffffff;
37
 
    background-image: url('../media../codeviewer/CodeViewerDescareaBack.png');
 
37
    background-image: url('../media/codeviewer/CodeViewerDescareaBack.png');
38
38
    background-repeat: repeat-x;
39
39
}
40
40
.codecontent {
50
50
.menubarstyle {
51
51
    width: 100%;
52
52
    height: 44px;
53
 
    background-image: url('../media../codeviewer/CodeViewerMenuareaBack.png');
 
53
    background-image: url('../media/codeviewer/CodeViewerMenuareaBack.png');
54
54
}
55
55
.buttonstyle {
56
56
    width: 44px;