~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/ecosystem/workspace/old/workspace.css

  • Committer: parra
  • Date: 2010-03-15 06:47:22 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1443
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 3.0 RC2
 
3
 * Copyright(c) 2006-2009, Ext JS, LLC.
 
4
 * licensing@extjs.com
 
5
 * 
 
6
 * http://extjs.com/license
 
7
 */
 
8
 
 
9
html, body {
 
10
    font:normal 12px verdana;
 
11
    margin:0;
 
12
    padding:0;
 
13
    border:0 none;
 
14
    overflow:hidden;
 
15
    height:100%;
 
16
}
 
17
 
 
18
.x-panel-body p {
 
19
    margin:5px;
 
20
}
 
21
    
 
22
.settings {
 
23
    background-image:url( icons/fam/folder_wrench.png ) !important;
 
24
}
 
25
.nav {
 
26
    background-image:url( icons/fam/folder_go.png ) !important;
 
27
}
 
 
b'\\ No newline at end of file'