diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css index dd95280..a2971b6 100644 --- a/assets/css/dashboard.css +++ b/assets/css/dashboard.css @@ -100,6 +100,7 @@ border-radius: 4px; overflow: hidden; border-left: solid 4px rgba(76,130,163,0); + position: relative; } .secMainBodySecInside_DashboardSecMidCardsWrap:hover { @@ -156,6 +157,7 @@ display: flex; flex-direction: row; grid-gap: 10px; + position: relative; } .secMainBodySecInside_DashboardSecMidCardsWrapLinkBottom { @@ -180,7 +182,6 @@ display: flex; flex-direction: row; grid-gap: 5px; - flex-wrap: wrap; padding: 0 0 0 15px; } @@ -266,3 +267,11 @@ flex-grow: 1; } +.secMainBodySecInside_DashboardSecMidCardsWrapLinkMidUser.secMainBodySecInside_DashboardSecMidCardsWrapLinkMidUserNumber { + background: white; + color: rgba(0,0,0,0.5); + font-weight: bold; + font-size: 14px; + line-height: 1.25; +} + diff --git a/assets/css/files.css b/assets/css/files.css index d1ab9bd..d3258ab 100644 --- a/assets/css/files.css +++ b/assets/css/files.css @@ -15,6 +15,12 @@ } @media (max-width: 992px) { + .filesPage { + grid-gap: 15px; + } +} + +@media (max-width: 768px) { .filesPage { grid-template-columns: 1fr; } @@ -28,7 +34,7 @@ position: relative; } -@media (max-width: 992px) { +@media (max-width: 768px) { .filesPageSec.filesPageSecSides { display: none; } @@ -246,6 +252,19 @@ } } +@media (max-width: 992px) { + .filesPageSecSidesSecTools { + grid-template-columns: 1fr; + } +} + +@media (max-width: 768px) { + .filesPageSecSidesSecTools { + max-height: unset; + grid-template-columns: 1fr 1fr; + } +} + .filesPageSecSidesSecTools::-webkit-scrollbar { width: 10px; } @@ -525,7 +544,7 @@ box-shadow: 0 0 4px 0 rgb(0,0,0,0.1); } -@media (max-width: 992px) { +@media (max-width: 768px) { .tabsMainTop.filesPageSecMidTabTop { order: 2; display: flex; diff --git a/assets/css/nav.css b/assets/css/nav.css index 9452611..4a8ae58 100644 --- a/assets/css/nav.css +++ b/assets/css/nav.css @@ -1,6 +1,6 @@ .secMain.secMainNav { background: white; - height: 75px; + height: 65px; justify-content: center; } @@ -10,7 +10,7 @@ grid-template-columns: 0.75fr 1.5fr 0.75fr; grid-gap: 25px; height: 100%; - padding: 10px 0; + padding: 0px 0; } @media (max-width: 768px) { diff --git a/assets/css/pagination.css b/assets/css/pagination.css index 456cf56..7e7998b 100644 --- a/assets/css/pagination.css +++ b/assets/css/pagination.css @@ -7,7 +7,7 @@ } .paginationMainInside { - width: auto; + width: 100%; max-width: 500px; height: 35px; display: flex; diff --git a/assets/css/styles.css b/assets/css/styles.css index 888d4fb..ff727ab 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -268,29 +268,44 @@ h1, h2, h3, h4, h5, h6 { .labelMain.labelMainCheckbox { font-size: 13px; - color: rgba(0,0,0,0.65); + color: rgba(0,0,0,0.5); + text-align: start; } .checkboxMain { appearance: none; -webkit-appearance: none; -moz-appearance: none; - width: 15px; - height: 15px; + width: 18px; + height: 18px; content: ''; border: solid 1px #4c82a3; border-radius: 2px; cursor: pointer; position: relative; background: rgba(0,0,0,0.1); + font-family: 'Roboto'; } -.checkboxMain:checked { +.checkboxMain::before { + content: '\2714'; + color: rgba(0,0,0,0.15); + font-size: 10px; + text-align: center; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; } .checkboxMain:checked::before { content: '\2714'; - color: white; + color: #ffffff; font-size: 7px; text-align: center; position: absolute; @@ -299,6 +314,10 @@ h1, h2, h3, h4, h5, h6 { width: 100%; height: 100%; background: #4c82a3; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; } .filesPageSecSidesSecToolsItemIcon { @@ -344,3 +363,23 @@ h1, h2, h3, h4, h5, h6 { font-size: 12px; } +.checkboxWrapper.checkboxWrapperAlt { + border-radius: 4px; + background: rgba(255,255,255,0); + color: white; + border: solid 1px #d5d5d5; + overflow: hidden; +} + +.checkboxMain.checkboxMainAlt { + height: 100%; + min-height: 25px; + width: 25px; + border: 0px; + border-radius: 0px; +} + +.checkboxMain.checkboxMainAlt::before { + font-size: 14px; +} + diff --git a/assets/img/SIGit Logo W.svg b/assets/img/SIGit Logo W.svg new file mode 100644 index 0000000..de9f239 --- /dev/null +++ b/assets/img/SIGit Logo W.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/dashboard-complete.html b/dashboard-complete.html index 1a65e81..2b7599b 100644 --- a/dashboard-complete.html +++ b/dashboard-complete.html @@ -6,6 +6,7 @@ SIGit + diff --git a/dashboard-draft.html b/dashboard-draft.html index 533e0de..036b628 100644 --- a/dashboard-draft.html +++ b/dashboard-draft.html @@ -6,6 +6,7 @@ SIGit + @@ -167,7 +168,7 @@
-
+
@@ -422,7 +423,7 @@
-
+
diff --git a/dashboard-progress.html b/dashboard-progress.html index ff68fa6..d6a8732 100644 --- a/dashboard-progress.html +++ b/dashboard-progress.html @@ -6,6 +6,7 @@ SIGit + diff --git a/dashboard.html b/dashboard.html index 6e29b47..43ce6bc 100644 --- a/dashboard.html +++ b/dashboard.html @@ -6,6 +6,7 @@ SIGit + @@ -100,7 +101,9 @@
-
+
+

20

+
@@ -135,10 +138,7 @@
-
@@ -270,13 +272,8 @@
-
-
- - -
-
-
+
+

20

diff --git a/index.html b/index.html index f1c8f5f..9355771 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ SIGit +