Sha256: 546a9b0a1bc053d443c2793b98186d22e47de0ca6079e1462d33eb7dc09137ce

Contents?: true

Size: 859 Bytes

Versions: 3

Compression:

Stored size: 859 Bytes

Contents

#mainheader
{
  text-align: center;
  /*background-color: #0f0f0f;*/
  background-color: #0088cc;
  color: #ffffff;
  margin-top: 0px;
  padding-top: 0px;
}

/* Make all iframes invisible. */
iframe
{
  width: 0px;
  height: 0px;
  border: 0px solid #000000;
}

#logout
{
  float: right;
  margin-right: 2em;
  margin-top: 0.4em;
}

/* See http://www.abeautifulsite.net/blog/2013/08/whipping-file-inputs-into-shape-with-bootstrap-3/ */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
quartz_flow-0.0.4 public/style.css
quartz_flow-0.0.3 public/style.css
quartz_flow-0.0.2 public/style.css