list expanded changes
This commit is contained in:
@@ -99,6 +99,10 @@
|
||||
color: @gray-soft;
|
||||
}
|
||||
|
||||
.text-smaller {
|
||||
font-size: @font-size-smaller;
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: @button-radius;
|
||||
}
|
||||
@@ -242,16 +246,13 @@ label {
|
||||
}
|
||||
|
||||
div.list-expanded > ul > li > div.expanded-row > .cell {
|
||||
padding-left: 6px;
|
||||
padding-right: 3px;
|
||||
border-left: 1px solid @default-border-color;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
div.list-expanded > ul > li > div.expanded-row > .cell:first-child {
|
||||
padding-left: 0;
|
||||
border-left: 0;
|
||||
> .fas {
|
||||
margin-right: 3px;
|
||||
width: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
|
||||
@line-height-small-computed: floor((@font-size-base * @line-height-small));
|
||||
|
||||
@font-size-smaller: 13px;
|
||||
|
||||
@table-cell-padding: 8px;
|
||||
|
||||
@table-cell-less-padding: 3px;
|
||||
|
||||
Reference in New Issue
Block a user