src/pyams_content/skin/resources/css/pyams_content.css
branchdev-dc
changeset 1086 3d259e1718ef
parent 1079 a5e56749ca3d
parent 1084 6b6a884fa28a
child 1087 978a2b9123b9
equal deleted inserted replaced
1079:a5e56749ca3d 1086:3d259e1718ef
     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 }