mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-05 16:51:21 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
60
drupal7/web/modules/image/image.admin.css
Normal file
60
drupal7/web/modules/image/image.admin.css
Normal file
|
@ -0,0 +1,60 @@
|
|||
|
||||
/**
|
||||
* Image style configuration pages.
|
||||
*/
|
||||
div.image-style-new,
|
||||
div.image-style-new div {
|
||||
display: inline;
|
||||
}
|
||||
div.image-style-preview div.preview-image-wrapper {
|
||||
float: left;
|
||||
padding-bottom: 2em;
|
||||
text-align: center;
|
||||
top: 50%;
|
||||
width: 48%;
|
||||
}
|
||||
div.image-style-preview div.preview-image {
|
||||
margin: auto;
|
||||
position: relative;
|
||||
}
|
||||
div.image-style-preview div.preview-image div.width {
|
||||
border: 1px solid #666;
|
||||
border-top: none;
|
||||
height: 2px;
|
||||
left: -1px;
|
||||
bottom: -6px;
|
||||
position: absolute;
|
||||
}
|
||||
div.image-style-preview div.preview-image div.width span {
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
div.image-style-preview div.preview-image div.height {
|
||||
border: 1px solid #666;
|
||||
border-left: none;
|
||||
position: absolute;
|
||||
right: -6px;
|
||||
top: -1px;
|
||||
width: 2px;
|
||||
}
|
||||
div.image-style-preview div.preview-image div.height span {
|
||||
height: 2em;
|
||||
left: 10px;
|
||||
margin-top: -1em;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Image anchor element.
|
||||
*/
|
||||
table.image-anchor {
|
||||
width: auto;
|
||||
}
|
||||
table.image-anchor tr.even,
|
||||
table.image-anchor tr.odd {
|
||||
background: none;
|
||||
}
|
||||
table.image-anchor td {
|
||||
border: 1px solid #CCC;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue