summaryrefslogtreecommitdiffstats
path: root/css/narrow.css
blob: 29aad6b2698023647a21f88d844c76fbeae92ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.main {
  background-color: #fff;
  margin-left: 0em;
  margin-right: 0em;
  min-height: 0em;
}

header, footer {
  margin-left: 0em;
  margin-right: 0em;
}


.lastlogin {
  position: relative;
  left: 0em;
  top: 0em;
  width: 100%;
  text-align: center;
  border-top: 1px solid gray;
}

.session div.sessionscore div, .status {
  right:0em;
}

.usermenu {
  left: 0em;
}

.notes {
  position:relative;
  top:0em;
  left:0;
  margin:0.1em;
  margin-top:0em;
  margin-left:0em;

  width: 100%;

  border:    2px solid gray;

  padding:0.3em;

  background-color: #efefef;

  height:100%;
  overflow: auto;
  z-index:0;
}

.user { margin-left:5%;margin-right:5%; }

div.table img.table {
  width:50%;
}