Skip to content

Commit f0b6174

Browse files
committed
Improved CSS in j-Box.
1 parent 8cf6171 commit f0b6174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

j-Box/component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.ui-box-title > nav button:first-child { border-top-left-radius: var(--radius); border-bottom-left-radius: var(--radius); border-left: 0; }
1919
.ui-box-title > nav button:last-child { border-top-right-radius: var(--radius); border-bottom-right-radius: var(--radius); }
2020
.ui-box-title i { margin-right: 7px; }
21-
.ui-form-title > span { font-weight: bold; }
21+
.ui-box-title > span { font-weight: bold; }
2222
.ui-box > nav { padding: 0 15px 0; border-top: 1px solid #E0E0E0; background-color: #FFF; border-radius: 0 0 3px 3px; line-height: 65px; height: 65px; display: block; float: none; width: 100%; }
2323
.ui-box > nav button { border: 0; margin: 15px 0 0; background-color: #F0F0F0; height: 34px; padding: 0 20px; color: #000; cursor: pointer; font-family: Arial; line-height: 34px; vertical-align: middle; outline: 0; font-size: 14px; text-decoration: none; transition: all 0.3s; float: left; width: 50%; }
2424
.ui-box > nav button i { width: 15px; text-align: center; margin-right: 5px; }

j-Box/component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"datecreated": "2022-01-12T20:15:00.000Z",
3-
"dateupdated": "2023-09-29T08:53:00.000Z",
3+
"dateupdated": "2024-02-11T19:39:00.000Z",
44
"name": "j-Box",
55
"tags": [
66
"large",

0 commit comments

Comments
 (0)