apeeyush/Data-Analytics-Log-Manager

View on GitHub
app/assets/stylesheets/application.css

Summary

Maintainability
Test Coverage
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require_tree .
 *= require_self
 *= require dataTables/bootstrap/3/jquery.dataTables.bootstrap
 *= require chosen
 */

body {
  padding: 6px;
}

table {
  table-layout: fixed;
  word-wrap: break-word;
}

.bordered {
  border-color:#999;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
}

.bordered-bold {
  border-color:#999;
  border-style:solid;
  border-width:2px;
  border-radius:5px;
}

.top-buffer { margin-top:20px; }

.padding-around {
  padding-left: 20px; padding-right: 20px; padding-top: 20px; padding-bottom: 10px;
}

.input-short {
  display: inline-block;
  width: 80%;
}

.add-item {
  color: green;
  font-weight: bold;
  font-size: 1.5em;
  padding-right: 0.5em;
}

.remove-item {
  color: red;
  font-weight: bold;
  font-size: 1.5em;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}