Same filename and directory in other branches
  1. 8.x-1.x css/exif.admin.css 1 comment
  2. 8.x-2.x css/exif.admin.css 1 comment
.tag_type {
  background-color: gray !important;
}

img.sample-image {
  height: 70px;
  float: right;
  margin: 0 0 15px 15px;
  vertical-align: sub;
}

h3.sample-image {
  margin-top: 40px;
  float: left;
}

File

./exif.admin.css

View source
  1. .tag_type {
  2. background-color: gray !important;
  3. }
  4. img.sample-image {
  5. height: 70px;
  6. float: right;
  7. margin: 0 0 15px 15px;
  8. vertical-align: sub;
  9. }
  10. h3.sample-image {
  11. margin-top: 40px;
  12. float: left;
  13. }