/* Document : inline_forms Created on : Feb 13, 2011, 10:00:55 AM Author : Ace Suares Description: Stylessheet for inline_forms */ .pagination { padding: 0; margin: 0; margin-bottom: 5px; } .pagination a, .pagination span, .pagination em { font-size: 70%; padding-left:8px; padding-right:8px; padding-top:5px; padding-bottom: 5px; border: solid #999999 1px; text-decoration: none; color:black; background-color: #EBEAE9; background-image: -moz-linear-gradient(100% 100% 90deg, #cccccc,#EBEAE9); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#EBEAE9)); -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: 0 2px 3px rgba(0,0,0, .4); -moz-box-shadow: 0 2px 3px rgba(0,0,0, .4); } .pagination a:hover { color:white; background-color: #EFCA4B; background-image: -moz-linear-gradient(100% 100% 90deg, #F9EBAE,#EFCA4B); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFCA4B), to(#F9EBAE)); } .pagination em { background-color: #eeeeee; color: black; background-image: -moz-linear-gradient(100% 100% 90deg, #eeeeee, #ffffff); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee)); } .pagination span.disabled { color: #AAA; } #paginate_info { color: #ffffff; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .1); -moz-box-shadow: 0 1px 1px rgba(0,0,0, .1); background-color: #EFCA4B; padding: 0.7em; margin: 0 1em 0.4em 1em; } .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 */