Sha256: a436e8d007939c08dad2dbe3f2cb28271e9965b4a8b059689fb45a964e217d0b

Contents?: true

Size: 1.73 KB

Versions: 4

Compression:

Stored size: 1.73 KB

Contents

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background: rgba(40,45,55,.9); 
        border: rgba( 000,000,000,.9) 3px solid;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
            
}


.gritter-item {
	display:block;
	color:#eee;
	padding:10px;
	font-size: 11px;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	width:20px;
	height:20px;
          -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
            
}

.gritter-close i{width:20px;
	height:20px; display: block; line-height: 20px; text-align: center; font-size: 16px;  }
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item

{
    background: #ccc;

    color: #222;
}
.gritter-light .gritter-close {
    background: red;
}
.gritter-light .gritter-title {
    text-shadow: none;
}

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ish_lib-0.0.8 vendor/assets/themeforest/alpona/html/css/jquery.gritter.css
ish_lib-0.0.8 vendor/assets/themeforest/alpona/html/files/css/jquery.gritter.css
ish_lib-0.0.3 vendor/assets/themeforest/alpona/html/css/jquery.gritter.css
ish_lib-0.0.3 vendor/assets/themeforest/alpona/html/files/css/jquery.gritter.css