Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

small design changes#120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
minjk-bl merged 1 commit intovisualpython:devopsfromllbtl:devops
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes fromall 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
9 changes: 6 additions & 3 deletionscss/boardFrame.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -111,7 +111,8 @@
width:150px;
float: right;
background:#FFFFFF;
border:0.25px solid#C4C4C4;
border:0.25px solidvar(--border-gray-color);
border-radius:3px;
box-sizing: border-box;
box-shadow:1px1px2pxrgb(000/10%);
}
Expand DownExpand Up@@ -181,7 +182,7 @@
word-wrap: normal;
overflow: hidden;
border:2px solid transparent;
border-radius:2px;
border-radius:3px;
cursor: pointer;
}
.vp-block-left-holder {
Expand DownExpand Up@@ -323,7 +324,9 @@
position: fixed;
background:#FFFFFF;
width:125px;
border:0.25px solid#E4E4E4;
line-height:15px;
border:0.25px solidvar(--border-gray-color);
border-radius:3px;
padding:5px;
z-index:50;
}
Expand Down
8 changes: 4 additions & 4 deletionscss/component/infoModal.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,9 +13,10 @@
top: 50%;
transform:translate(-50%, -50%);
width: 400px;
height:150px;
height:165px;
padding: 2rem;
background-color: white;
border-radius: 5px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
font-family: AppleSDGothicNeo;
}
Expand All@@ -35,13 +36,12 @@
}
.vp-infoModal-titleStr {
color: var(--font-primary);
font-size: 13px;
font-weight: 700;
font-size: 15px;
}
.vp-infoModal-style-flex-column-evenly {
display: flex;
flex-direction: column;
justify-content: space-evenly;
justify-content: space-around;
}
.vp-infoModal-style-flex-row-center {
display: flex;
Expand Down
3 changes: 2 additions & 1 deletioncss/component/modal.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,8 +17,10 @@
height: 170px;
padding: 2rem;
background-color: white;
border-radius: 5px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
font-family: AppleSDGothicNeo;
font-size: 15px;
}
#vp_multiButtonModal .vp-multi-button-modal-message {
display: flex;
Expand All@@ -32,7 +34,6 @@
}
#vp_multiButtonModal .vp-multi-button-modal-message span {
color: var(--font-hightlight);
font-weight: 700;
}
#vp_multiButtonModal .vp-multi-button-modal-message-inner {
display: flex;
Expand Down
1 change: 1 addition & 0 deletionscss/component/multiSelector.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -60,6 +60,7 @@
height: 24px;
background: #FFFFFF;
border: 0.25px solid #E4E4E4;
border-radius: 3px;
}
.vp-cs-select-btn-box button:not(:nth-child(1)) {
margin-top: 5px;
Expand Down
6 changes: 3 additions & 3 deletionscss/component/successMessage.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@
margin-top: 15px;
border: 1px solid transparent;
border-radius: 4px;
transition: all 0.1s linear;
transition: all 0.8s linear;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
display: -webkit-box;
display: -webkit-flex;
Expand All@@ -21,12 +21,12 @@
z-index: 1000;
}
.vp-successMessage-icon {
font-size: 20px;
margin-right: 15px;
margin-left: 15px;
color: var(--font-hightlight);
}
#vp_successMessage {
position: absolute;
font-size: 14px;
top: 20px;
right: 20px;
}
13 changes: 9 additions & 4 deletionscss/fileNavigation.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -17,8 +17,8 @@
transform:translate(-50%, -50%);
min-width: 600px;
min-height: 400px;
width:50%;
height:70%;
width:70%;
height:55%;
background-color: white;
}

Expand DownExpand Up@@ -226,13 +226,18 @@
border: 1px solid #DDD;
}
#vp_fileNavigationInput {
width: calc(100% -170px);
width: calc(100% -220px);
font-size: 13px;
border-radius: 3px;
vertical-align: middle;
}
#vp_fileNavigationExt {
width: 80px;
width: 130px;
vertical-align: middle;
color: var(--font-primary);
font-family: 'AppleSDGothicNeo';
font-size: 13px;
border-radius: 3px;
}
.fileNavigationPage-style-flex-column-center {
display: flex;
Expand Down
16 changes: 8 additions & 8 deletionscss/m_apps/chart.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -54,22 +54,21 @@
font-weight: bold;
font-size: 14px;
text-align: left;
padding: 2px 5px 2px16px;
padding: 2px 5px 2px2px;
}

/* Color Style Select */
.vp-plot-cmap {
width: 176px;
height: 25px;
border: 0.25px solid var(--color);
/* box-shadow: 1px 1px 3px 1px var(--color);
border-radius: 5px; */
width: 160px;
height: 30px;
border: 0.25px solid var(--border-gray-color);
border-radius: 3px;
margin-top: 5px;
position: relative;
display: flex;
z-index: 1500;
cursor: pointer;
padding:0px 5px 0px 5px;
padding:2px 5px 0px 5px;
background-image: url("data:image/svg+xml;utf8,<svg fill='darkgray' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-repeat: no-repeat;
background-position-x: 100%;
Expand DownExpand Up@@ -178,7 +177,8 @@
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border: 0.25px solid #c4c4c4;
border: 0.25px solid var(--border-gray-color);
border-radius: 3px;
}
.vp-plot-item .vp-plot-thumb.plot {
background-image: url(../../img/chart/plot.png);
Expand Down
2 changes: 1 addition & 1 deletioncss/m_apps/file.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@
cursor: pointer;
}
#vp_fileioPage .vp-fileio-body {
padding:5px;
padding:15px;
margin-top: 10px;
}
.vp-option-table {
Expand Down
5 changes: 4 additions & 1 deletioncss/m_apps/import.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
.vp-tab-button {
width: 120px;
text-align: center;
display: inline-block;
border: 0.24px solid var(--border-gray-color);
border-radius: 3px;
padding: 5px;
cursor: pointer;
}
.vp-tab-button.vp-tab-selected {
color: var(--highlight-color);
color: var(--font-hightlight);
border-bottom: 2px solid var(--highlight-color);
}
3 changes: 2 additions & 1 deletioncss/m_apps/instance.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -48,7 +48,8 @@
display: inline-block;
width: calc(100% - 55px);
height: 30px;
border: 1px solid silver;
border: 1px solid var(--gray-color);
border-radius: 3px;
overflow: hidden;
}
.vp-instance-box .CodeMirror.selected {
Expand Down
2 changes: 1 addition & 1 deletioncss/m_apps/markdown.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -42,7 +42,7 @@
background-position: center;
}
.vp-markdown-editor-toolbar .vp-markdown-editor-toolbar-btn-code {
background-image: url(../../img/code-fill.svg);
background-image: url(../../img/code.svg);
cursor: pointer;
display: inline-block;
width:20px;
Expand Down
1 change: 1 addition & 0 deletionscss/m_apps/snippets.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,6 +77,7 @@
top: 23px;
right: 0px;
border: 0.25px solid var(--border-gray-color);
border-radius: 3px;
background: #FFFFFF;
padding: 5px;
z-index: 5;
Expand Down
16 changes: 8 additions & 8 deletionscss/menuFrame.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -114,10 +114,11 @@
display: none;
cursor: auto;
margin: 30px 0px 0px 0px;
width:150px;
width:165px;
float: right;
background: #FFFFFF;
border: 0.25px solid #C4C4C4;
border: 0.25px solid var(--border-gray-color);
border-radius: 3px;
box-sizing: border-box;
box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
}
Expand All@@ -133,11 +134,10 @@
#vp_headerExtraMenu .vp-header-extra-menu-list li {
overflow: hidden;
cursor: pointer;
width: calc(100% - 7px);
height: 25px;
margin-left:7px;
margin-left:10px;
font-size: 14px;
line-height:25px;
line-height:20px;
text-align: left;
vertical-align: middle;
color: var(--font-primary);
Expand DownExpand Up@@ -169,6 +169,7 @@
.vp-menugroup-root {
width: calc(100% - 10px);
background: var(--light-gray-color);
border-radius: 3px;
padding: 5px;
font-size: 14px;
font-weight: bold;
Expand DownExpand Up@@ -202,7 +203,7 @@
box-shadow: 1px 1px 1px rgb(0 0 0 / 5%);
margin: 5px 0px 0px 10px;
background-color: var(--border-gray-color);
border-radius:2px;
border-radius:3px;
}

/* Menu Items - App */
Expand All@@ -211,8 +212,7 @@
height: 56px;
text-align: center;
box-sizing: border-box;
box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
border-radius: 2px;
border-radius: 3px;
padding: 10px 0px;
cursor: pointer;
margin: 0;
Expand Down
24 changes: 12 additions & 12 deletionscss/popupComponent.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -91,7 +91,7 @@
.vp-popup-body {
width: 100%;
height: calc(100% - 80px);
padding:20px;
padding:15px;
overflow: auto;
}
.vp-popup-footer {
Expand DownExpand Up@@ -143,14 +143,14 @@
.vp-popup-button[data-type="run"] {
display: inline-block;
width: 60px;
border-radius:2px 0px 0px2px;
border-radius:3px 0px 0px3px;
border-right: 0.25px solid white !important;
}
.vp-popup-button[data-type="show-detail"] {
display: inline-block;
width: 20px;
height: 28px;
border-radius: 0px2px 2px 0px;
border-radius: 0px3px 3px 0px;
padding: 0px 2px 0px 0px;
}
.vp-popup-run-detailbox {
Expand DownExpand Up@@ -215,7 +215,7 @@
.vp-popup-frame label input[type=checkbox]:not(.vp-checkbox) + span {
display: inline-block;
position: relative;
padding-left:18px;
padding-left:20px;
cursor: pointer;
}
.vp-popup-frame input[type=checkbox]:not(.vp-checkbox):disabled + label,
Expand All@@ -231,7 +231,7 @@
width: 15px;
height: 15px;
text-align: center;
background: url(../img/checkbox.svg);
background: url(../img/checkbox_unchecked.svg);
background-size: 15px 15px;
background-repeat: no-repeat;
border: none;
Expand All@@ -245,8 +245,8 @@
top: 0;
width: 15px;
height: 15px;
background: url(../img/checkbox_square.svg);
background-size:15px 15px;
background: url(../img/checkbox_checked.svg);
background-size:14px 14px;
background-repeat: no-repeat;
border: none;
box-sizing: border-box;
Expand All@@ -259,8 +259,8 @@
top: 0;
width: 15px;
height: 15px;
background: url(../img/checkbox_gray.svg);
background-size:15px 15px;
background: url(../img/checkbox_unchecked.svg);
background-size:14px 14px;
background-repeat: no-repeat;
border: none;
box-sizing: border-box;
Expand All@@ -278,6 +278,7 @@
outline-color: var(--highlight-color);
border: 0.25px solid var(--border-gray-color);
box-sizing: border-box;
border-radius: 3px;
}
.vp-popup-frame input[type=text]::placeholder,
.vp-popup-frame input[type=number]::placeholder {
Expand All@@ -298,7 +299,7 @@
background-repeat: no-repeat;
outline: none;
border: 0.25px solid var(--border-gray-color);
border-radius:0px;
border-radius:3px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
Expand All@@ -321,10 +322,9 @@
.vp-popup-frame .vp-accordian {
cursor: pointer;
height: 25px;
margin-top: 5px;
}
.vp-popup-frame .vp-accordian-box {
padding:10px 15px;
padding:0px 15px 15px 0px;
}

/* resizable handler */
Expand Down
4 changes: 2 additions & 2 deletionscss/root.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -146,7 +146,7 @@ body {
border: 0.25px solid #E4E4E4;
box-sizing: border-box;
box-shadow: 0.5px 0.5px 0.5px rgb(0 0 0 / 10%);
border-radius:2px;
border-radius:3px;
line-height: 30px;
vertical-align: middle;
font-family: 'AppleSDGothicNeo';
Expand DownExpand Up@@ -352,7 +352,7 @@ hr.vp-extra-menu-line {
}
.vp-grid-col-p50 {
display: grid;
grid-template-columns:50% 50%;
grid-template-columns:52% 48%;
grid-row-gap: 5px;
align-items: baseline;
align-content: center;
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp