Sha256: 2935c98bd61f7c6c5201f5e797c9001eae55d58b616e6e893c897937a282e63d

Contents?: true

Size: 867 Bytes

Versions: 8

Compression:

Stored size: 867 Bytes

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_tree .
 */
.help_popup {
	position:absolute;
	width:400px; 
	padding:20px;
	border:1px solid #666;
	box-shadow: 0px 3px 7px #777;
	background:#FFF;
	z-index:20000;
    min-height:200px;
}
.help_popup_title{
    font-size:18px;
    font-weight:bold;
    text-align:left;
}
.help_popup_body{
    font-size:12px;
    text-align:left;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
help_popups-1.0.5 test/dummy/app/assets/stylesheets/application.css
help_popups-1.0.4 test/dummy/app/assets/stylesheets/application.css
help_popups-1.0.3 test/dummy/app/assets/stylesheets/application.css
help_popups-1.0.2 test/dummy/app/assets/stylesheets/application.css
help_popups-1.0.1 test/dummy/app/assets/stylesheets/application.css
help_popups-1.0.0 test/dummy/app/assets/stylesheets/application.css
help_popups-0.1.1 test/dummy/app/assets/stylesheets/application.css
help_popups-0.1.0 test/dummy/app/assets/stylesheets/application.css