svg
This commit is contained in:
@ -8,7 +8,7 @@ INSERT IGNORE INTO `niveau01` (`id`, `label`, `siren`) VALUES
|
||||
(-100, 'DRAAF', '130007107');
|
||||
|
||||
INSERT IGNORE INTO `user` (`id`, `niveau01_id`, `username`, `firstname`, `lastname`, `password`, `email`, `avatar`, `role`,`siren`,`authlevel`) VALUES
|
||||
(-100, -100, 'admin', 'Administrateur', 'draaf', '{SSHA}euZCgZjWhBu0xUZI9lPK2ncV9oaB+Jqo
|
||||
(-100, -100, 'admin', 'Administrateur', 'draaf', '{SSHA}2gaQmmZPBjiDFIDLVGRjTuzPm0TA4eQ9
|
||||
', 'admin@ldapbundle.ac-arno.fr', 'admin.jpg', 'ROLE_ADMIN', '130007107', 'simple');
|
||||
|
||||
|
||||
|
@ -68,14 +68,10 @@
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.widget-bordered .widget-event {
|
||||
background-color: #fff !important;
|
||||
padding:5px 10px 5px 10px !important;
|
||||
.widget-bordered .widget-event {
|
||||
background-color: #fff !important;
|
||||
color :#000 !important;
|
||||
padding: 5px !important;
|
||||
border-radius: 10px;
|
||||
color: #000 !important;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.mychat .message {
|
||||
border-radius: 10px;
|
||||
}
|
Reference in New Issue
Block a user