mariuz/firebirdwebadmin

View on GitHub
assets/css/main.css

Summary

Maintainability
Test Coverage
html {
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 70px;
}

.margin-bottom-0px {
    margin-bottom: 0
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.container {
  -width: auto;
  -max-width: 680px;
  -padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

.margin-left-10px {
    margin-left: 10px !important;
}

.margin-left-20px {
    margin-left: 20px !important;
}


.CodeMirror {
  border-top: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
}