Commit 9aef5a8f by Ha Jonguk

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

プッシュメッセージ対応中
parent a0e1d90d
...@@ -12,6 +12,9 @@ div.container ul.addition_list >li { ...@@ -12,6 +12,9 @@ div.container ul.addition_list >li {
cursor: auto; cursor: auto;
display: flex; display: flex;
} }
div.container ul.addition_list {
padding-left: 0;
}
div.container ul.addition_list li.check .code { div.container ul.addition_list li.check .code {
background-color: #1B1BD2; background-color: #1B1BD2;
} }
...@@ -62,7 +65,7 @@ header { ...@@ -62,7 +65,7 @@ header {
width: 30%; width: 30%;
} }
#listValues { #listValues {
margin: 15px 12px 0px; margin: 65px 12px 0px;
} }
#listValues li td { #listValues li td {
align-items: center; align-items: center;
...@@ -158,6 +161,10 @@ header button.addition { ...@@ -158,6 +161,10 @@ header button.addition {
width: auto; width: auto;
height: 50px; height: 50px;
display: flex; display: flex;
position: fixed;
width: 100%;
top: 0;
left: 0;
} }
.headerBar .titleInfo { .headerBar .titleInfo {
...@@ -170,6 +177,11 @@ header button.addition { ...@@ -170,6 +177,11 @@ header button.addition {
} }
.headerBar .headerBtn { .headerBar .headerBtn {
display: flex;
margin: auto; margin: auto;
padding: 5px; padding: 5px;
} }
.headerBar .headerBtn a {
margin-right: 5px;
}
...@@ -12,7 +12,7 @@ body { ...@@ -12,7 +12,7 @@ body {
} }
#content-grid { #content-grid {
margin: 15px 12px; margin: 65px 12px;
min-width: 800px; 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