]> git.uio.no Git - usit-rt.git/blob - share/static/css/base/admin.css
Merge branch 'master' of git.uio.no:usit-rt
[usit-rt.git] / share / static / css / base / admin.css
1 ul.list-menu .menu-item {
2  font-size: 1.25em;
3 }
4 ul.list-menu {
5  list-style: none;
6     width: 35%;
7 }
8 ul.list-menu > li {
9     margin-bottom: .5em;
10     margin-top: .5em;
11 }
12 ul.list-menu .description {
13  font-style: italic;
14  display: block;
15  padding: 0.2em 0 0 1em;
16 }
17
18 ul.list-menu ul {
19  list-style: none;
20  padding: 0.25em 0 0 1em;
21 }
22 ul.list-menu ul li {
23  display: inline;
24  margin-right: 0.5em;
25 }
26
27 #rt-portal .titlebox iframe {
28     height: 100%;
29     width: 100%;
30     border: 0;
31 }
32
33 #rt-portal .titlebox {
34     position: absolute;
35     top: 1em;
36     right: 1em;
37     bottom: 3em;
38     width: 55%;
39     padding-bottom: 1em;
40 }
41
42 #rt-portal .titlebox-content {
43     height: 100%;
44     padding: 0;
45 }
46
47 #rt-portal .titlebox.rolled-up {
48     bottom: auto;
49     padding-bottom: 0;
50 }
51
52 .admin-hint {
53     font-style: italic;
54 }
55
56 h2 + .admin-hint {
57     margin-top: -1em;
58 }
59
60 textarea[name="SMIMECertificate"] {
61     width: 50em;
62     height: 25em;
63 }
64
65 table.upgrade-history .incomplete {
66     font-weight: bold;
67     color: #900;
68 }
69
70 table.upgrade-history .upgrade-history-parent .widget a {
71   display: block;
72   margin: 0;
73   width: 20px;
74
75   background: url(../../../static/images/css/rollup-arrow.gif) no-repeat;
76   background-position: center 0;
77
78   padding: 7px 0 0 0;
79   overflow: hidden;
80 }
81
82 table.upgrade-history .upgrade-history-parent .widget a.rolled-up {
83     background-image: url(../../../static/images/css/rolldown-arrow.gif);
84 }