Sha256: 9fdf9b5575ea1bb9c8b78b17ab3d59d607c081a452233d4e7ac08992a04c1e84
Contents?: true
Size: 1.73 KB
Versions: 3
Compression:
Stored size: 1.73 KB
Contents
/* Document : inline_forms Created on : Feb 13, 2011, 10:00:55 AM Author : Ace Suares Description: Stylessheet for inline_forms */ .error { color: #ffffff; font-weight: bold; -moz-border-radius: 10px; -webkit-border-radius: 10px; -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .1); -moz-box-shadow: 0 1px 1px rgba(0,0,0, .1); background-color: #a70f0f; background-image: -moz-linear-gradient(100% 100% 90deg, #a70f0f, #c01313); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c01313), to(#a70f0f)); padding: 0.7em; } .success { color: #ffffff; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4); -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4); border-bottom: 1px solid #cccccc; background-color: #4f8d0d; background-image: -moz-linear-gradient(100% 100% 90deg, #4f8d0d, #5ba210); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5ba210), to(#4f8d0d)); padding: 0.7em; margin-bottom: 0.5em; } .ckeditor_area { position: relative; } .ckeditor_area .glass_plate { position: absolute; top: -1px; width: 100%; height: 232px; border: 0; } .ckeditor_area .cke_top, .ckeditor_area .cke_bottom, .ckeditor_area .cke_border { display: none; } /* jQuery ui Slider 8 */ .slider { width: 300px; float: left; } .slider_value { float: left; min-width: 60px; text-align: right; font-family: monospace; } .ui-tooltip-content ul { padding: 0; margin: 0; list-style-type: none; } .ui-tooltip-content ul li { margin-left: 20px; } .ui-tooltip-content ul li:first-letter { margin-left: -20px; } /* LEFT */
Version data entries
3 entries across 3 versions & 1 rubygems