Sha256: 63e26ab15ad0eedd0665ee2f8cae04ee4deeb2ab396fb565c2ae53e0b64bad16

Contents?: true

Size: 1.75 KB

Versions: 2

Compression:

Stored size: 1.75 KB

Contents

/* Common styles
-------------------------------------------------- */
.text-right {
  text-align: right;
  }

.nobr {
  white-space: nowrap;
  }

body, table tr td, .fixed {
  font-family: 'Verdana', Verdana, sans-serif;
  font-size: 1em;
  }

.token {
  display: inline-block;
  background-color: #fefefe;
  padding: 0 3px;
  margin: 0 2px;
  border: 1px solid silver;
  border-radius: 0.25em;
  }

.label {
  font-size: 1em;
  padding: 2px 2px 2px 2px;
  margin-bottom: 1px;
  font-weight: normal;
  display: inline-block;
  font-family: sans-serif;

  border: 1px solid transparent;
  }

.label-outline {
  color: black;
  border: 1px solid #999;
  background-color: transparent;
  }

.label-contrast {
  color: white;
  border: 1px dotted #999;
  background-color: black;
  }

h2 {
  font-size: 1.5em;
  margin-top: 2em;
}

.progress {
  margin-bottom: 0;
  /*min-width: 60px;*/
  }

a.class {
  text-decoration: underline;
  }


.debug {
  border: 1px solid orange;
}

.table-condensed tbody > tr > td {
  padding: 3px 3px;
  }

#box-jobs .error {
  min-width: 100px;
}


/* Header styles
-------------------------------------------------- */
.header-indicators {
  /*border: 1px solid red;*/
  margin-top: 20px;
  margin-bottom: 4px;
}


.paginate {
  padding-left: 7px !important;
  padding-right: 7px !important;
}


/* Footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  border-top: 1px solid #e7e7e7;
}
.footer-signature {
  /*border: 1px solid blue;*/
  margin-top: 12px;
}

.footer-indicators {
  /*border: 1px solid blue;*/
  margin-top: 5px;
  /*margin-bottom: 2px;*/
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.242.5 lib/rest-ftp-daemon/static/css/main.css
rest-ftp-daemon-0.242.4 lib/rest-ftp-daemon/static/css/main.css