summaryrefslogtreecommitdiff
path: root/rt/share/static/css/base/admin.css
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-09 22:18:55 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-09 22:18:55 -0700
commit1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 (patch)
tree96922ad4459eda1e649327fd391d60c58d454c53 /rt/share/static/css/base/admin.css
parent4f5619288413a185e9933088d9dd8c5afbc55dfa (diff)
RT 4.2.11, ticket#13852
Diffstat (limited to 'rt/share/static/css/base/admin.css')
-rw-r--r--rt/share/static/css/base/admin.css84
1 files changed, 84 insertions, 0 deletions
diff --git a/rt/share/static/css/base/admin.css b/rt/share/static/css/base/admin.css
new file mode 100644
index 000000000..95c587803
--- /dev/null
+++ b/rt/share/static/css/base/admin.css
@@ -0,0 +1,84 @@
+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);
+}