mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 13:58:25 +01:00
Fix css
This commit is contained in:
parent
b5a955fd65
commit
b344119e4c
@ -364,6 +364,7 @@ span.form-control {
|
|||||||
.info-box-text {
|
.info-box-text {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.colorpicker,
|
.colorpicker,
|
||||||
@ -529,15 +530,17 @@ input.small-width {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 767px) {
|
||||||
.box-center,
|
.box-center,
|
||||||
.box-center-large {
|
.box-center-large {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-top: 20px
|
margin-top: 20px
|
||||||
}
|
}
|
||||||
.main-header .logo {
|
|
||||||
|
.main-header .logo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.content-wrapper,
|
.content-wrapper,
|
||||||
.right-side,
|
.right-side,
|
||||||
|
Loading…
Reference in New Issue
Block a user