~vanvugt/ubuntu/oneiric/mediatomb/fix-770964-784431

« back to all changes in this revision

Viewing changes to webnew/css/layout.css

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2009-04-22 21:39:19 UTC
  • mto: (4.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090422213919-52m015y6gcpv1m1g
Tags: upstream-0.12.0~svn2018
ImportĀ upstreamĀ versionĀ 0.12.0~svn2018

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*MT_J*
 
2
    
 
3
    MediaTomb - http://www.mediatomb.cc/
 
4
    
 
5
    layout.css - this file is part of MediaTomb.
 
6
    
 
7
    Copyright (C) 2007-2008 Jan Habermann <jan.habermann@gmail.com>
 
8
    
 
9
    MediaTomb is free software; you can redistribute it and/or modify
 
10
    it under the terms of the GNU General Public License version 2
 
11
    as published by the Free Software Foundation.
 
12
    
 
13
    MediaTomb is distributed in the hope that it will be useful,
 
14
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
    GNU General Public License for more details.
 
17
    
 
18
    You should have received a copy of the GNU General Public License
 
19
    version 2 along with MediaTomb; if not, write to the Free Software
 
20
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
21
    
 
22
    $Id: layout.css 1698 2008-02-23 20:48:30Z lww $
 
23
*/
 
24
#top-bar {
 
25
        background: #dddddd url(../images/filmstrip.png) repeat-x 0 50%;
 
26
        height: 90px;
 
27
}
 
28
 
 
29
#mediatomb-logo {
 
30
        margin-left: 35px;
 
31
        background: transparent url(../images/mediatomb.png) no-repeat 50% 50%;
 
32
        width: 253px;
 
33
        height: 90px;
 
34
}
 
35
 
 
36
#mediatomb-logo span {
 
37
        display: none;
 
38
}
 
39
 
 
40
#status-div {
 
41
        position: absolute;
 
42
        left: 20px;
 
43
        top: 26px;
 
44
        width: 25px;
 
45
        height: 38px;
 
46
        background: transparent url(../images/status.png) no-repeat;
 
47
}
 
48
 
 
49
.loading {
 
50
        background: transparent url(../images/status_loading.png) no-repeat !important;
 
51
}
 
52
 
 
53
#status-div span {
 
54
        display: none;
 
55
}
 
56
 
 
57
#container, #content, #nav {
 
58
        background: #ffffff;
 
59
        height: 100%;
 
60
}
 
61
 
 
62
#tree-fs-toolbar-panel {
 
63
        height: 28px;
 
64
}
 
65
 
 
66
#tree-db-toolbar-panel {
 
67
        height: 28px;
 
68
}
 
69
 
 
70
#grid-toolbar-panel {
 
71
        height: 28px;
 
72
}
 
73
 
 
74
#main-panel, #main {
 
75
        background: #ffffff;
 
76
        height: 100%;
 
77
}
 
78
 
 
79
#details-panel {
 
80
        background: #ffffff;
 
81
        height: 100%;
 
82
}
 
83
 
 
84
#main, #details {
 
85
        /*padding: 4px;*/
 
86
}
 
87
 
 
88
.nav-panel {
 
89
        padding: 2px;
 
90
}
 
91
 
 
92
.nav-tree {
 
93
        overflow: auto;
 
94
        height: 100%;
 
95
}
 
96
 
 
97
.x-btn-icon .button-add {
 
98
        background-image: url(../icons/stock_add.png);
 
99
}
 
100
 
 
101
.x-btn-icon .button-edit {
 
102
        background-image: url(../icons/stock_edit.png);
 
103
}
 
104
 
 
105
.x-btn-icon .button-remove {
 
106
        background-image: url(../icons/remove_this.png);
 
107
}
 
108
 
 
109
.x-btn-icon .button-folder {
 
110
        background-image: url(../icons/tree/folder-open.gif);
 
111
}
 
112
.x-btn-icon .button-refresh {
 
113
        background-image: url(../icons/icon_refresh.png);
 
114
}
 
115
 
 
116
/* IE PNG fix from http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html */
 
117
img {
 
118
        behavior: url(../js/pngbehavior.htc);
 
119
}
 
120
 
 
121
/* ext theme overrides */
 
122
 
 
123
.x-layout-panel-hd-text {
 
124
        font-weight: bold;
 
125
}
 
126
 
 
127
.x-layout-panel {
 
128
        border: 1px solid #999999;
 
129
}
 
130
 
 
131
.x-grid-row-selected td, .x-grid-locked .x-grid-row-selected td  {
 
132
        background-color: #666666 !important;
 
133
}