replaced css reset with normalize.css
[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   left: 0.2em;
16   top: 1.2em;
17 }
18
19 .session div.sessionscore div, .status {
20   right:0em;
21 }
22
23 .usermenu {
24   left: 0em;
25 }
26
27 .notes {
28   position:relative;
29   top:0em;
30   left:0;
31   margin:0.1em;
32   margin-top:0em;
33   margin-left:0em;
34
35   width: 100%;
36
37   border:    2px solid gray;
38
39   padding:0.3em;
40
41   background-color: #efefef;
42
43   height:100%;
44   overflow: auto;
45   z-index:0;
46 }
47
48 .user { margin-left:5%;margin-right:5%; }
49
50 div.table img.table {
51   width:50%;
52 }