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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-06-16 08:28:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:777
browser: Now hides the "More actions" box altogether if the current file is
    not a directory. (There is nothing useful there, though this may change).
    Fixed disabling directory actions all the time.
Editor: Rather than having an empty "actions2" bar and a special "editor
    bar", the contents of the previous editor bar are now placed in the
    "actions2" bar. (Basically removed that blank toolbar line in the editor).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * License version 2 or later.
7
7
 */
8
8
 
9
 
#editorhead {
10
 
    /* Same colour scheme as browser.css:topbar */
11
 
    background-color: #aaf;
12
 
    padding: 0;
13
 
    height: 2em;
14
 
}
15
 
 
16
 
#editorhead p {
17
 
    margin: 0 0.5em;
18
 
}
19
 
 
20
9
/* The EditArea iframe
21
10
 * Have it fill its entire containing box
22
11
 */
24
13
    position: absolute;
25
14
    left: 0;
26
15
    right: 0;
27
 
    top: 2em;       /* == #editorhead.height */
 
16
    top: 0;
28
17
    bottom: 0;
29
18
    /* Override EditArea's specified width and height */
30
19
    width: 100% ! important;