Sha256: f21d0b732ff6d9efea7268fa741bbf7c8656a1a3698cd98577a6c666435197c4

Contents?: true

Size: 987 Bytes

Versions: 1

Compression:

Stored size: 987 Bytes

Contents

img {
    border:none;
}
.notify-osd {
    font-family:Helvetica Neue,Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
    font-size:14px;
    position:fixed;
    top:20px;
    right:20px;
    width:350px;
    background-color:#222222;
    color:#ffffff;
    border-radius:4px;
    box-shadow:0 0 10px #222;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    z-index:900;
}
.notify-osd:hover {
    cursor:default !important;
}
.notify-osd > div {
    padding:10px;
    position:relative;
}
.notify-osd table {
    width:100%;
    padding:0;
    -webkit-border-horizontal-spacing:0;
    -webkit-border-vertical-spacing:0;
}
.notify-osd .notify-osd-dismiss {
    color:#ccc;
    font-size:15px;
    position:absolute;
    top:3px;
    right:10px;
    text-decoration:none;
    z-index:999;
}
.notify-osd td.notify-osd-icon {
    height:48px;
    width:48px;
    vertical-align:top;
}
.notify-osd td.notify-osd-content {
    padding-left:10px;
    vertical-align:center;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nodectl-0.2.4 assets/stylesheets/notify-osd.css