Grammalecte  Check-in [4de74d304d]

Overview
Comment:[fx] CSS: panel content: min-width: 100%
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | fx | webext2
Files: files | file ages | folders
SHA3-256: 4de74d304d750728c62a44fdffaf1fa43ab0db630ae5e6f5c1b722467773aef6
User & Date: olr on 2017-09-02 06:49:55
Other Links: branch diff | manifest | tags
Context
2017-09-02
06:56
[fx] merge webext2: WebExtension check-in: 727cdb0c9c user: olr tags: trunk, new_feature, fx
06:49
[fx] CSS: panel content: min-width: 100% Closed-Leaf check-in: 4de74d304d user: olr tags: fx, webext2
06:41
[fx] fix vertical positioning of tooltip check-in: d168534411 user: olr tags: fx, webext2
Changes

Modified gc_lang/fr/webext/content_scripts/panel.css from [cb5973a6dd] to [7d8792ca04].

75
76
77
78
79
80
81

82
83
84
85
86
87
88
}
.grammalecte_close_button:hover {
    background-color: hsl(0, 100%, 60%);
}

.grammalecte_panel_content {
    position: absolute;

    height: calc(100% - 55px); /* panel height - title_bar */
    overflow: auto;
}


/*
    CSS Spinner







>







75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
}
.grammalecte_close_button:hover {
    background-color: hsl(0, 100%, 60%);
}

.grammalecte_panel_content {
    position: absolute;
    min-width: 100%;
    height: calc(100% - 55px); /* panel height - title_bar */
    overflow: auto;
}


/*
    CSS Spinner