diff --git a/public/assets/images/AppStore-rus.png b/public/assets/images/AppStore-rus.png new file mode 100644 index 0000000..1c78132 Binary files /dev/null and b/public/assets/images/AppStore-rus.png differ diff --git a/public/assets/images/GooglePlay-rus.png b/public/assets/images/GooglePlay-rus.png new file mode 100644 index 0000000..97b11e7 Binary files /dev/null and b/public/assets/images/GooglePlay-rus.png differ diff --git a/public/index.html b/public/index.html index 2f3f8e2..3cce01f 100644 --- a/public/index.html +++ b/public/index.html @@ -16,23 +16,27 @@ /* ── Body: plain white (body-line.jpg is for the main page, not auth) ── */ body { background: #fff; } - /* ── Lang selector + bell as simple icons (no BitrixCMS dropdown machinery) ── */ - .notifications-button, .lang-selector-button { display: inline-block; margin-left: 2px; } + /* ── Lang selector + bell: plain icons, no white box ── */ + .notifications-button, .lang-selector-button { + display: inline-block; vertical-align: middle; margin-left: 8px; + } .notifications-button .btn-secondary, .lang-selector-button .btn-secondary { - background: #fff; border: 1px solid #e1e1e1; color: #003571; - padding: 6px 10px; border-radius: 4px; cursor: pointer; - vertical-align: middle; display: inline-block; line-height: 1; + background: transparent; border: none; padding: 6px 4px; + cursor: pointer; display: inline-block; line-height: 1; + box-shadow: none; } - .notifications-button .btn-secondary:hover, - .lang-selector-button .btn-secondary:hover { background: #f5f5f5; } .bellicon { font-size: 18px; color: #003571; } .flag-icon-ru { - display: inline-block; width: 20px; height: 15px; + display: inline-block; width: 22px; height: 15px; background: linear-gradient(to bottom, #fff 0%, #fff 33%, #0039a6 33%, #0039a6 66%, #d52b1e 66%, #d52b1e 100%); - vertical-align: middle; border: 1px solid #ddd; + vertical-align: middle; border: 1px solid #ccc; } + /* ── Clock: date bold (in span), time normal (plain text node) ── */ + #clock { font-weight: normal; } + #clock span { font-weight: bold; } + /* ── Chat section (white theme, below footer) ── */ .chat-wrapper { background: #fff; @@ -161,7 +165,7 @@