Sha256: 1180d401fefffcab217068c96e26a728461ea0c786b904dbf8f3c1bc1fe98b09
Contents?: true
Size: 1.23 KB
Versions: 32
Compression:
Stored size: 1.23 KB
Contents
#background_popup { display: none; position: fixed; height: 100%; width: 100%; top: 0; left: 0; background: #000000; border: 1px solid #cecece; z-index: 1; } #popup { display: none; position: fixed; height: 80%; width: 408px; background: #FFFFFF; border: 2px solid #0E7799; z-index: 2; /* padding: 12px;*/ padding: 0px; font-size: 12px; /* overflow-y: scroll;*/ text-align: left; } #popup_header { padding: 12px; } #popup h1 { text-align: left; border-bottom: 1px dotted #dedede; padding-bottom: 7px; margin-top: 0px; margin-bottom: 20px; } #popup_close { font-size: 14px; line-height: 14px; right: 6px; top: 4px; position: absolute; font-weight: 700; display: block; text-decoration: none; cursor: pointer; } #popup_content { /* overflow-y: scroll;*/ /* padding-left: 12px;*/ padding-left: 12px; /* padding-right: 12px;*/ } #popup_content_left { width:380px; float:left; /* border: 1px solid green;*/ padding-right:12px; overflow-y: scroll; position: relative; } #popup_content_right { width: 404px; /* 396px; */ /* margin-left:396px;*/ float:right; /* border: 1px solid black;*/ overflow-y: scroll; position: relative; } #popup_info { /* padding: 12px;*/ }
Version data entries
32 entries across 32 versions & 1 rubygems