Code review, correct font-size of close/minimize button of

commonDialogWindow

Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
Melanie Retter
2016-06-03 09:49:36 +02:00
parent 40c7b6f0f7
commit 6c725efd70
26 changed files with 213 additions and 143 deletions

View File

@@ -88,7 +88,7 @@
}
.icon-only {
// margin-bottom: 6px !important;
margin-bottom: 6px !important;
}
//Toggle between pin and status icon

View File

@@ -11,7 +11,6 @@
//Color picker layout position adjustment
.rgb-vertical-layout {
// margin-top: 100px !important;
padding-bottom: 12px;
}
@@ -47,4 +46,11 @@
box-shadow: none !important;
height: 75px !important;
}
.v-window-fontsize .v-window-closebox,
.v-window-fontsize .v-window-maximizebox,
.v-window-fontsize .v-window-restorebox {
font-size: 16px;
}
}