Blame view
app/js/plugins/msgbox/jquery.msgbox.css
1.16 KB
feacde5ff
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
.jquery-msgbox { background:url(images/background.png) repeat-x left bottom; padding-bottom:55px; font-style:normal; } .jquery-msgbox-wrapper { padding:20px 20px 20px 100px; } .jquery-msgbox-buttons { padding:15px; text-align:right; position:absolute; bottom:0; right:0; } .jquery-msgbox-buttons button, .jquery-msgbox-buttons input { margin-left:10px; min-width:85px; padding:0 14px 2px; height:24px; cursor:pointer; } .jquery-msgbox-inputs { margin-top:4px; } .jquery-msgbox-inputs input { display:block; padding:3px 2px; border:1px solid #dddddd; margin:3px 0 6px 0; width:95%; } .jquery-msgbox-label { font-weight:bold; font-size:11px; } .jquery-msgbox-alert { background: url(images/alert.png) no-repeat 20px 20px; } .jquery-msgbox-info { background: url(images/info.png) no-repeat 20px 20px; } .jquery-msgbox-error { background: url(images/error.png) no-repeat 20px 20px; } .jquery-msgbox-prompt { background: url(images/question.png) no-repeat 20px 20px; } .jquery-msgbox-confirm { background: url(images/confirm.png) no-repeat 20px 20px; } |