Fix more wrong commenting in app.css

This commit is contained in:
Hadi Nategh 2014-03-12 13:42:34 +00:00
parent 064271b1b7
commit b4372023bb
2 changed files with 4 additions and 5 deletions

View File

@ -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;

View File

@ -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;