Project

General

Profile

« Previous | Next » 

Revision 57105

Finished the first version of the validation test pages

View differences:

provide-custom.css
65 65
  min-height: 480px;
66 66
}
67 67

  
68
.wizard .content .body .uk-form-label {
69
  display: block;
70
  font-weight: 500;
71
  font-size: 14px;
72
  margin: -4px 0;
73
  padding-bottom: 8px;
74
}
75

  
68 76
/*******************************/
69 77

  
70 78
.repositoryTypeSelection .uk-card-body {
......
155 163

  
156 164
/******************************/
157 165

  
166
/********* VALIDATION FORMS *********/
167

  
168
.selectAll label {
169
  display: block;
170
  width: 100%;
171
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fc, #f8f9fc) repeat scroll 0 0;
172
  border-bottom: 1px solid #dee3ea;
173
  border-top: 1px solid #d4dbe4;
174
  box-shadow: 0 1px rgba(255, 255, 255, 0.79) inset;
175
  padding: 5px 5px;
176
  margin-left: -5px;
177
  margin-right: -5px;
178
}
179

  
180
.selectAll span {
181
  letter-spacing: 0.5px;
182
  margin-left: 15px;
183
}
184

  
185
.xPathPanel {
186
  display: block;
187
  width: 100%;
188
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fc, #f8f9fc) repeat scroll 0 0;
189
  border-bottom: 1px solid #dee3ea;
190
  border-top: 1px solid #d4dbe4;
191
  box-shadow: 0 1px rgba(255, 255, 255, 0.79) inset;
192
  padding: 20px 10px;
193
  margin-left: -5px;
194
  margin-right: -5px;
195
}
196

  
197
/************************************/

Also available in: Unified diff