mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
alignment and spacing in objects
This commit is contained in:
parent
a070b242ed
commit
2a117aa97d
1 changed files with 15 additions and 1 deletions
|
@ -39,7 +39,7 @@ kbn-settings-objects {
|
|||
.action-bar {
|
||||
margin-top: 10px;
|
||||
background-color: @gray-lighter;
|
||||
padding: 4px 8px;
|
||||
padding: 4px 12px;
|
||||
|
||||
.btn-xs {
|
||||
font-size: 10px;
|
||||
|
@ -73,6 +73,20 @@ kbn-settings-objects-view {
|
|||
}
|
||||
}
|
||||
|
||||
.objects-settings {
|
||||
.item {
|
||||
padding: 12px;
|
||||
|
||||
.item-title {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin-top: -6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.indices-settings {
|
||||
i.active {
|
||||
color: @btn-success-bg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue