1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

Update app.scss

This commit is contained in:
Daniel Molina 2014-03-04 19:15:02 +01:00
parent b53fd42b33
commit 336b810d14
2 changed files with 26 additions and 16 deletions

File diff suppressed because one or more lines are too long

View File

@ -231,6 +231,16 @@ select {
color: #555;
}
.reveal-modal {
fieldset {
margin-bottom: 30px !important;
}
}
.has-tip {
margin-left: 10px;
}
// Totals
.totals-info {
@ -319,25 +329,25 @@ fieldset {
// Tabs
.tabs.vertical {
dd {
border-right: 1px solid #dfdfdf;
//.tabs.vertical {
// dd {
// border-right: 1px solid #dfdfdf;//
}
// }//
dd.active {
border-left: 1px solid #dfdfdf;
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
border-right: 1px solid #FFFFFF;
// dd.active {
// border-left: 1px solid #dfdfdf;
// border-top: 1px solid #dfdfdf;
// border-bottom: 1px solid #dfdfdf;
// border-right: 1px solid #FFFFFF;//
a {
font-weight: bold !important;
}
}
}
// a {
// font-weight: bold !important;
// }
// }
//}
.tabs:not(.vertical) {
.tabs {
dd {
border: 1px solid #efefef;
}