aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/connection_diagnostics.css
blob: fc040d0b1cedc253bbd5d20f856d6d021a2420e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#content {
   text-align: center;
}

#statusmsg {
   font-size: 200%;
   color: #444;
}

#emailform { margin: 2em; padding: 1em; background: #eee; border: 1px solid #999; }
#emailform p { font-size: 200%;  color: #444; }
#emailform input { font-size: 200%; margin-bottom: 1em; }
#emailform #email { color: #555; }