Fix the URL for the body background image (thanks to drew for spotting this).
[catagits/Gitalist.git] / root / static / css / core.css
index 9d4a4eb..c6d2967 100755 (executable)
@@ -1,6 +1,6 @@
 #debug_holder{
        
-       adisplay:none;
+       display:none;
        
        clear:both;
        padding-top:30px;
@@ -16,7 +16,7 @@
 
 
 body{
-       background:#FAFAFA url(/static/i/bg.png) repeat-x left top;
+       background:#FAFAFA url([% c.uri_for('/static/i/bg.png') %]) repeat-x left top;
        padding:0;
        margin:0;
        font-family:Arial, Verdana, sans-serif;
@@ -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{