/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ %filter substitution %include defines.inc .hidden { display: none; } .details { width: 100%; } .details > div { display: inline; } .username { width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .hostname { font-weight: bold; overflow: hidden; flex: 1; } .realm { /* hostname is not localized, so keep the margin on the left side */ margin-left: .67em; } .toolbar-buttons { list-style: none; } .toolbar-buttons > li { background-position: center; background-size: 32px 32px; background-repeat: no-repeat; height: 32px; width: 32px; margin: 0 15px; } #filter-input-container { position: fixed; bottom: 0; width: 100%; padding: 10px 0; display: flex; background: @color_about_background@; border-top: 2px solid @color_about_item_border@; } #filter-input-container[hidden] { display: none; } #filter-input { flex: 1; padding: 5px; -moz-margin-start: 10px; border-radius: 3px; } #filter-button { background-image: url("resource://android/res/drawable-mdpi-v4/ab_search.png"); } #filter-clear { background-image: url("resource://android/res/drawable-mdpi-v4/close_edit_mode_light.png"); background-position: center; background-size: 12px 12px; background-repeat: no-repeat; height: 32px; width: 32px; margin: 0 5px; } .icon { background-image: url("resource://android/res/drawable-mdpi-v4/favicon.png"); background-position: center; background-size: 32px 32px; background-repeat: no-repeat; height: 32px; width: 32px; visibility: hidden; } @media screen and (min-resolution: 1.25dppx) { #filter-button { background-image: url("resource://android/res/drawable-hdpi-v4/ab_search.png"); } #filter-clear { background-image: url("resource://android/res/drawable-hdpi-v4/close_edit_mode_light.png"); } .icon { background-image: url("resource://android/res/drawable-hdpi-v4/favicon.png"); } } @media screen and (min-resolution: 2dppx) { #filter-button { background-image: url("resource://android/res/drawable-xhdpi-v4/ab_search.png"); } #filter-clear { background-image: url("resource://android/res/drawable-hdpi-v4/close_edit_mode_light.png"); } .icon { background-image: url("resource://android/res/drawable-xhdpi-v4/favicon.png"); } }