Sha256: 09a7676d43c62e89236983253af070112335c346831ce5929a1b1d69bbe73253

Contents?: true

Size: 1.36 KB

Versions: 3

Compression:

Stored size: 1.36 KB

Contents

#main {
  width: 94%;
  margin-left: 2%;
  margin-right: 2%;
  font-weight: 100;
}
h1 {
  font-weight: 300;
  text-align: center;
}
h2 {
  font-weight: 300;
  text-align: center;
}
h3 {
  font-weight: 300;
  text-align: center;
}
#menu {
  background-color: rgb(230,230,210);
}
#submenu {
  background-color: rgb(230,230,210);
  box-shadow: 0 8px 10px -8px #333;
  border-radius: 0px 0px 55px 55px;
}
#headicon {
  position:absolute;
  top:5px;
  left:8px;
  font-size:25px;
  color:#777;
}
.supplier {
  margin: 10px;
}
td {
  vertical-align: top;
}
th {
  font-weight: 400;
}
.settings {
  width: 50%;
}
.empty-stock {
  background-color: #c77;
}
.float_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.float_ul li {
  display: inline;
}
.float_ul li a {
  width: 10em;
  float: left;
  }
.center {
  text-align: center;
}
.huge-icon {
  font-size: 500%;
  color: #444;
}
.huge-icon:hover {
  color: #246;
}
.wished_qty_input {
  display: table-row;
}
.wished_qty_input input.qty {
  width: 3em;
  display: table-cell;
}
.wished_qty_input .packsize-buttons {
  display: table-cell;
  /*font-size: 50%;*/
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  vertical-align: middle;
}
.wished_qty_input .minus-pack, .wished_qty_input .plus-pack {
  font-size: 50%;
  display: block;
}
.wished_qty_input .order-none {
  display: table-cell;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rawbotz-0.1.5 lib/rawbotz/public/rawbotz.css
rawbotz-0.1.4 lib/rawbotz/public/rawbotz.css
rawbotz-0.1.3 lib/rawbotz/public/rawbotz.css