Respect paging.log config settings.
[catagits/Gitalist.git] / root / static / css / core.css
index befb5d2..e34a12b 100755 (executable)
@@ -14,9 +14,8 @@
        background-color:#f0f0f0;
 }
 
-
 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 +52,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;
@@ -82,7 +84,7 @@ a img{
        width:100%;
        clear:both;
        float:right;
-       margin:-5px 10px 0 0;
+       margin:-9px 10px 0 0;
 }
 #nav_logs ul{
        margin:0;
@@ -269,13 +271,25 @@ a.raw{
        padding-top:2px;
        float:left;
 }
+a.file{
+       padding-left:25px;
+       padding-bottom:1px;
+       background:transparent url([% c.uri_for('/static/i/icons/file.png') %]) no-repeat;
+}
+a.folder{
+       padding-left:25px;
+       padding-bottom:1px;
+       background:transparent url([% c.uri_for('/static/i/icons/folder.png') %]) no-repeat;
+}
 .msg{
        padding:5px 10px 5px 35px;
        background:#f0f0f0 url([% c.uri_for('/static/i/icons/attention.png') %]) no-repeat 10px center;
        border:1px solid #ddd;
        margin:30px 15px;
 }
-
+.match{
+       background-color:#ffff00;
+}
 a.rss_logo {
   float: right;
   padding: 3px 0px;
@@ -299,6 +313,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{
@@ -468,7 +492,7 @@ BUT the final width needs to be set with javascript based on the parent element
   padding: 0 8px;
 }
 #blame a {
- atext-decoration: none;
+ text-decoration: none;
 }
 #blame {
     overflow-x: scroll;
@@ -512,3 +536,15 @@ div.blob {
 
 /* /blobdiff etc */
 
+.commit-message {
+  white-space: pre-wrap;
+  width: 400px;
+}
+p.commit-message {
+  margin: 0;
+}
+
+/* Hidden spans that contain bits of data to be used by JS */
+.js-data {
+    display: none;
+}