Commit 9aef5a8f by Ha Jonguk

プロジェクト一覧定期点検対応終了

プッシュメッセージ対応中
parent a0e1d90d
......@@ -12,6 +12,9 @@ div.container ul.addition_list >li {
cursor: auto;
display: flex;
}
div.container ul.addition_list {
padding-left: 0;
}
div.container ul.addition_list li.check .code {
background-color: #1B1BD2;
}
......@@ -62,7 +65,7 @@ header {
width: 30%;
}
#listValues {
margin: 15px 12px 0px;
margin: 65px 12px 0px;
}
#listValues li td {
align-items: center;
......@@ -158,6 +161,10 @@ header button.addition {
width: auto;
height: 50px;
display: flex;
position: fixed;
width: 100%;
top: 0;
left: 0;
}
.headerBar .titleInfo {
......@@ -170,6 +177,11 @@ header button.addition {
}
.headerBar .headerBtn {
display: flex;
margin: auto;
padding: 5px;
}
.headerBar .headerBtn a {
margin-right: 5px;
}
......@@ -12,7 +12,7 @@ body {
}
#content-grid {
margin: 15px 12px;
margin: 65px 12px;
min-width: 800px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment