~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/browser/browser.css

  • Committer: dilshan_a
  • Date: 2008-01-25 03:09:19 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:304
Added documentation of output of TestSuite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    font-size: 1.1em;
21
21
}
22
22
 
 
23
.padding {
 
24
    padding: 1em;
 
25
}
 
26
 
23
27
/* OVERALL LAYOUT */
24
28
 
25
29
/* Override common #ivlebody */
60
64
}
61
65
 
62
66
td.thincol {
63
 
    width: 24px;
 
67
    width: 18px;
64
68
}
65
69
 
66
70
#filetablediv {
103
107
    cursor: pointer;
104
108
}
105
109
tr.row2 {
106
 
    background-color: #aaa;
 
110
    background-color: #bbb;
107
111
    cursor: pointer;
108
112
}
109
 
tr.row1:hover, tr.row2:hover {
110
 
    background-color: #eee;
111
 
}
112
113
/* And if they are selected (blue shades) */
113
114
tr.row1sel {
114
115
    background-color: #88e;
115
116
    cursor: pointer;
116
117
}
117
118
tr.row2sel {
118
 
    background-color: #66c;
 
119
    background-color: #77d;
119
120
    cursor: pointer;
120
121
}
121
 
tr.row1sel:hover, tr.row2sel:hover {
122
 
    background-color: #eee;
123
 
}
124
122
 
125
123
#filetable table {
126
124
    border-collapse: collapse;
150
148
    text-align: center;
151
149
}
152
150
 
153
 
#sidepanel p, #sidepanel h1, #sidepanel h2 {
 
151
#sidepanel p, #sidepanel h2, #sidepanel h3 {
154
152
    margin: 0;
155
153
    padding: 0;
156
154
}
157
155
 
158
 
#sidepanel h2 {
159
 
    margin-top: 8px;
 
156
#sidepanel h3 {
 
157
    margin-top: 1em;
160
158
}
161
159
 
162
160
#sidepanel a {
169
167
    background-color: #aaa;
170
168
    border-top: 1px solid #888;
171
169
    font-size: 0.8em;
 
170
    padding: 2px;
 
171
}
 
172
 
 
173
/* TEXT EDITOR */
 
174
 
 
175
#editbox {
 
176
    width: 100%;
 
177
    height: 100%;
172
178
}