|
@@ -2,13 +2,16 @@
|
|
|
// Tables
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
+.table-actions {
|
|
|
+ margin-bottom: @line-height-computed;
|
|
|
+}
|
|
|
+
|
|
|
.table-panel {
|
|
|
border: 1px solid @table-panel-border;
|
|
|
border-radius: @border-radius-base;
|
|
|
box-shadow: 0px 0px 0px 3px @table-panel-shadow;
|
|
|
margin-bottom: @line-height-computed;
|
|
|
|
|
|
- margin-top: @line-height-computed;
|
|
|
table {
|
|
|
margin: 0px;
|
|
|
|