tsearch.css - counterfacto - small software tool to analyze twitter and highlight counterfactual statements
 (HTM) git clone git://parazyd.org/counterfacto.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tsearch.css (620B)
       ---
            1 body {
            2         padding-top: 40px;
            3         padding-bottom: 40px;
            4 }
            5 
            6 .form-search {
            7         max-width: 330px;
            8         padding: 15px;
            9         margin: 0 auto;
           10 }
           11 
           12 .form-search .form-search-heading, .form-search .checkbox {
           13         margin-bottom: 10px;
           14 }
           15 
           16 .form-search .checkbox {
           17         font-weight: normal;
           18 }
           19 
           20 .form-search .form-control {
           21         position: relative;
           22         height: auto;
           23         -webkit-box-sizing: border-box;
           24         -moz-box-sizing: border-box;
           25         box-sizing: border-box;
           26         padding: 10px;
           27         font-size: 16px;
           28 }
           29 
           30 .form-search .form-control:focus {
           31         z-index: 2;
           32 }
           33 
           34 .form-search input[type="text"] {
           35         margin-bottom: -1px;
           36         border-bottom-right-radius: 0;
           37         border-bottom-left-radius: 0;
           38 }