src/pyams_content/zmi/resources/css/pyams_content.css
changeset 1070 ea0c7ac589c4
parent 880 374cbe07b0ff
child 1376 0155c71d38f0
equal deleted inserted replaced
1069:abd11be23718 1070:ea0c7ac589c4
       
     1 .ams-widget.comments .widget-body {
       
     2   position: fixed;
       
     3   height: calc(100% - 337px);
       
     4 }
       
     5 .ams-widget.comments .widget-body .chat-body {
       
     6   position: relative;
       
     7   height: 100%;
       
     8 }
       
     9 .ams-widget.comments .widget-body .chat-footer {
       
    10   position: fixed;
       
    11   bottom: 10px;
       
    12 }
       
    13 .ams-widget.comments .widget-body,
       
    14 .ams-widget.comments .widget-body .chat-footer {
       
    15   width: calc(100% - 240px);
       
    16 }
       
    17 @media (max-width: 767px) {
       
    18   .ams-widget.comments .widget-body,
       
    19   .ams-widget.comments .widget-body .chat-footer {
       
    20     width: calc(100% - 10px);
       
    21   }
       
    22 }
       
    23 @media (min-width: 768px) and (max-width: 979px) {
       
    24   .ams-widget.comments .widget-body,
       
    25   .ams-widget.comments .widget-body .chat-footer {
       
    26     width: calc(100% - 20px);
       
    27   }
       
    28 }
       
    29 .minified .ams-widget.comments .widget-body,
       
    30 .minified .ams-widget.comments .widget-body .chat-footer {
       
    31   width: calc(100% - 65px);
       
    32 }
       
    33 @media (max-width: 767px) {
       
    34   .minified .ams-widget.comments .widget-body,
       
    35   .minified .ams-widget.comments .widget-body .chat-footer {
       
    36     width: calc(100% - 55px);
       
    37   }
       
    38 }
       
    39 .hidden-menu .ams-widget.comments .widget-body,
       
    40 .hidden-menu .ams-widget.comments .widget-body .chat-footer {
       
    41   width: calc(100% - 30px);
       
    42 }
       
    43 .pictograms-manager .pictogram {
       
    44   border-bottom: 1px solid silver;
       
    45 }
       
    46 .pictograms-manager .pictogram:last-child {
       
    47   border-bottom: none;
       
    48 }
       
    49 .sortable.gallery {
       
    50   max-height: 550px;
       
    51 }