Sha256: c6cb1b7422feb535176cda076cfa8d426a8aed7c1cfbf8c16383a2f90d34d797

Contents?: true

Size: 1.72 KB

Versions: 34

Compression:

Stored size: 1.72 KB

Contents

/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.2.0
Link       : http://pinesframework.org/pnotify/
Description:
	Default styling for Pines Notify jQuery plugin.
*/
/* -- Notice */
.ui-pnotify {
top: 25px;
right: 25px;
position: absolute;
height: auto;
/* Ensures notices are above everything */
z-index: 9999;
}
/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
-webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
background-position: 0 0;
padding: .8em;
height: 100%;
margin: 0;
}
.ui-pnotify-sharp {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
float: right;
margin-left: .2em;
}
.ui-pnotify-title {
display: block;
margin-bottom: .4em;
}
.ui-pnotify-text {
display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
display: block;
float: left;
margin-right: .2em;
}
/* -- History Pulldown */
.ui-pnotify-history-container {
position: absolute;
top: 0;
right: 18px;
width: 70px;
border-top: none;
padding: 0;
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
/* Ensures history container is above notices. */
z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
padding: 2px;
}
.ui-pnotify-history-container button {
cursor: pointer;
display: block;
width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
display: block;
margin: 0 auto;
}

Version data entries

34 entries across 34 versions & 3 rubygems

Version Path
h2ocube_rails_assets-0.1.1 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.1.0 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.30 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.29 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.28 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.27 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.26 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.25 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.24 vendor/assets/stylesheets/jquery.pnotify.css
pines-notify-rails-1.2.0 app/assets/stylesheets/pnotify.css
h2ocube_rails_assets-0.0.23 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.22 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.21 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.20 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.19 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.18 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.17 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.16 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.15 vendor/assets/stylesheets/jquery.pnotify.css
h2ocube_rails_assets-0.0.14 vendor/assets/stylesheets/jquery.pnotify.css