diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-07-26 15:41:26 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-26 15:41:26 -0700 |
| commit | 9aee669886202be7035e6c6049fc71bc99dd3013 (patch) | |
| tree | 2fd5bf6de74f3d99270587ffb1833e4188a6373d /rt/share/static/css/base/admin.css | |
| parent | ac20214d38d9af00430423f147b5a0e50751b050 (diff) | |
| parent | 1add633372bdca3cc7163c2ce48363fed3984437 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'rt/share/static/css/base/admin.css')
| -rw-r--r-- | rt/share/static/css/base/admin.css | 84 |
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); +} |
