Sha256: 094320346ac85a3d07f8c4df3d288750b03b81180425546dcbecd10d4a12d1a0

Contents?: true

Size: 1.75 KB

Versions: 7

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: 2px 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

7 entries across 7 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.246.1 lib/rest-ftp-daemon/static/css/main.css
rest-ftp-daemon-0.246.0 lib/rest-ftp-daemon/static/css/main.css
rest-ftp-daemon-0.245.1 lib/rest-ftp-daemon/static/css/main.css
rest-ftp-daemon-0.245 lib/rest-ftp-daemon/static/css/main.css
rest-ftp-daemon-0.243.2 lib/rest-ftp-daemon/static/css/main.css
rest-ftp-daemon-0.243.1 lib/rest-ftp-daemon/static/css/main.css
rest-ftp-daemon-0.243 lib/rest-ftp-daemon/static/css/main.css