Skip to content

Commit ecbd999

Browse files
MDL-42451 installation: Add some Bootstrap classes for install
1 parent 28a2759 commit ecbd999

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

install/css.php

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,30 @@
372372
background-color: rgb(245, 245, 245);
373373
padding: 8px 15px;
374374
}
375+
376+
.w-100 {
377+
width: 100%!important;
378+
}
379+
.flex-row-reverse {
380+
flex-direction: row-reverse!important;
381+
}
382+
.btn-group, .btn-group-vertical {
383+
position: relative;
384+
display: inline-flex;
385+
vertical-align: middle;
386+
}
387+
.mb-3, .my-3 {
388+
margin-bottom: 1rem!important;
389+
}
390+
.mr-auto, .mx-auto {
391+
margin-right: auto!important;
392+
}
393+
.ml-auto, .mx-auto {
394+
margin-left: auto!important;
395+
}
396+
.ml-1, .mx-1 {
397+
margin-left: .25rem!important;
398+
}
375399
/*
376400
End of MDL-43839 IE9 specific CSS.
377401
*/

0 commit comments

Comments
 (0)