Sha256: afe4647c0cf2414ab8dab2e7f42de4bdd679e745117c3b8041c488dc44413a47

Contents?: true

Size: 1.29 KB

Versions: 5

Compression:

Stored size: 1.29 KB

Contents

.file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-weight: bold;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_small {
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: auto;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_large {
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 20px;
  background: palegreen;
  border: 1px solid limegreen;
}

.file_upload_highlight {
  background: lawngreen;
}

.file_upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: 300px solid transparent;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  filter: alpha(opacity=0);
  -o-transform: translate(-300px, -300px) scale(10);
  -moz-transform: translate(-800px, 0) scale(10);
  cursor: pointer;
}

.file_upload iframe, .file_upload button {
  display: none;
}

.file_upload_progress .ui-progressbar-value {
  background: url(../../images/pbar-ani.gif);
}

.file_upload_progress div {
  width: 150px;
  height: 15px;
}

.file_upload_cancel div {
  cursor: pointer;
}
.files{
  margin-left: 20px;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
social_stream-base-0.5.2 lib/generators/social_stream/base/templates/public/stylesheets/default/jquery.fileupload-ui.css
social_stream-base-0.5.1 lib/generators/social_stream/base/templates/public/stylesheets/default/jquery.fileupload-ui.css
social_stream-base-0.5.0 lib/generators/social_stream/base/templates/public/stylesheets/default/jquery.fileupload-ui.css
social_stream-0.4.6 lib/generators/social_stream/templates/public/stylesheets/default/jquery.fileupload-ui.css
social_stream-0.4.5 lib/generators/social_stream/templates/public/stylesheets/default/jquery.fileupload-ui.css