app/assets/stylesheets/tables.css in nice_admin-0.0.2 vs app/assets/stylesheets/tables.css in nice_admin-0.0.3
- old
+ new
@@ -39,10 +39,25 @@
table td.center,
table th.center {
text-align: center
}
-/*Midle center cell*/
+
+
table td.middle,
table th.middle {
vertical-align: middle
+}
+
+.blank_table_text{
+ padding-top: 65px;
+ font-size: 40px;
+ font-weight: bold;
+ text-transform: uppercase;
+
+ -webkit-background-clip: text;
+ background-color: rgba(82,96,117,0.25);
+ color: transparent;
+ text-shadow: rgba(255,255,255,0.5) 0 5px 6px;
+
+ font-family: Helvetica;
}
\ No newline at end of file