sorted design of search
[catagits/Gitalist.git] / root / static / css / core.css
index befb5d2..fca2565 100755 (executable)
@@ -53,6 +53,9 @@ a img{
        padding-bottom:30px;
        background:transparent url([% c.uri_for('/static/i/bg_top.png') %]) no-repeat;
 }
+.copy{
+       padding:10px;
+}
 #logo{
        margin-left:-10px;
        float:left;
@@ -275,7 +278,9 @@ a.raw{
        border:1px solid #ddd;
        margin:30px 15px;
 }
-
+.match{
+       background-color:#ffff00;
+}
 a.rss_logo {
   float: right;
   padding: 3px 0px;
@@ -299,6 +304,16 @@ a.rss_logo:hover {
 }
 
 
+.button_submit{
+       text-indent:-999999px;
+       overflow:hidden;
+       width:95px;
+       height:26px;
+       border:0;
+       background:transparent url([% c.uri_for('/static/i/buttons/search.png') %]) no-repeat;
+       cursor: pointer;
+}
+
 
 /* paging */
 .pager{