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 {
|
||||
white-space: normal;
|
||||
overflow: auto;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.colorpicker,
|
||||
@ -529,15 +530,17 @@ input.small-width {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
@media screen and (max-width: 767px) {
|
||||
.box-center,
|
||||
.box-center-large {
|
||||
width: 90%;
|
||||
margin-top: 20px
|
||||
}
|
||||
|
||||
.main-header .logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
.content-wrapper,
|
||||
.right-side,
|
||||
|
Loading…
Reference in New Issue
Block a user