Skip to content

Commit

Permalink
fixed #279
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Jul 6, 2015
1 parent 3c3b5cb commit d6185b8
Showing 1 changed file with 53 additions and 37 deletions.
90 changes: 53 additions & 37 deletions app/styles/responsive.css
Original file line number Diff line number Diff line change
@@ -1,68 +1,84 @@
@media (min-width: 960px) {
.hide-user {
display: none;
}
.hide-user {
display: none;
}

.ologin .btn-group a:first-child i:after {
content: " New DB";
}
.ologin .btn-group a:first-child i:after {
content: " New DB";
}
}

@media (max-width: 798px) {
.query-hint {
display: none;
}
.query-hint {
display: none;
}

.hide-settings {
display: none;
}
.hide-settings {
display: none;
}

.ologin .form-group:first-child div.col-md-5 {
padding-bottom: 10px;
}
.ologin .form-group:first-child div.col-md-5 {
padding-bottom: 10px;
}

}

@media (min-height: 10px) and (max-height: 768px) {
.console_class_functions .CodeMirror {
height: 300px;
}
.console_class_functions .CodeMirror {
height: 300px;
}
}

@media (min-height: 769px) {
.console_class_functions .CodeMirror {
height: 400px;
}
.console_class_functions .CodeMirror {
height: 400px;
}
}

@media (min-height: 900px) {
.console_class_functions .CodeMirror {
height: 550px;
}
.console_class_functions .CodeMirror {
height: 550px;
}
}

@media (min-width: 798px) {
.query-hint-mobile {
display: none;
}
.query-hint-mobile {
display: none;
}
}

@media (min-width: 768px) and (max-width: 803px) {
.navbar-user {
display: none;
}
}

@media (min-width: 768px) and (max-width: 1124px) {
.navbar-brand {
display: none;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.navbar-user .username {
display: none;
}

}

@media (min-width: 768px) and (max-width: 959px) {
.navbar-user .username {
display: none;
}

.hide-settings {
display: none;
}
.hide-settings {
display: none;
}
}

table.table-schema tbody > tr > td input {
width: auto;
width: auto;
}

@media (min-width: 959px) and (max-width: 1100px) {
.info {
width: 60%;
}
.info {
width: 60%;
}
}

0 comments on commit d6185b8

Please sign in to comment.