Přidána agenda Budovy.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<menubar orient="vertical">
|
||||
<menuitem label="Uživatelé" href="/admin/users" width="120px"/>
|
||||
<menuitem label="Střediska" href="/admin/users" disabled="${not sec:isAllGranted('ROLE_ADMIN')}"/>
|
||||
<menuitem label="Budovy" href="/admin/users"/>
|
||||
<menuitem label="${labels.AgendaBuildings}" href="/buildings"/>
|
||||
<menuitem label="Místnosti" href="/admin/users"/>
|
||||
</menubar>
|
||||
</tabpanel>
|
||||
|
||||
@@ -1,10 +1,15 @@
|
||||
body {
|
||||
/*body {
|
||||
font-family: sans-serif;
|
||||
}*/
|
||||
|
||||
#container {
|
||||
min-height:100%;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
#header{
|
||||
width: auto;
|
||||
height:70px;
|
||||
height:40px;
|
||||
border: 1px solid #ccc;
|
||||
padding:10px;
|
||||
}
|
||||
@@ -23,15 +28,30 @@ body {
|
||||
|
||||
#maincolumn{
|
||||
padding:10px;
|
||||
padding-bottom:20px; /* Height of the footer */
|
||||
margin: 0px 0px 0px 160px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#footer{
|
||||
clear:both;
|
||||
width:auto;
|
||||
position:absolute;
|
||||
bottom:0;
|
||||
width:100%;
|
||||
height:20px; /* Height of the footer */
|
||||
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.form-caption {
|
||||
--1overflow:hidden;
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
}
|
||||
/*aaa*/
|
||||
.form-caption-content {
|
||||
float:left;
|
||||
}
|
||||
|
||||
/*
|
||||
a:link,a:visited {
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user