diff --git a/static/src/app/app.component.css b/static/src/app/app.component.css index 6d14a98..f18245c 100644 --- a/static/src/app/app.component.css +++ b/static/src/app/app.component.css @@ -9,13 +9,13 @@ li { } .sidebar-toggle-btn { - background: linear-gradient(-90deg, #e8e5e5, #ffffff); + background: #dadada; filter: drop-shadow(2px 1px 1px #666); margin-left: -12px; z-index: 500; } -.sidebar-toggle-btn mat-icon { +.sidebar-toggle-btn mat-icon.mat-icon { color: #666666; } @@ -24,16 +24,6 @@ li { padding-right: 15px; } -.right { - float: right; - width: 300px; -} - -.left { - float: left; - width: calc(100% - 400px); -} - .scrollable-menu { height: auto; max-height: 200px; diff --git a/static/src/app/statistic/campaign/campaign-submit/campaign-submit.component.css b/static/src/app/statistic/campaign/campaign-submit/campaign-submit.component.css index e69de29..050f0f5 100644 --- a/static/src/app/statistic/campaign/campaign-submit/campaign-submit.component.css +++ b/static/src/app/statistic/campaign/campaign-submit/campaign-submit.component.css @@ -0,0 +1,3 @@ +form { + margin-top: 45px; +} diff --git a/static/src/app/statistic/war/war-edit/war-edit.component.css b/static/src/app/statistic/war/war-edit/war-edit.component.css index e69de29..050f0f5 100644 --- a/static/src/app/statistic/war/war-edit/war-edit.component.css +++ b/static/src/app/statistic/war/war-edit/war-edit.component.css @@ -0,0 +1,3 @@ +form { + margin-top: 45px; +} diff --git a/static/src/app/statistic/war/war-list/war-list.component.css b/static/src/app/statistic/war/war-list/war-list.component.css index 5109183..71b370d 100644 --- a/static/src/app/statistic/war/war-list/war-list.component.css +++ b/static/src/app/statistic/war/war-list/war-list.component.css @@ -57,10 +57,12 @@ .war-list-header { margin: auto; + padding: 15px 5px 5px; border-right: 1px solid #dadada; + border-bottom: 1px solid #dadada; } -.stats-add-btn { +.war-list-header > button { background: white; font-weight: 700; color: #3e3e3e; diff --git a/static/src/app/statistic/war/war-list/war-list.component.html b/static/src/app/statistic/war/war-list/war-list.component.html index 9ae2e13..2337ff3 100644 --- a/static/src/app/statistic/war/war-list/war-list.component.html +++ b/static/src/app/statistic/war/war-list/war-list.component.html @@ -1,8 +1,8 @@ -
- -
diff --git a/static/src/app/statistic/war/war-submit/war-submit.component.css b/static/src/app/statistic/war/war-submit/war-submit.component.css index e69de29..050f0f5 100644 --- a/static/src/app/statistic/war/war-submit/war-submit.component.css +++ b/static/src/app/statistic/war/war-submit/war-submit.component.css @@ -0,0 +1,3 @@ +form { + margin-top: 45px; +} diff --git a/static/src/app/style/overview.css b/static/src/app/style/overview.css index 455e529..8685f47 100644 --- a/static/src/app/style/overview.css +++ b/static/src/app/style/overview.css @@ -2,7 +2,6 @@ position: fixed; overflow-y: scroll; overflow-x: hidden; - border-left: thin solid lightgrey; padding: 20px 0 0 50px; top: 50px; height: 100vh; diff --git a/static/src/styles.css b/static/src/styles.css index a38907f..0e117c2 100644 --- a/static/src/styles.css +++ b/static/src/styles.css @@ -45,6 +45,7 @@ form { margin: 0; position: static; float: left; + border-right: thin solid #dadada; } #right {