public/css/admin_console.css in cloud-crowd-0.7.5 vs public/css/admin_console.css in cloud-crowd-0.7.6
- old
+ new
@@ -202,6 +202,24 @@
margin: 0 1px;
background-color: #a1003d;
}
.graph {
height: 150px;
- }
\ No newline at end of file
+ }
+ .info_table {
+ width: 300px;
+ outline: #555555 solid 2px;
+ text-align: center;
+ margin-left: 15px;
+ }
+ .info_table thead tr {
+ font-size: 16px;
+ color: #454545;
+ height: 50px;
+ background-color: white;
+ }
+ .info_table tbody tr {
+ height: 30px;
+ background-color: white;
+ }
+
+