app/assets/stylesheets/c80_estate/backend/common.scss in c80_estate-0.1.0.7 vs app/assets/stylesheets/c80_estate/backend/common.scss in c80_estate-0.1.0.8
- old
+ new
@@ -1,3 +1,18 @@
#admin_user_1 {
display: none;
+}
+
+.image_vertical {
+ text-align: center; /*!*/
+ white-space: nowrap; /*!*/
+
+ > span {
+ display: inline-block; /*!*/
+ vertical-align: middle; /*!*/
+ height: 100%; /*!*/
+ }
+
+ > img {
+ vertical-align: middle; /*!*/
+ }
}
\ No newline at end of file