diff options
Diffstat (limited to 'radicale_infcloud/web/css')
-rw-r--r-- | radicale_infcloud/web/css/default_integration.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/radicale_infcloud/web/css/default_integration.css b/radicale_infcloud/web/css/default_integration.css index 35aa3c5..cdcba42 100644 --- a/radicale_infcloud/web/css/default_integration.css +++ b/radicale_infcloud/web/css/default_integration.css @@ -68,6 +68,43 @@ background: url(../images/banner_refresh.svg) no-repeat center; } +/* begin stackrpms */ +#intHelp +{ + background: url(../images/banner_help.svg) no-repeat center; +} +#intAbout +{ + background: url(../images/banner_about.svg) no-repeat center; +} +#helpDialog, #aboutDialog { + /* 25 is the main calendar */ + z-index: 26; + display: none; + position: absolute; + top: -10rem; + min-width: 22rem; +} +#helpCloseButton, #aboutCloseButton { + position: absolute; + right: 0; + border: 1px solid #585858; + cursor: pointer; +} +/* reference https://helplogger.blogspot.com/2013/10/css-keyboard-keys-on-blogger.html */ +#helpDialog td, #aboutDialog td { padding: 5px 8px; } +#helpDialog td kbd, #aboutDialog td kbd{ + border:1px solid gray; + /*font-size:1.2em;*/ + box-shadow:1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #444; + -webkit-border-radius:3px; + -moz-border-radius:3px; + border-radius:3px; + margin:2px 3px; + padding:3px 5px; +} +/* end stackrpms */ + #intLogout { background: url(../images/banner_logout.svg) no-repeat center; |