Sha256: 2cc54b4904f65729aaada624d574488a6331b9313fe4be4a9d721dafa4e74a5c
Contents?: true
Size: 1.35 KB
Versions: 50
Compression:
Stored size: 1.35 KB
Contents
/* Template Name: CleanDream Author: Rory Kranendonk Author URI: http://www.dreamwire.nl Version: 1.0 */ .ui-dialog { position : absolute; background : #FFFFFF; border : 1px solid #d2d2d2; z-index : 99999; width : 300px; } .ui-dialog .ui-dialog-titlebar { display : block; background : url(../gfx/modal-title.gif) repeat-x left top transparent; border-bottom : 1px solid #d2d2d2; border-left : 1px solid #FFFFFF; border-right : 1px solid #FFFFFF; padding : 10px 0 0 0; height : 24px; } .ui-dialog .ui-dialog-title { float : left; padding : 0 0 0 10px; font: 14px 'MuseoSans700', Arial; color : #000000; line-height : 1.0em; text-transform : uppercase; font-weight : 100; } .ui-dialog .ui-dialog-titlebar-close { float : right; margin : -4px 5px 0; background : url(../gfx/box-hide.png) no-repeat left bottom transparent; overflow : hidden; cursor : pointer; width : 40px; height : 21px; } .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { background : url(../gfx/box-hide.png) no-repeat left top transparent; } .ui-dialog .ui-dialog-content { background-color : #FFFFFF; border : 4px solid #f6f6f6; padding : 15px; overflow : auto; } .ui-dialog .ui-dialog-content.forms { padding : 0; } .ui-draggable .ui-dialog-titlebar { cursor : move; }
Version data entries
50 entries across 50 versions & 1 rubygems