/[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

revision 311 by dpavlin, Wed Nov 5 19:57:49 2008 UTC revision 312 by dpavlin, Wed Nov 5 20:05:35 2008 UTC
# Line 75  Line 75 
75          margin: 3px;          margin: 3px;
76  }  }
77    
78  /* Frey::ObjectBrowser */  /* Frey::Instrospect */
79    
80  .frey-object-browser tr th {  .frey-introspect tr th {
81          border-bottom: 1px dashed #ccc;          border-bottom: 1px dashed #ccc;
82  }  }
83    
84  /* stop header from jumping around because of hover popup */  /* stop header from jumping around because of hover popup */
85  .frey-object-browser tr th.p {  .frey-introspect tr th.p {
86          text-align: left;          text-align: left;
87  }  }
88    
89  .frey-object-browser tr td {  .frey-introspect tr td {
90          vertical-align: top;          vertical-align: top;
91  }  }
92    
93  .frey-object-browser tr td.m {  .frey-introspect tr td.m {
94          padding-right: 1em;          padding-right: 1em;
95          font-family: monospace;          font-family: monospace;
96  }  }
97    
98  .frey-object-browser tr .a {  .frey-introspect tr .a {
99          border-left: 1px dashed #ccc;          border-left: 1px dashed #ccc;
100          padding-left: 1em;          padding-left: 1em;
101  }  }
102    
103  .frey-object-browser tr td.a {  .frey-introspect tr td.a {
104          text-align: right;          text-align: right;
105          font-family: monospace;          font-family: monospace;
106  }  }
107    
108  .frey-object-browser tr td.t {  .frey-introspect tr td.t {
109          font-family: monospace;          font-family: monospace;
110          padding-left: 1em;          padding-left: 1em;
111  }  }
112    
113  .frey-object-browser tr:hover {  .frey-introspect tr:hover {
114          background: #ffc;          background: #ffc;
115  }  }
116    
117  .frey-object-browser sup {  .frey-introspect sup {
118          color: #ccc;          color: #ccc;
119  }  }
120    

Legend:
Removed from v.311  
changed lines
  Added in v.312

  ViewVC Help
Powered by ViewVC 1.1.26