Browse Source

Adds basic table fix, thead fix

pull/993/head
jlukic 10 years ago
parent
commit
df424a31a0
11 changed files with 40 additions and 34 deletions
  1. 3
      build/less/definitions/collections/table.less
  2. 3
      build/less/themes/packages/default/collections/table.variables
  3. 2
      build/minified/definitions/collections/table.min.css
  4. 29
      build/packaged/definitions/css/semantic.css
  5. 2
      build/packaged/definitions/css/semantic.min.css
  6. 5
      build/uncompressed/definitions/collections/table.css
  7. 6
      build/uncompressed/definitions/modules/shape.css
  8. 6
      build/uncompressed/definitions/modules/transition.css
  9. 12
      build/uncompressed/definitions/modules/video.css
  10. 3
      src/definitions/collections/table.less
  11. 3
      src/themes/packages/default/collections/table.variables

3
build/less/definitions/collections/table.less

@ -624,7 +624,7 @@
.ui.definition.table td:first-child { .ui.definition.table td:first-child {
background: @definitionBackground; background: @definitionBackground;
font-weight: @definitionColor;
font-weight: @definitionFontWeight;
color: @definitionColor; color: @definitionColor;
} }
@ -647,6 +647,7 @@
} }
.ui.basic.table th { .ui.basic.table th {
background-color: @basicTableHeaderBackground; background-color: @basicTableHeaderBackground;
border-left: @basicTableHeaderDivider;
} }
.ui.basic.table tbody tr { .ui.basic.table tbody tr {
border-bottom: @basicTableCellBorder; border-bottom: @basicTableCellBorder;

3
build/less/themes/packages/default/collections/table.variables

@ -31,7 +31,7 @@
/* Table Header */ /* Table Header */
@headerBorder: 1px solid @solidBorderColor; @headerBorder: 1px solid @solidBorderColor;
@headerDivider: 1px solid @solidBorderColor;
@headerDivider: none;
@headerBackground: linear-gradient(transparent, rgba(0, 0, 0, 0.03)); @headerBackground: linear-gradient(transparent, rgba(0, 0, 0, 0.03));
@headerAlign: left; @headerAlign: left;
@headerVerticalAlign: middle; @headerVerticalAlign: middle;
@ -165,6 +165,7 @@
@basicTableHeaderBackground: transparent; @basicTableHeaderBackground: transparent;
@basicTableCellBackground: transparent; @basicTableCellBackground: transparent;
@basicTableHeaderDivider: none;
@basicTableCellBorder: 1px solid rgba(0, 0, 0, 0.1); @basicTableCellBorder: 1px solid rgba(0, 0, 0, 0.1);
@basicTableCellVerticalPadding: 0.8em; @basicTableCellVerticalPadding: 0.8em;
@basicTableCellHorizontalPadding: 0em; @basicTableCellHorizontalPadding: 0em;

2
build/minified/definitions/collections/table.min.css
File diff suppressed because it is too large
View File

29
build/packaged/definitions/css/semantic.css

@ -4391,7 +4391,7 @@ body > .ui.grid:not(.page) {
font-weight: bold; font-weight: bold;
text-transform: none; text-transform: none;
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-left: none;
} }
.ui.table thead th:first-child { .ui.table thead th:first-child {
border-radius: 0.25rem 0em 0em 0em; border-radius: 0.25rem 0em 0em 0em;
@ -4913,7 +4913,7 @@ body > .ui.grid:not(.page) {
---------------*/ ---------------*/
.ui.definition.table td:first-child { .ui.definition.table td:first-child {
background: ''; background: '';
font-weight: rgba(0, 0, 0, 0.8);
font-weight: bold;
color: rgba(0, 0, 0, 0.8); color: rgba(0, 0, 0, 0.8);
} }
/*-------------- /*--------------
@ -4931,6 +4931,7 @@ body > .ui.grid:not(.page) {
} }
.ui.basic.table th { .ui.basic.table th {
background-color: transparent; background-color: transparent;
border-left: none;
} }
.ui.basic.table tbody tr { .ui.basic.table tbody tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1);
@ -19701,6 +19702,9 @@ a.ui.nag {
/*--- Standard ---*/ /*--- Standard ---*/
/*--- Emotive ---*/ /*--- Emotive ---*/
/*--- Neutrals ---*/ /*--- Neutrals ---*/
/*------------------
Load Theme
-------------------*/
/******************************* /*******************************
Shape Shape
*******************************/ *******************************/
@ -19710,9 +19714,6 @@ a.ui.nag {
Types Types
---------------*/ ---------------*/
/* Cube */ /* Cube */
/*------------------
Load Theme
-------------------*/
/*------------------ /*------------------
Load Site Load Site
-------------------*/ -------------------*/
@ -20734,12 +20735,12 @@ body.pushed.scrolling.ui.dimmable {
/*--- Standard ---*/ /*--- Standard ---*/
/*--- Emotive ---*/ /*--- Emotive ---*/
/*--- Neutrals ---*/ /*--- Neutrals ---*/
/*******************************
Transition
*******************************/
/*------------------ /*------------------
Load Theme Load Theme
-------------------*/ -------------------*/
/*******************************
Transition
*******************************/
/*------------------ /*------------------
Load Site Load Site
-------------------*/ -------------------*/
@ -21730,12 +21731,6 @@ body.pushed.scrolling.ui.dimmable {
/*------------------ /*------------------
Load Default Load Default
-------------------*/ -------------------*/
/*******************************
Video
*******************************/
/*------------------
Load Theme
-------------------*/
/******************************* /*******************************
Site Settings Site Settings
*******************************/ *******************************/
@ -21819,6 +21814,12 @@ body.pushed.scrolling.ui.dimmable {
/*--- Standard ---*/ /*--- Standard ---*/
/*--- Emotive ---*/ /*--- Emotive ---*/
/*--- Neutrals ---*/ /*--- Neutrals ---*/
/*******************************
Video
*******************************/
/*------------------
Load Theme
-------------------*/
/*------------------ /*------------------
Load Site Load Site
-------------------*/ -------------------*/

2
build/packaged/definitions/css/semantic.min.css
File diff suppressed because it is too large
View File

5
build/uncompressed/definitions/collections/table.css

@ -221,7 +221,7 @@
font-weight: bold; font-weight: bold;
text-transform: none; text-transform: none;
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-left: none;
} }
.ui.table thead th:first-child { .ui.table thead th:first-child {
border-radius: 0.25rem 0em 0em 0em; border-radius: 0.25rem 0em 0em 0em;
@ -743,7 +743,7 @@
---------------*/ ---------------*/
.ui.definition.table td:first-child { .ui.definition.table td:first-child {
background: ''; background: '';
font-weight: rgba(0, 0, 0, 0.8);
font-weight: bold;
color: rgba(0, 0, 0, 0.8); color: rgba(0, 0, 0, 0.8);
} }
/*-------------- /*--------------
@ -761,6 +761,7 @@
} }
.ui.basic.table th { .ui.basic.table th {
background-color: transparent; background-color: transparent;
border-left: none;
} }
.ui.basic.table tbody tr { .ui.basic.table tbody tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1);

6
build/uncompressed/definitions/modules/shape.css

@ -128,6 +128,9 @@
/*--- Standard ---*/ /*--- Standard ---*/
/*--- Emotive ---*/ /*--- Emotive ---*/
/*--- Neutrals ---*/ /*--- Neutrals ---*/
/*------------------
Load Theme
-------------------*/
/******************************* /*******************************
Shape Shape
*******************************/ *******************************/
@ -137,9 +140,6 @@
Types Types
---------------*/ ---------------*/
/* Cube */ /* Cube */
/*------------------
Load Theme
-------------------*/
/*------------------ /*------------------
Load Site Load Site
-------------------*/ -------------------*/

6
build/uncompressed/definitions/modules/transition.css

@ -128,12 +128,12 @@
/*--- Standard ---*/ /*--- Standard ---*/
/*--- Emotive ---*/ /*--- Emotive ---*/
/*--- Neutrals ---*/ /*--- Neutrals ---*/
/*******************************
Transition
*******************************/
/*------------------ /*------------------
Load Theme Load Theme
-------------------*/ -------------------*/
/*******************************
Transition
*******************************/
/*------------------ /*------------------
Load Site Load Site
-------------------*/ -------------------*/

12
build/uncompressed/definitions/modules/video.css

@ -45,12 +45,6 @@
/*------------------ /*------------------
Load Default Load Default
-------------------*/ -------------------*/
/*******************************
Video
*******************************/
/*------------------
Load Theme
-------------------*/
/******************************* /*******************************
Site Settings Site Settings
*******************************/ *******************************/
@ -134,6 +128,12 @@
/*--- Standard ---*/ /*--- Standard ---*/
/*--- Emotive ---*/ /*--- Emotive ---*/
/*--- Neutrals ---*/ /*--- Neutrals ---*/
/*******************************
Video
*******************************/
/*------------------
Load Theme
-------------------*/
/*------------------ /*------------------
Load Site Load Site
-------------------*/ -------------------*/

3
src/definitions/collections/table.less

@ -624,7 +624,7 @@
.ui.definition.table td:first-child { .ui.definition.table td:first-child {
background: @definitionBackground; background: @definitionBackground;
font-weight: @definitionColor;
font-weight: @definitionFontWeight;
color: @definitionColor; color: @definitionColor;
} }
@ -647,6 +647,7 @@
} }
.ui.basic.table th { .ui.basic.table th {
background-color: @basicTableHeaderBackground; background-color: @basicTableHeaderBackground;
border-left: @basicTableHeaderDivider;
} }
.ui.basic.table tbody tr { .ui.basic.table tbody tr {
border-bottom: @basicTableCellBorder; border-bottom: @basicTableCellBorder;

3
src/themes/packages/default/collections/table.variables

@ -31,7 +31,7 @@
/* Table Header */ /* Table Header */
@headerBorder: 1px solid @solidBorderColor; @headerBorder: 1px solid @solidBorderColor;
@headerDivider: 1px solid @solidBorderColor;
@headerDivider: none;
@headerBackground: linear-gradient(transparent, rgba(0, 0, 0, 0.03)); @headerBackground: linear-gradient(transparent, rgba(0, 0, 0, 0.03));
@headerAlign: left; @headerAlign: left;
@headerVerticalAlign: middle; @headerVerticalAlign: middle;
@ -165,6 +165,7 @@
@basicTableHeaderBackground: transparent; @basicTableHeaderBackground: transparent;
@basicTableCellBackground: transparent; @basicTableCellBackground: transparent;
@basicTableHeaderDivider: none;
@basicTableCellBorder: 1px solid rgba(0, 0, 0, 0.1); @basicTableCellBorder: 1px solid rgba(0, 0, 0, 0.1);
@basicTableCellVerticalPadding: 0.8em; @basicTableCellVerticalPadding: 0.8em;
@basicTableCellHorizontalPadding: 0em; @basicTableCellHorizontalPadding: 0em;

Loading…
Cancel
Save