mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 16:38:39 +01:00
Fix more wrong commenting in app.css
This commit is contained in:
parent
064271b1b7
commit
b4372023bb
@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
// Header classes
|
/* Header classes */
|
||||||
tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td,
|
tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td,
|
||||||
tr.dialogOperators td,.dialogFooterToolbar {
|
tr.dialogOperators td,.dialogFooterToolbar {
|
||||||
padding: 5px 0 5px 0;
|
padding: 5px 0 5px 0;
|
||||||
@ -581,9 +581,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Calendar Drag and Drop
|
* Calendar Drag and Drop
|
||||||
*
|
* Class for div to show forbiden drop
|
||||||
*/
|
*/
|
||||||
//Class for div to show forbiden drop
|
|
||||||
.calendar_d-n-d_timeCounter > span {
|
.calendar_d-n-d_timeCounter > span {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #808080;
|
background-color: #808080;
|
||||||
@ -612,7 +611,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
//Class for div to demonstrate dragging time
|
/*Class for div to demonstrate dragging time*/
|
||||||
.calendar_d-n-d_timeCounter
|
.calendar_d-n-d_timeCounter
|
||||||
{
|
{
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
@ -27,7 +27,7 @@ table.infolog_fullWidth { width: 100%; }
|
|||||||
#info_contact input {width: 134px;}
|
#info_contact input {width: 134px;}
|
||||||
#info_subject {width: 100%;}
|
#info_subject {width: 100%;}
|
||||||
|
|
||||||
// date-duration styling in project manager tab
|
/* date-duration styling in project manager tab */
|
||||||
.infolog_date_duration:first-child input.et2_date_duration{
|
.infolog_date_duration:first-child input.et2_date_duration{
|
||||||
float: left;
|
float: left;
|
||||||
width:88px;
|
width:88px;
|
||||||
|
Loading…
Reference in New Issue
Block a user