mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix more wrong commenting in app.css
This commit is contained in:
parent
064271b1b7
commit
b4372023bb
@ -1,6 +1,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
// Header classes
|
||||
/* Header classes */
|
||||
tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td,
|
||||
tr.dialogOperators td,.dialogFooterToolbar {
|
||||
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
|
||||
*
|
||||
* Class for div to show forbiden drop
|
||||
*/
|
||||
//Class for div to show forbiden drop
|
||||
.calendar_d-n-d_timeCounter > span {
|
||||
position: absolute;
|
||||
background-color: #808080;
|
||||
@ -612,7 +611,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
//Class for div to demonstrate dragging time
|
||||
/*Class for div to demonstrate dragging time*/
|
||||
.calendar_d-n-d_timeCounter
|
||||
{
|
||||
font-size: 1.1em;
|
||||
|
@ -27,7 +27,7 @@ table.infolog_fullWidth { width: 100%; }
|
||||
#info_contact input {width: 134px;}
|
||||
#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{
|
||||
float: left;
|
||||
width:88px;
|
||||
|
Loading…
Reference in New Issue
Block a user