Subversion Repositories wimsdev

Rev

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

Rev 16137 Rev 16138
Line 111... Line 111...
111
  .actions>input[type="submit"],
111
  .actions>input[type="submit"],
112
  .actions>.wims_button,
112
  .actions>.wims_button,
113
  .actions>.wims_button_help{
113
  .actions>.wims_button_help{
114
    display: flex;
114
    display: flex;
115
    justify-content: center;
115
    justify-content: center;
-
 
116
  }
-
 
117
  .actions>input[type="submit"],
-
 
118
  .actions>.wims_button{
-
 
119
    flex-grow: 2;
-
 
120
  }
-
 
121
  .actions>.wims_button_help,
-
 
122
  .actions>.wims_secondary_button{
116
    flex-grow: 1;
123
    flex-grow: 1;
117
  }
124
  }
118
}
125
}