app/assets/stylesheets/carnival/carnival-table.css.scss in carnival-0.2.7 vs app/assets/stylesheets/carnival/carnival-table.css.scss in carnival-0.2.8
- old
+ new
@@ -1,6 +1,6 @@
-/********************* TABLE BASE STYEL ********************* START */
+/********************* TABLE BASE STYLE ********************* START */
.carnival-table{
border-collapse: collapse;
border-spacing:0px;
z-index:1;
@@ -84,12 +84,21 @@
margin-top: 3px;
margin-right: 15px;
}
-/*********************** TABLE BASE STYEL ********************* END */
+/*********************** TABLE BASE STYLE ********************* END */
+/*********************** TABLE BATCHING ********************** START */
+
+.batching {
+ padding-left: 10px !important;
+ width: 36px;
+}
+
+/*********************** TABLE BATCHING ********************* END */
+
/*********************** TABLE SORTABLES ********************** START */
#sortable {width: 95%; padding-left: 0px;}
.sorting {background: url(image_path('carnival/sort_both.png')) no-repeat center left; }
@@ -99,6 +108,6 @@
.sorting_desc_disabled {background: url(image_path('carnival/sort_desc_disabled.png')) no-repeat center left; }
#sortable > li > a {float: right; padding-right: 10px;}
#sortable > .ui-state-default {border: 0px; border-bottom: 1px solid lightGrey; background: transparent;}
-/*********************** TABLE SORTABLES ********************** END */
\ No newline at end of file
+/*********************** TABLE SORTABLES ********************** END */