CLEANUP: added some comments, renamed some variables, moved a tiny bit of code
[e-DoKo.git] / css / narrow.css
1 .main {
2   background-color: #fff;
3   margin-left: 0em;
4   margin-right: 0em;
5   min-height: 0em;
6 }
7
8 header, footer {
9   margin-left: 0em;
10   margin-right: 0em;
11 }
12
13
14 .lastlogin {
15   position: relative;
16   left: 0em;
17   top: 0em;
18   width: 100%;
19   text-align: center;
20   border-top: 1px solid gray;
21 }
22
23 .session div.sessionscore div, .status {
24   right:0em;
25 }
26
27 .usermenu {
28   left: 0em;
29 }
30
31 .notes {
32   position:relative;
33   top:0em;
34   left:0;
35   margin:0.1em;
36   margin-top:0em;
37   margin-left:0em;
38
39   width: 100%;
40
41   border:    2px solid gray;
42
43   padding:0.3em;
44
45   background-color: #efefef;
46
47   height:100%;
48   overflow: auto;
49   z-index:0;
50 }
51
52 .user { margin-left:5%;margin-right:5%; }
53
54 div.table img.table {
55   width:50%;
56 }