1
0
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:
Daniel Molina
2016-04-04 19:13:03 +02:00
parent 28b24505b8
commit ab23422ed7
3 changed files with 1 additions and 38 deletions

View File

@ -1,7 +1,3 @@
.right-content {
margin-top: -2rem;
}
#menu {
margin-right: 1rem;

View File

@ -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;
}

View File

@ -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;
}
}