-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redesign of setting page - events tab
- Loading branch information
1 parent
0964f01
commit 06e7465
Showing
5 changed files
with
163 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
#events-settings-panel .simcal-panel-section .simcal-panel-field { | ||
display: flex; | ||
flex-wrap: wrap; | ||
width: 100%; | ||
} | ||
|
||
#events-settings-panel .simcal-panel-section .simcal-panel-field td #events-settings-panel .simcal-panel-section .simcal-panel-field th { | ||
width: 100%; | ||
} | ||
/* #events-settings-panel .simcal-panel-section .simcal-panel-field select { | ||
width: 80%; | ||
} */ | ||
|
||
#post-body-content #titlediv #title-prompt-text { | ||
padding: 0 0 0 15px; | ||
} | ||
|
||
.simcal-panel-field>td, | ||
.simcal-panel-field>th { | ||
padding: 2px 3% 8px 10px; | ||
} | ||
|
||
.simcal-panel>table>tbody tr:first-child td, | ||
.simcal-panel>table>tbody tr:first-child th { | ||
padding-top: 0%; | ||
} | ||
|
||
.meta-box-sortables select { | ||
max-width: 84%; | ||
} | ||
|
||
body .simcal-field-textarea, | ||
body .simcal-field-select-enhanced { | ||
width: 92%; | ||
} | ||
|
||
input[type=checkbox]:checked::before { | ||
margin: -0.4rem 0 0 -0.25rem; | ||
} | ||
|
||
input[type=checkbox], | ||
input[type=radio] { | ||
border: 1px solid #D4D4D8; | ||
} | ||
/* .simcal-panel>table>tbody tr:first-child td, | ||
.simcal-panel>table>tbody tr:first-child th { | ||
padding-top: 5%; | ||
} */ | ||
|
||
.wp-core-ui select { | ||
color: #71717A; | ||
border-color: #D4D4D8; | ||
} | ||
/* #events-settings-panel .simcal-panel-section .simcal-panel-field { | ||
display: flex; | ||
flex-wrap: wrap; | ||
width: 100%; | ||
} */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.