mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Merge branch 'feature/calendar' into developer
This commit is contained in:
+24
-2
@@ -509,7 +509,7 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
|
||||
.timeline-box{
|
||||
left: -13%;
|
||||
position: relative;
|
||||
width: 115%;
|
||||
width: 113%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -530,4 +530,26 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
|
||||
padding-left: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// agenda attendee component
|
||||
.attendee-search-bar input{
|
||||
border: 1px solid #cecece !important;
|
||||
box-shadow: none !important;
|
||||
border-radius: 3px !important;
|
||||
-webkit-border-radius: 3px !important;
|
||||
-moz-border-radius: 3px !important;
|
||||
-ms-border-radius: 3px !important;
|
||||
-o-border-radius: 3px !important;
|
||||
}
|
||||
|
||||
.attendee-search-bar .searchbar-input {
|
||||
border: 1px solid #cecece !important;
|
||||
box-shadow: none !important;
|
||||
border-radius: 3px !important;
|
||||
-webkit-border-radius: 3px !important;
|
||||
-moz-border-radius: 3px !important;
|
||||
-ms-border-radius: 3px !important;
|
||||
-o-border-radius: 3px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user