/[Frey]/trunk/static/frey.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/static/frey.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/static/app.css revision 121 by dpavlin, Mon Jul 14 21:22:43 2008 UTC trunk/static/frey.css revision 206 by dpavlin, Thu Oct 30 22:35:11 2008 UTC
# Line 1  Line 1 
1  .status-line {  .frey-status-line {
2            border-top: 1px solid #aaa;
3            color: #444;
4            background-color: #eee;
5            font-size: 80%;
6            padding: 2px;
7            bottom: 0;
8            left: 0;
9            right: 0;
10          position: fixed;          position: fixed;
11            z-index: 20;
12    }
13    
14    .frey-popup {
15            color: #00f;
16            border: 1px dashed #eee;
17            padding: 3px;
18    }
19    
20    .frey-popup:hover {
21            background: #eee;
22            border: 1px solid #ccc;
23    }
24    
25    .frey-popup:hover span {
26            position: relative;
27          top: 0;          top: 0;
28          left: 0;          right: 0;
29          display: block;          display: block;
30          padding: 3px;          z-index: 30;
31          background: #fff;          background: #eee;
32          border: #ccc solid 1px;  }
33          font-size: 80%;  
34    .frey-popup pre {
35            display: none;
36            white-space: pre-wrap;
37            white-space: -moz-pre-wrap;
38            white-space: -o-pre-wrap;
39            font-family: monospace;
40    }
41    
42    .frey-popup span {
43            display: none;
44    /*
45            padding: 1em;
46    */
47            color: #000;
48            background: #eee;
49            border: 1px solid #aaa;
50    }
51    
52    .frey-popup span ul {
53            margin: 0;
54    }
55    
56    .frey-object-browser tr td {
57            vertical-align: top;
58  }  }
59    

Legend:
Removed from v.121  
changed lines
  Added in v.206

  ViewVC Help
Powered by ViewVC 1.1.26