From f4fdf61f4446e639bc5d18fea8450ba83d24c21e Mon Sep 17 00:00:00 2001 From: hoergen Date: Sun, 10 Dec 2017 14:18:24 +0100 Subject: [PATCH] Mostly calendar adjustments --- view/theme/vier/plusminus.css | 68 +++++++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 2 deletions(-) diff --git a/view/theme/vier/plusminus.css b/view/theme/vier/plusminus.css index 1577d95dc8..ae022184de 100644 --- a/view/theme/vier/plusminus.css +++ b/view/theme/vier/plusminus.css @@ -133,6 +133,24 @@ div.jGrowl div.info { font-weight: initial; } +#event-notice { + font-size: 14px; + font-weight: initial; + border:1px solid lightgrey; +} + +.event-list { + font-size: 14px; + padding-left: 15px; + margin: 5px 0; + background-color: whitesmoke; +} + +.event-list a::before{ + color:grey; + content: '# '; +} + div.pager, ul.tabs { font-weight: initial; } @@ -407,12 +425,36 @@ div.pager, ul.tabs { .fc-body { background-color: white; } +#new-event-link a { + text-decoration: none; + padding:0px 10px; + color:white; + background:#6c82ff; + border:1px solid darkgrey; + cursor:pointer; + -webkit-border-radius: 5px; + border-radius: 5px; + -webkit-transition-duration: 0.4s; /* Safari */ + transition-duration: 0.4s; + box-shadow: 2px 2px 15px 0 rgba(0,0,0,0.24); +} + +#new-event-link a:hover { + background:#0026ff; +} + .fc-content, .fc-widget { background-color: #a7ecff; color: black; text-decoration: normal; } +.fc-center h2 { + font-size:22px; + font-weight:bold; + background-color:white; +} + .fc-toolbar { text-align: center; margin-bottom: 1em; @@ -428,6 +470,29 @@ div.pager, ul.tabs { .fc-unthemed .fc-today { background: #f9ff97; } +#comment-edit-text-desc { + width:700px; + padding: 5px 5px; + border-radius:5px; + border: 1px solid grey; +} + +#comment-edit-text-desc:focus { + background-color:#eef3ff; +} + +#comment-edit-text-location { + width:700px; + padding: 5px 5px; + border-radius:5px; + border: 1px solid grey; +} + +#comment-edit-text-location:focus { + background-color:#eef3ff; +} + + /* remove standard-styles */ select { @@ -609,7 +674,7 @@ ul.menu-popup a { /* Buttons */ input[type=submit] { - padding:0px 20px; + padding:0px 10px; color:white; background:#6c82ff; border:1px solid darkgrey; @@ -639,4 +704,3 @@ input[type=text], input[type=password], input[type=email], input[type=url] { input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus { background-color:#eef3ff; } -