aboutsummaryrefslogtreecommitdiff
path: root/htdocs/css/mathy.css
blob: 172c9da0aa7e79e534b22b941cfa9d8255b5af4f (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
#editor { 
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}

#math-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;

  margin: 10px;
}

#buttons {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: calc(50% + 10px);
}