Sha256: 4d8e0bfd90b8d76c8c3f3e21ba269a21029fc7fe9ed1fa60a7014e27f2f92dfb

Contents?: true

Size: 683 Bytes

Versions: 2

Compression:

Stored size: 683 Bytes

Contents

/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/

#kublog #image-upload h2{
  margin-top:0px;
}

#kublog #image-upload small{
  display:block;
  margin-top:5px;
}

#kublog .image-file .container{
  display: table-cell;
  text-align: center;
  vertical-align: middle;  
  width:150px;
  height:150px;
  border:1px solid #ccc;
}

#kublog .image-file .container * {
    vertical-align: middle;
}

/*\*//*/
#kublog .image-file .container {
    display: block;
}
#kublog .image-file .container span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

#kublog #image-upload{
  padding:5px;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kublog-0.9.0 app/assets/stylesheets/kublog/images.css
kublog-0.0.1.1 app/assets/stylesheets/kublog/images.css