Sha256: 7b0577f3c27197a8b9b77fc0b73c389557998dd69e3dadc843a09b60566330f4

Contents?: true

Size: 551 Bytes

Versions: 9

Compression:

Stored size: 551 Bytes

Contents

/*
This file gets loaded along with the rest of Ext library at the initial load
*/

/* NetzkeNotifier */
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:300px;
    z-index:20000;
}
#msg-div .msg {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #F6F6F6;
    border: 2px solid #ccc;
    margin-top: 2px;
    padding: 10px 15px;
    color: #555;
}
#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
}
#msg-div .msg p {
    margin: 0;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
netzke-core-6.5.0.0 stylesheets/core.css
netzke-core-6.5.0.0.rc2 stylesheets/core.css
netzke-core-6.5.0.0.rc1 stylesheets/core.css
netzke-core-1.0.1.0 stylesheets/core.css
netzke-core-1.0.0.0 stylesheets/core.css
netzke-core-1.0.0.0.pre4 stylesheets/core.css
netzke-core-1.0.0.0.pre3 stylesheets/core.css
netzke-core-1.0.0.0.pre2 stylesheets/core.css
netzke-core-1.0.0.0.pre stylesheets/core.css