Built motion from commit 05106a3.|0.0.33
[motion.git] / public / assets / css / global / custom.css
index 29171d5..94769e8 100644 (file)
@@ -67,6 +67,17 @@ Change Quick Sidebar Width
   margin-left: -370px;
 }
 */
+.ui-grid-vcenter div {
+  /*background-color: yellow !important;*/
+  /*text-align:center;*/
+  position: relative;
+  top: 50%;
+  padding-left: 10px;
+  -webkit-transform: translateY(-50%);
+  -ms-transform: translateY(-50%);
+  transform: translateY(-50%);
+}
+
 .demo {
   background-image:url('../../images/demo.png');
 }