/* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-w ide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. *= require_self *= require bootstrap_and_overrides */ .page{ margin-top: 50px; } .content{ width: 940px; margin-left: auto; margin-right: auto; } .link_white, a{ color: #ffffff; } .link_white, a:hover, a:active, a:focus{ color: #ffffff; } form .input { margin-left: 10px; } .form{ margin-left: -150px; } .select_box{ height: 600px; } .right{ margin-left:auto; width: 100px; margin-right:auto; } #search{ width: 400px; } .search{ margin-left:auto; margin-right:auto; } th .current { padding-right: 12px; background-repeat: no-repeat; background-position: right center; } th .asc { background-image: url(/images/up_arrow.gif); } th .desc { background-image: url(/images/down_arrow.gif); } .digg_pagination { background: white; cursor: default; /* self-clearing method: */ } .digg_pagination a, .digg_pagination span, .digg_pagination em { line-height:34px; display: block; float: left; margin-right: 1px; } .digg_pagination .disabled { line-height:34px; color: #999999; border: 1px solid #dddddd; } .digg_pagination .current { line-height:34px; padding: 0 14px; text-decoration: none; font-style: normal; font-weight: bold; background: #2e6ab1; color: white; border: 1px solid #2e6ab1; } .digg_pagination a { line-height:34px; color: #105cb6; border: 1px solid #9aafe5; } .digg_pagination a:hover, .digg_pagination a:focus { line-height:34px; color: #000033; border-color: #000033; } .digg_pagination .page_info { line-height:34px; background: #2e6ab1; color: white; padding: 0.4em 0.6em; width: 22em; margin-bottom: 0.3em; text-align: center; } .digg_pagination .page_info b { line-height:34px; color: #000033; background: #6aa6ed; padding: 0.1em 0.25em; } .digg_pagination:after { line-height:34px; content: "."; display: block; height: 0; clear: both; visibility: hidden; } * html .digg_pagination { line-height:34px; height: 1%; } *:first-child + html .digg_pagination { line-height:34px; overflow: hidden; } .apple_pagination { background: #f1f1f1; border: 1px solid #e5e5e5; text-align: center; padding: 1em; cursor: default; } .apple_pagination a, .apple_pagination span { padding: 0.2em 0.3em; } .apple_pagination .disabled { color: #aaaaaa; } .apple_pagination .current { font-style: normal; font-weight: bold; background-color: #bebebe; display: inline-block; width: 1.4em; height: 1.4em; line-height: 1.5; -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em; text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px; } .apple_pagination a { text-decoration: none; color: black; } .apple_pagination a:hover, .apple_pagination a:focus { text-decoration: underline; } .flickr_pagination { text-align: center; padding: 0.3em; cursor: default; } .flickr_pagination a, .flickr_pagination span, .flickr_pagination em { padding: 0.2em 0.5em; } .flickr_pagination .disabled { color: #aaaaaa; } .flickr_pagination .current { font-style: normal; font-weight: bold; color: #ff0084; } .flickr_pagination a { border: 1px solid #dddddd; color: #0063dc; text-decoration: none; } .flickr_pagination a:hover, .flickr_pagination a:focus { border-color: #003366; background: #0063dc; color: white; } .flickr_pagination .page_info { color: #aaaaaa; padding-top: 0.8em; } .flickr_pagination .previous_page, .flickr_pagination .next_page { border-width: 2px; } .flickr_pagination .previous_page { margin-right: 1em; } .flickr_pagination .next_page { margin-left: 1em; } /* It's *strongly* suggested that you don't modify this file. Instead, load a new stylesheet after this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs. This will allow you to update formtastic.css with new releases without clobbering your own changes. This stylesheet forms part of the Formtastic Rails Plugin (c) 2008-2011 Justin French --------------------------------------------------------------------------------------------------*/ /* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just .formtastic * --------------------------------------------------------------------------------------------------*/ .formtastic, .formtastic ul, .formtastic ol, .formtastic li, .formtastic fieldset, .formtastic legend, .formtastic input, .formtastic button, .formtastic textarea, .formtastic select, .formtastic p { margin:0; padding:0; } .formtastic fieldset { border:0; } .formtastic em, .formtastic strong { font-style:normal; font-weight:normal; } .formtastic ol, .formtastic ul { list-style:none; } .formtastic abbr, .formtastic acronym { border:0; font-variant:normal; } .formtastic input, .formtastic button, .formtastic textarea { font-family:sans-serif; font-size:inherit; font-weight:inherit; } .formtastic input, .formtastic textarea, .formtastic select { font-size:100%; } .formtastic legend { white-space:normal; color:#000; } /* SEMANTIC ERRORS * --------------------------------------------------------------------------------------------------*/ .formtastic .errors { color:#cc0000; margin:0.5em 0 1.5em 25%; list-style:square; } .formtastic .errors li { padding:0; border:none; display:list-item; } /* BUTTONS & ACTIONS * --------------------------------------------------------------------------------------------------*/ .formtastic .buttons, .formtastic .actions { overflow:hidden; /* clear containing floats */ padding-left:25%; } .formtastic .button, .formtastic .action { float:left; padding-right:0.5em; } .formtastic .button_action button { padding:3px 8px; } .formtastic .link_action a { display:block; padding:3px 0; } /* INPUTS * --------------------------------------------------------------------------------------------------*/ .formtastic .inputs { overflow:hidden; /* clear containing floats */ } .formtastic .input { overflow:hidden; /* clear containing floats */ padding:0.5em 0; /* padding and negative margin juggling is for Firefox */ margin-top:-0.5em; margin-bottom:1em; } /* LEFT ALIGNED LABELS * --------------------------------------------------------------------------------------------------*/ .formtastic .input .label { display:block; width:10%; float:left; padding-top:.2em; } .formtastic .fragments .label, .formtastic .choices .label { position:absolute; width:95%; left:0px; } .formtastic .fragments .label label, .formtastic .choices .label label { position:absolute; } /* NESTED FIELDSETS AND LEGENDS (radio, check boxes and date/time inputs use nested fieldsets) * --------------------------------------------------------------------------------------------------*/ .formtastic .choices { position:relative; } .formtastic .choices-group { float:left; width:74%; margin:0; padding:0 0 0 25%; } .formtastic .choice { padding:0; border:0; } /* INLINE HINTS * --------------------------------------------------------------------------------------------------*/ .formtastic .input .inline-hints { color:#666; margin:0px; } /* INLINE ERRORS * --------------------------------------------------------------------------------------------------*/ .formtastic .inline-errors { color:#cc0000; margin:0.5em 0 0 25%; } .formtastic .errors { color:#cc0000; margin:0.5em 0 0 25%; list-style:square; } .formtastic .errors li { padding:0; border:none; display:list-item; } /* STRING, NUMERIC, PASSWORD, EMAIL, URL, PHONE, SEARCH (ETC) OVERRIDES * --------------------------------------------------------------------------------------------------*/ .formtastic .stringish input { width:85%; } .formtastic .stringish input[size] { width:auto; max-width:85%; } /* TEXTAREA OVERRIDES * --------------------------------------------------------------------------------------------------*/ .formtastic .text textarea { width:85%; } .formtastic .text textarea[cols] { width:auto; max-width:85%; } /* HIDDEN OVERRIDES * --------------------------------------------------------------------------------------------------*/ .formtastic .hidden { display:none; } /* BOOLEAN LABELS * --------------------------------------------------------------------------------------------------*/ .formtastic .boolean label { padding-left:10%; display:block; } /* CHOICE GROUPS * --------------------------------------------------------------------------------------------------*/ .formtastic .choices-group { margin-bottom:-0.5em; } .formtastic .choice { margin:0.1em 0 0.5em 0; } .formtastic .choice label { float:none; width:100%; line-height:100%; padding-top:0; margin-bottom:0.6em; } /* ADJUSTMENTS FOR INPUTS INSIDE LABELS (boolean input, radio input, check_boxes input) * --------------------------------------------------------------------------------------------------*/ .formtastic .choice label input, .formtastic .boolean label input { margin:0 0.3em 0 0.1em; line-height:100%; } /* FRAGMENTED INPUTS (DATE/TIME/DATETIME) * --------------------------------------------------------------------------------------------------*/ .formtastic .fragments { position:relative; } .formtastic .fragments-group { float:left; width:84%; margin:0; padding:0 0 0 25%; } .formtastic .fragment { float:left; width:auto; margin:0 .3em 0 0; padding:0; border:0; } .formtastic .fragment label { display:none; } .formtastic .fragment label input { display:inline; margin:0; padding:0; }