Project

General

Profile

« Previous | Next » 

Revision 57818

Badge add rotated badge in admin pages
Set _id null when create a profile from default one
Set sidebar default option to open

View differences:

dashboard-custom.css
207 207
  padding: 5px 10px;
208 208
}
209 209

  
210
.large-badge {
211
  height: 104px;
210
.badge {
211
  height: 100px;
212 212
  position: absolute;
213 213
  top: 0;
214 214
  left: 0;
215 215
  z-index: 1;
216 216
}
217
.small-badge {
218
  height: 70px;
219
}
220
 .right-badge{
221
  top: 0;
222
   left: auto;
223
  transform: rotate(90deg);
224
  right: 0;
225

  
226
}

Also available in: Unified diff