Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
::ng-deep .demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

::ng-deep .demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/AreaSparklines/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/AreaSparklines/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Charts/AreaSparklines/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const years = ['2010', '2011', '2012'];
.demo-table th {
font-weight: 400;
width: 200px;
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ withDefaults(defineProps<{
.rows-content td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/AreaSparklines/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
::ng-deep .demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

::ng-deep .demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/BarSparklines/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/BarSparklines/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/BarSparklines/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ function onValueChanged({ value }: DxSelectBoxTypes.ValueChangedEvent) {
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const getValueField = (name) => name + props.year;
.rows-content td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/BarSparklines/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
::ng-deep .medal-tooltip .country-name {
font-size: 14px;
font-weight: 700;
margin: 5px 0 10px 0;
margin: 5px 0 10px;
}

::ng-deep .medal-tooltip .caption {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Charts/PieAnnotations/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.medal-tooltip .country-name {
font-size: 14px;
font-weight: 700;
margin: 5px 0 10px 0;
margin: 5px 0 10px;
}

.medal-tooltip .caption {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.medal-tooltip .country-name {
font-size: 14px;
font-weight: 700;
margin: 5px 0 10px 0;
margin: 5px 0 10px;
}

.medal-tooltip .caption {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const data = ref(props.annotation.data);
.medal-tooltip .country-name {
font-size: 14px;
font-weight: 700;
margin: 5px 0 10px 0;
margin: 5px 0 10px;
}

.medal-tooltip .caption {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Charts/PieAnnotations/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.medal-tooltip .country-name {
font-size: 14px;
font-weight: 700;
margin: 5px 0 10px 0;
margin: 5px 0 10px;
}

.medal-tooltip .caption {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
::ng-deep .demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #e5e5e5;
}

::ng-deep .demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/SimpleBullets/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #e5e5e5;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/SimpleBullets/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #e5e5e5;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/SimpleBullets/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ const customizeTooltip = ({ value, target }) => ({
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #e5e5e5;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/SimpleBullets/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #e5e5e5;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
::ng-deep .demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

::ng-deep .demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/SimpleSparklines/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/SimpleSparklines/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Charts/SimpleSparklines/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const years = ['2010', '2011', '2012'];
.demo-table th {
font-weight: 400;
width: 200px;
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ withDefaults(defineProps<{
.rows-content td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/SimpleSparklines/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
::ng-deep .demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

::ng-deep .demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/WinlossSparklines/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
.demo-table td {
font-weight: 400;
width: 200px;
padding: 25px 10px 5px 10px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
}

.demo-table th {
padding: 25px 15px 20px 15px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
}

Expand Down
Loading
Loading