src/pyams_portal/resources/css/portal.css
changeset 227 d5a366b207a8
parent 140 95bee9c0ae3f
child 231 102c731e56e9
equal deleted inserted replaced
226:d9233f269a5e 227:d5a366b207a8
     5 #portal_config .rows {
     5 #portal_config .rows {
     6   min-height: 15px;
     6   min-height: 15px;
     7 }
     7 }
     8 #portal_config .row {
     8 #portal_config .row {
     9   position: relative;
     9   position: relative;
    10   margin: 5px 0;
    10   margin: 1.2em 0 0.5em;
    11   padding: 2px 4px;
    11   padding: 1px;
    12   border: 1px solid rgba(199, 81, 0, 0.4);
    12   border: 1px solid #337ab7;
    13   border-top-width: 1.5em;
    13   border-top-width: 0.65em;
    14   min-height: 20px;
    14   min-height: 20px;
    15   cursor: move;
    15   cursor: move;
    16 }
    16 }
    17 #portal_config .row > .row_id {
    17 #portal_config .row > .row_id {
    18   position: absolute;
    18   position: absolute;
    23 }
    23 }
    24 #portal_config .row > .row_id.pull-right {
    24 #portal_config .row > .row_id.pull-right {
    25   right: 0.3em;
    25   right: 0.3em;
    26 }
    26 }
    27 #portal_config .row .slot {
    27 #portal_config .row .slot {
    28   margin: 3px 0;
    28   margin: 0;
    29   padding: 3px;
    29   border: 1px solid rgba(51, 122, 183, 0.6);
    30   border: 1px solid rgba(98, 120, 128, 0.65);
    30   border-bottom-width: 5px;
    31   border-bottom-width: 6px;
       
    32   min-height: 20px!important;
    31   min-height: 20px!important;
    33 }
    32 }
    34 #portal_config .row .slot > .header {
    33 #portal_config .row .slot > .header {
    35   background-color: rgba(98, 120, 128, 0.6);
    34   margin: 1px;
       
    35   background-color: rgba(51, 122, 183, 0.6);
    36   color: white;
    36   color: white;
    37 }
    37 }
    38 #portal_config .row .portlet {
    38 #portal_config .row .portlet {
    39   margin: 3px 0;
    39   margin: 1px;
    40   padding: 3px;
    40   padding: 0;
    41   border: 1px solid rgba(98, 120, 128, 0.6);
    41   border: 1px solid rgba(98, 120, 128, 0.5);
    42   min-height: 20px!important;
    42   min-height: 20px!important;
    43 }
    43 }
    44 #portal_config .row .portlet > .header {
    44 #portal_config .row .portlet > .header {
    45   background-color: rgba(92, 109, 115, 0.8);
    45   background-color: rgba(92, 109, 128, 0.5);
    46   color: white;
    46   color: white;
    47 }
    47 }
    48 #portal_config .row-highlight {
    48 #portal_config .row-highlight {
    49   margin: 5px 0;
    49   margin: 5px 0;
    50   border: 1px solid #c75100;
    50   border: 1px solid #c75100;