LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
simple_image_rotate.css |
css/simple_image_rotate.css |
|
.image-widget {
position: relative;
}
a.rotate-icon {
position: absolute;
top: -15px;
left: -15px;
font-size: 30px;
line-height: 30px;
color: blue;
text-decoration: none;
}
a.rotate-icon:hover {
color:… |
simple_image_rotate.info |
simple_image_rotate.info |
|
name = Simple Image Rotate
description = Simple image rotation
package = Media
core = "7.x"
dependencies[] = image
; Information added by Drupal.org packaging script on 2017-01-17
version = "7.x-1.2"
core = "7.x"
project… |
simple_image_rotate.module |
simple_image_rotate.module |
|
Allows users to rotate images on node forms. |