badmin.css
[Pman.BAdmin] / badmin.css
1 .navbar-brand {
2     height: 50px;
3     padding: 0;
4 }
5
6 .navbar-brand>img {
7     height: 50px;
8 }
9
10 .dropdown-menu.user-menu {
11     -webkit-border-radius: 0;
12     -moz-border-radius: 0;
13     border-radius: 0;
14     padding:15px;
15     border-top-width: 0;
16     width: 320px;
17 }
18
19 .dropdown-menu-item.user-footer {
20     margin-top:10px;
21 }
22
23 .pman-badmin-image-manager .row-style{
24     margin-bottom: 0px;
25 }
26
27 .pman-badmin-image-manager .row-style label{
28     margin-top: 26px;
29     padding: 0;
30 }
31
32 .form-group-button_row{
33     margin-top: 26px;
34 }
35
36 .pman-badmin-image-manager .row-style .roo-required-indicator{
37     margin-top: 4px;
38 }
39
40 .pman-badmin-image-manager .row-style .col-md-8{
41     padding: 0;
42 }
43
44 .pman-badmin-image-manager .masonry-brick{
45     box-shadow: 3px 3px 3px 1px rgba(150, 150, 150, 0.2);
46 }
47
48 .pman-badmin-image-manager .masonry-brick-image-view{
49     object-fit: contain;
50 }
51
52 .x-grid-row-fadeout{
53   visibility: hidden;
54   opacity: 0;
55   transition: visibility 0s 1s, opacity 1s linear;
56 }
57 /* remove me -- should not be using this */
58 .cell-strikethrough{
59     text-decoration: line-through;
60 }
61
62 .padding-bottom-trim .modal-body {
63     padding-bottom: 0;
64 }
65
66 .account-management-group-nav-item {
67     padding: 10px;
68 }