• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1body {
2  background: #FFFFFF;
3  font-size: 11pt;
4  line-height: 1.5em;
5  margin: 10px 15px;
6  -webkit-user-select: none;
7}
8.remoting-header {
9  font-size: 1.2em;
10  font-weight: bold;
11}
12.remoting-success-image {
13  text-align: center;
14  margin: 20px;
15}
16#message {
17  font-weight: bold;
18}
19.remoting-footer {
20  position: fixed;
21  right: 0px;
22  bottom: 0px;
23  margin-right: 10px;
24  margin-bottom: 10px;
25}
26html[dir='rtl'] .remoting-footer {
27  text-align: left;
28  left: 0px;
29  bottom: 0px;
30  margin-left: 20px;
31}
32input[type='button'],
33input[type='submit'] {
34  min-width: 87px;
35  min-height: 26px;
36}
37html[os='mac'] input[type='button'],
38html[os='mac'] input[type='submit'] {
39  font-size: 12pt;
40}
41