mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-07 04:40:22 +00:00
CSS tweaks. Also don't include classViewer - we'll try and do without.
This commit is contained in:
parent
516dc03880
commit
7d03b381a0
@ -57,9 +57,10 @@ font-size: 100%;
|
||||
background-color: #BCF;
|
||||
margin: 0;
|
||||
padding-top: 0.3em;
|
||||
margin-top: 2px;
|
||||
/*margin-top: 2px;
|
||||
margin-bottom: 0.3em;
|
||||
margin-left :15px;
|
||||
*/
|
||||
border:1px dashed #99F;
|
||||
}
|
||||
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
<?php
|
||||
require_once('../inc/always.php');
|
||||
require_once('classViewer.php');
|
||||
require_once('classEditor.php');
|
||||
require_once('classBrowser.php');
|
||||
include("DAViCalSession.php");
|
||||
$session->LoginRequired();
|
||||
|
||||
param_to_global('action', '{(edit|view|browse)}', 'action');
|
||||
param_to_global('action', '{(edit|browse)}', 'action');
|
||||
param_to_global('component', '{[a-z0-9-_]+}', 't');
|
||||
param_to_global('id', '{[a-z0-9-_]+}', 'id');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user