1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
|
ul.list-menu .menu-item {
font-size: 1.25em;
}
ul.list-menu {
list-style: none;
width: 35%;
}
ul.list-menu > li {
margin-bottom: .5em;
margin-top: .5em;
}
ul.list-menu .description {
font-style: italic;
display: block;
padding: 0.2em 0 0 1em;
}
ul.list-menu ul {
list-style: none;
padding: 0.25em 0 0 1em;
}
ul.list-menu ul li {
display: inline;
margin-right: 0.5em;
}
#rt-portal .titlebox iframe {
height: 100%;
width: 100%;
border: 0;
}
#rt-portal .titlebox {
position: absolute;
top: 1em;
right: 1em;
bottom: 3em;
width: 55%;
padding-bottom: 1em;
}
#rt-portal .titlebox-content {
height: 100%;
padding: 0;
}
#rt-portal .titlebox.rolled-up {
bottom: auto;
padding-bottom: 0;
}
.admin-hint {
font-style: italic;
}
h2 + .admin-hint {
margin-top: -1em;
}
textarea[name="SMIMECertificate"] {
width: 50em;
height: 25em;
}
table.upgrade-history .incomplete {
font-weight: bold;
color: #900;
}
table.upgrade-history .upgrade-history-parent .widget a {
display: block;
margin: 0;
width: 20px;
background: url(../../../static/images/css/rollup-arrow.gif) no-repeat;
background-position: center 0;
padding: 7px 0 0 0;
overflow: hidden;
}
table.upgrade-history .upgrade-history-parent .widget a.rolled-up {
background-image: url(../../../static/images/css/rolldown-arrow.gif);
}
#manage-user-data div.title {
margin-bottom: 5px;
font-weight: bold;
}
div.inline-row {
margin-bottom: 10px;
display: inline-flex;
width: 100%;
}
div.inline-row div {
max-width: 150px;
display: block;
}
div.inline-row a {
text-align: center;
width: 85%;
}
div.inline-row i {
text-align: left;
width: 85%;
}
div.mason-cache {
min-height: 2em;
}
div.mason-cache div.mason-cache-info {
display: inline-block;
padding: 0.5em;
}
div.mason-cache a.clear-mason-cache {
float: right;
}
|