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 {
background: @definitionBackground;
font-weight: @definitionColor;
font-weight: @definitionFontWeight;
color: @definitionColor;
}
@ -647,6 +647,7 @@
}
.ui.basic.table th {
background-color: @basicTableHeaderBackground;
border-left: @basicTableHeaderDivider;
}
.ui.basic.table tbody tr {
border-bottom: @basicTableCellBorder;

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

@ -31,7 +31,7 @@
/* Table Header */
@headerBorder: 1px solid @solidBorderColor;
@headerDivider: 1px solid @solidBorderColor;
@headerDivider: none;
@headerBackground: linear-gradient(transparent, rgba(0, 0, 0, 0.03));
@headerAlign: left;
@headerVerticalAlign: middle;
@ -165,6 +165,7 @@
@basicTableHeaderBackground: transparent;
@basicTableCellBackground: transparent;
@basicTableHeaderDivider: none;
@basicTableCellBorder: 1px solid rgba(0, 0, 0, 0.1);
@basicTableCellVerticalPadding: 0.8em;
@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;
text-transform: none;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-left: none;
}
.ui.table thead th:first-child {
border-radius: 0.25rem 0em 0em 0em;
@ -4913,7 +4913,7 @@ body > .ui.grid:not(.page) {
---------------*/
.ui.definition.table td:first-child {
background: '';
font-weight: rgba(0, 0, 0, 0.8);
font-weight: bold;
color: rgba(0, 0, 0, 0.8);
}
/*--------------
@ -4931,6 +4931,7 @@ body > .ui.grid:not(.page) {
}
.ui.basic.table th {
background-color: transparent;
border-left: none;
}
.ui.basic.table tbody tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
@ -19701,6 +19702,9 @@ a.ui.nag {
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*------------------
Load Theme
-------------------*/
/*******************************
Shape
*******************************/
@ -19710,9 +19714,6 @@ a.ui.nag {
Types
---------------*/
/* Cube */
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/
@ -20734,12 +20735,12 @@ body.pushed.scrolling.ui.dimmable {
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Transition
*******************************/
/*------------------
Load Theme
-------------------*/
/*******************************
Transition
*******************************/
/*------------------
Load Site
-------------------*/
@ -21730,12 +21731,6 @@ body.pushed.scrolling.ui.dimmable {
/*------------------
Load Default
-------------------*/
/*******************************
Video
*******************************/
/*------------------
Load Theme
-------------------*/
/*******************************
Site Settings
*******************************/
@ -21819,6 +21814,12 @@ body.pushed.scrolling.ui.dimmable {
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Video
*******************************/
/*------------------
Load Theme
-------------------*/
/*------------------
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;
text-transform: none;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
border-left: none;
}
.ui.table thead th:first-child {
border-radius: 0.25rem 0em 0em 0em;
@ -743,7 +743,7 @@
---------------*/
.ui.definition.table td:first-child {
background: '';
font-weight: rgba(0, 0, 0, 0.8);
font-weight: bold;
color: rgba(0, 0, 0, 0.8);
}
/*--------------
@ -761,6 +761,7 @@
}
.ui.basic.table th {
background-color: transparent;
border-left: none;
}
.ui.basic.table tbody tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);

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

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

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

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

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

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

3
src/definitions/collections/table.less

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

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

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

Loading…
Cancel
Save