Sha256: 7e7c03ae08cad2f36849bbbf1a9ede8441e640c8e05df9e1580eb4fb69f92cd0

Contents?: true

Size: 1.29 KB

Versions: 55

Compression:

Stored size: 1.29 KB

Contents

:css
  .growl_box {
    width: 225px;
    border: 0px;
    cellpadding: 0px;
    cellspacing: 0px;
  }
  .growl_top {
    background-image: url(/images/growl/growl_top.png);
    width: 225px;
    height: 49px;
    background-repeat: no-repeat;
    color: #fff;
  }
  .growl_top_img {
    max-width: 25px;
    max-height: 25px;
    text-align: center;
    margin-left: 19px;
    margin-top: 19px;
  }
  .growl_title {
    font-size: 18px;
    margin: 0pt;
    margin-left: 5px;
    margin-bottom: 10px;
    display: inline;
  }
  td.growl_content {
    background-image: url(/images/growl/growl_repeat.png);
    width: 225px;
    background-repeat: repeat-y;
    color: #ddd;
  }

  p.growl_content {
    margin: 20px;
  }
  .growl_bottom {
    background-image: url(/images/growl/growl_bottom.png);
    background-repeat: no-repeat;
    width: 225px;
    height: 27px;
    vertical-align: top;
    horizontal-align: right;
  }
  a.growl_close {
    margin-right: 25px;
    font-size: 10px;
    color: #fff;
    text-align: right;
  }

%table.growl_box
  %tr
    %td.growl_top
      %img.growl_top_img{:src=>"%image%"}
      %h1.growl_title %title%
  %tr
    %td.growl_content
      %p.growl_content %message%
  %tr
    %td.growl_bottom
      a.growl_close{:href=>"#", :onclick=>"return false;" :rel=>"close"} Close

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
wheels-0.1.30 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.28 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.27 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.25 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.24 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.23 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.22 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.21 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.20 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.19 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.18 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.17 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.16 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.15 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.14 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.13 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.12 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.10 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.9 app/views/loadbehind/_growl_template.html.haml
wheels-0.1.8 app/views/loadbehind/_growl_template.html.haml