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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-02-29 01:18:22 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:621
Added 2 new apps: home and subjects. Both fairly incomplete, just a basic
    skeleton.
    "home" is the new default app, replacing "files".
    (It has a link to files).

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
#actions1 a.choice:hover, #actions1 a.choice:active, #actions1 a.choice:focus,
58
58
    #actions2 a:hover, #actions2 a:active, #actions2 a:focus {
59
59
    color: blue;
 
60
    text-decoration: underline;
60
61
}
61
62
#actions1 a.disabled {
62
63
    color: black;
63
64
    text-decoration: none;
64
65
    cursor: auto;
65
66
}
 
67
#actions1 a.disabled:hover, #actions1 a.disabled:active, #actions1 a.disabled:focus {
 
68
    color: black;
 
69
    text-decoration: none;
 
70
}
66
71
/* Drop-down actions and headings */
67
 
#actions1 option.moreactions, #actions1 option.disabled {
68
 
    color: #aaa;
69
 
}
70
 
 
71
 
#actions2 p {
72
 
    margin: 0;
73
 
}
74
 
 
75
 
/* One of the actions2s is shown at runtime, depending on the context.
76
 
 * We will show moreactions if we need it. */
77
 
#actions1 #moreactions_area, #actions2 #actions2_file,
78
 
#actions2 #actions2_directory {
79
 
    display: none;
 
72
#actions1 option {
 
73
    color: black;
 
74
    font-weight: normal;
 
75
}
 
76
#actions1 option.moreactions {
 
77
    color: #aaa;
 
78
}
 
79
#actions1 option.heading {
 
80
    font-weight: bold;
 
81
}
 
82
#actions1 option.choice {
 
83
    padding-left: 20px;
 
84
}
 
85
#actions1 option.disabled {
 
86
    padding-left: 20px;
 
87
    color: #aaa;
80
88
}
81
89
 
82
90
/* Everything under the top bar */
87
95
    right: 0;
88
96
    /* top == #topbar.height + #topbar.padding * 2 */
89
97
    top: 5.6em;
90
 
    /* Space for the mimimised console */
91
 
    bottom: 3.5em;
 
98
    bottom: 0;
92
99
}
93
100