Subversion Repositories wimsdev

Rev

Rev 15722 | Rev 16138 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15722 Rev 16137
Line 99... Line 99...
99
}
99
}
100
 
100
 
101
.wims_button.inline{
101
.wims_button.inline{
102
  padding: 0 .2em;
102
  padding: 0 .2em;
103
  line-height: 1.5em;
103
  line-height: 1.5em;
-
 
104
}
-
 
105
 
-
 
106
.actions {
-
 
107
  display: flex;
-
 
108
}
-
 
109
/* Small screens */
-
 
110
@media only screen and (max-width: 40em) {
-
 
111
  .actions>input[type="submit"],
-
 
112
  .actions>.wims_button,
-
 
113
  .actions>.wims_button_help{
-
 
114
    display: flex;
-
 
115
    justify-content: center;
-
 
116
    flex-grow: 1;
-
 
117
  }
104
}
118
}