client
Last change
on this file since 6e43384 was
0f53aae,
checked in by Alex Dehnert <adehnert@…>, 15 years ago
|
Generally improve user account display
When testing, it can be painful to figure out why you can't access pages
because there's no good way to log out or see what account you're using.
This tries to change that, in a way that can also be vaguely useful for
normal users.
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | body |
---|
2 | { |
---|
3 | padding: 1em; |
---|
4 | background-color: #ddd; |
---|
5 | } |
---|
6 | #content |
---|
7 | { |
---|
8 | margin: 0; |
---|
9 | margin-top: 5px; |
---|
10 | padding: 1em; |
---|
11 | min-height: 15em; |
---|
12 | border: 1px solid #888; |
---|
13 | background-color: white; |
---|
14 | } |
---|
15 | ul.tab-navigation |
---|
16 | { |
---|
17 | margin-left: 0; |
---|
18 | padding-left: 0; |
---|
19 | display: inline; |
---|
20 | } |
---|
21 | ul.tab-navigation li |
---|
22 | { |
---|
23 | margin-left: 0; |
---|
24 | margin-right: -10px; |
---|
25 | padding: 2px 15px 5px; |
---|
26 | border: 1px solid #888; |
---|
27 | background: white; |
---|
28 | list-style: none; |
---|
29 | display: inline; |
---|
30 | border-top-left-radius: 15px; |
---|
31 | -webkit-border-top-left-radius: 15px; |
---|
32 | -moz-border-radius-topleft: 15px; |
---|
33 | border-top-right-radius: 15px; |
---|
34 | -webkit-border-top-right-radius: 15px; |
---|
35 | -moz-border-radius-topright: 15px; |
---|
36 | } |
---|
37 | ul.tab-navigation li.selected |
---|
38 | { |
---|
39 | background: #99f; |
---|
40 | position: relative; |
---|
41 | z-index: 10; |
---|
42 | } |
---|
43 | |
---|
44 | #content > .curuser |
---|
45 | { |
---|
46 | margin-top: -1em; |
---|
47 | margin-right: -1em; |
---|
48 | float: right; |
---|
49 | background-color: #99f; |
---|
50 | border: 1px solid #888; |
---|
51 | |
---|
52 | text-align: right; |
---|
53 | line-height: 100%; |
---|
54 | } |
---|
55 | #content > .curuser p |
---|
56 | { |
---|
57 | margin: 0.2em; |
---|
58 | } |
---|
59 | |
---|
60 | /* Reset some stuff */ |
---|
61 | h1, h2, h3, th |
---|
62 | { |
---|
63 | font-family: "Trebuchet MS", sans-serif; |
---|
64 | } |
---|
65 | ul |
---|
66 | { |
---|
67 | padding-left: 1em; |
---|
68 | margin-left: 0; |
---|
69 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.