diff --git a/core/static/core/header.scss b/core/static/core/header.scss index f69692c7..82d4bbfe 100644 --- a/core/static/core/header.scss +++ b/core/static/core/header.scss @@ -23,11 +23,11 @@ flex-direction: row; gap: 10px; - > a { + >a { color: #fff; } - &:hover > a { + &:hover>a { color: #1a78b3; } @@ -57,11 +57,11 @@ justify-content: center; align-items: flex-start; - > span:first-child { + >span:first-child { font-size: 1.43em; } - > span:last-child { + >span:last-child { font-size: .7em; } } @@ -80,12 +80,12 @@ flex-direction: row; } - > form { + >form { margin: 0; box-sizing: border-box; position: relative; - > input[type=submit] { + >input[type=submit] { border-radius: 0; margin: 0; box-sizing: border-box; @@ -115,7 +115,7 @@ justify-content: center; } - > .button { + >.button { box-sizing: border-box; height: 35px; background-color: transparent; @@ -137,7 +137,7 @@ } } - &-disconnected ~ &-lang { + &-disconnected~&-lang { @media (max-width: 662px) { flex-direction: row; width: 100%; @@ -165,8 +165,8 @@ padding: 0 10px; } - > .right, - > .left { + >.right, + >.left { box-sizing: border-box; display: flex; flex-direction: row; @@ -179,11 +179,11 @@ } } - > .right { + >.right { flex: 1; justify-content: flex-end; - > .user { + >.user { display: flex; flex-direction: row; align-items: center; @@ -193,47 +193,65 @@ @media (max-width: 1200px) { width: 100%; flex-direction: row-reverse; + justify-content: flex-end; } - > a > img { + >a>img { width: 40px; height: 40px; border-radius: 50%; } - > .options { - width: 100%; + >.options { display: flex; - justify-content: flex-end; flex-direction: column; - gap: 5px; + gap: 2px; - @media (max-width: 1200px) { - justify-content: flex-start; - flex-direction: row; - gap: 15px; - } + >.username { + display: flex; + justify-content: flex-end; + gap: 5px; - > a { - text-align: right; - color: white; - - &:hover { - color: #1a78b3; - } - - &:last-child { - color: #eb2f06; + >a { + color: white; &:hover { - color: #cc2804; + color: #1a78b3; + } + } + } + + >.links { + width: 100%; + display: flex; + justify-content: flex-end; + gap: 5px; + + @media (max-width: 1200px) { + justify-content: flex-start; + } + + >a { + text-align: right; + color: white; + + &:hover { + color: #1a78b3; + } + + &:last-child { + color: #eb2f06; + + &:hover { + color: #cc2804; + } } } } } } - > .notification { + >.notification { height: 100%; width: 55px; display: flex; @@ -241,7 +259,7 @@ align-items: center; position: relative; - > a { + >a { color: white; position: relative; font-size: 25px; @@ -250,7 +268,7 @@ color: #1a78b3; } - > span { + >span { color: white; font-size: 14px; display: flex; @@ -267,7 +285,7 @@ } } - > #header_notif { + >#header_notif { box-sizing: border-box; display: none; position: absolute; @@ -282,17 +300,18 @@ border-radius: 10px; box-shadow: 3px 3px 3px 0 #767676; - > ul { + >ul { list-style-type: none; margin: 0; display: flex; flex-direction: column; gap: 10px; + min-height: 20px; max-height: 120px; overflow-y: auto; - > li { - > a { + >li { + >a { .datetime { display: flex; justify-content: flex-start; @@ -314,8 +333,9 @@ display: flex; justify-content: space-between; margin-top: 10px; + gap: 5px; - > a { + >a { color: black; padding: 5px; width: 50%; @@ -324,6 +344,7 @@ text-align: center; align-items: center; border-radius: 5px; + background-color: #ddd; &:hover { background-color: rgba(0, 0, 0, .2); @@ -334,7 +355,7 @@ } } - > .left { + >.left { gap: 10px; display: flex; @@ -346,7 +367,7 @@ flex-direction: column-reverse; } - > form { + >form { margin: 0; width: 200px; @@ -354,7 +375,7 @@ width: 100%; } - > input[type=text] { + >input[type=text] { box-sizing: border-box; max-width: 100%; width: 100%; @@ -370,7 +391,7 @@ } } - &-connected ~ &-lang { + &-connected~&-lang { @media (max-width: 1200px) { flex-direction: row; width: 100%; @@ -390,7 +411,7 @@ gap: 20px; } - > li > a { + >li>a { display: flex; color: white; @@ -398,11 +419,11 @@ color: #1a78b3; } - > span { + >span { margin-left: 10px; } - > i { + >i { width: 16px; display: flex; justify-content: center; diff --git a/core/static/user/user_tools.scss b/core/static/user/user_tools.scss index fb10c042..82cb5cbf 100644 --- a/core/static/user/user_tools.scss +++ b/core/static/user/user_tools.scss @@ -8,6 +8,7 @@ main { flex-direction: row; flex-wrap: wrap; justify-content: center; + margin-top: 20px; gap: 10px; > div { @@ -15,16 +16,65 @@ main { background-color: rgba(0, 0, 0, .05); width: 210px; - >h4 { + > h4 { text-align: center; } - >ul { + > ul { list-style-type: none; margin: 20px 10px; display: flex; flex-direction: column; gap: 10px; + + > .rows { + display: flex; + flex-direction: column; + gap: 5px; + + > span { + margin-top: 5px; + } + + > span > span, + > span { + display: flex; + flex-direction: row; + flex-wrap: wrap; + gap: 5px; + width: 100%; + + >.button { + font-size: smaller; + width: 100%; + margin: 0; + } + + > span { + display: flex; + flex-direction: row; + width: 100%; + + > .button { + width: 100%; + } + } + } + + > span > span { + flex-wrap: nowrap; + } + } + + > .counter { + background-color: rgba(0, 0, 0, .05); + border-radius: 5px; + padding: 10px; + + @media (max-width: 550px) { + background-color: rgba(0, 0, 0, .1); + } + } } } diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index 51e2d5da..1cf84aaf 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -89,8 +89,13 @@
{% if user.profile_pict %} @@ -284,7 +289,9 @@ {% endblock %}
- {% trans %}Sith version:{% endtrans %} {{ get_sith().version }} + {% cache 1000 "sith_version" %} + {% trans %}Sith version:{% endtrans %} {{ get_sith().version }} + {% endcache %} {% endif %} diff --git a/core/templates/core/user_clubs.jinja b/core/templates/core/user_clubs.jinja index a972ff6f..5bdc91f3 100644 --- a/core/templates/core/user_clubs.jinja +++ b/core/templates/core/user_clubs.jinja @@ -16,6 +16,8 @@ {% trans %}Role{% endtrans %} {% trans %}Description{% endtrans %} {% trans %}Since{% endtrans %} + + diff --git a/core/templates/core/user_tools.jinja b/core/templates/core/user_tools.jinja index b0fb9b8e..66e64d58 100644 --- a/core/templates/core/user_tools.jinja +++ b/core/templates/core/user_tools.jinja @@ -54,19 +54,29 @@
  • {% trans %}Invoices call{% endtrans %}
  • {% trans %}Etickets{% endtrans %}
  • {% endif %} + +