mirror of
https://github.com/OpenNebula/one.git
synced 2025-08-25 21:49:29 +03:00
Feature #4363: Fix layout
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
.right-content {
|
||||
margin-top: -2rem;
|
||||
}
|
||||
|
||||
#menu {
|
||||
margin-right: 1rem;
|
||||
|
||||
|
@ -1,28 +0,0 @@
|
||||
#top-row {
|
||||
padding: 1rem 0 0 0;
|
||||
|
||||
.opennebula-img {
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
.logo-header {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.header-title {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.action_blocks {
|
||||
& > span {
|
||||
padding-right: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.vm-action-disabled {
|
||||
//color: #cfcfcf !important;
|
||||
cursor: default !important;
|
||||
opacity: 0.25;
|
||||
}
|
@ -22,7 +22,7 @@
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
@import './top-row';
|
||||
@import './layout';
|
||||
@import './menu';
|
||||
@import './accordion';
|
||||
@import './range-slider';
|
||||
@ -112,8 +112,3 @@ meter {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.provision-logo {
|
||||
img {
|
||||
height: 3rem;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user