mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3488 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
38 lines
611 B
CSS
38 lines
611 B
CSS
.timePickerContainer {
|
|
margin:1.75em 0 0.5em 0;
|
|
width:10em;
|
|
float:left;
|
|
}
|
|
|
|
.timeContainer {
|
|
border-collapse:collapse;
|
|
border-spacing:0;
|
|
}
|
|
|
|
.timeContainer thead td{
|
|
border-bottom:1px solid #e6e6e6;
|
|
padding:0 0.4em 0.2em 0.4em;
|
|
}
|
|
|
|
.timeContainer td {
|
|
font-size:0.9em;
|
|
padding:0 0.25em 0 0.25em;
|
|
text-align:left;
|
|
cursor:pointer;cursor:hand;
|
|
}
|
|
|
|
.timeContainer td.minutesHeading {
|
|
border-left:1px solid #e6e6e6;
|
|
border-right:1px solid #e6e6e6;
|
|
}
|
|
|
|
.timeContainer .minutes {
|
|
border-left:1px solid #e6e6e6;
|
|
border-right:1px solid #e6e6e6;
|
|
}
|
|
|
|
.selectedItem {
|
|
background-color:#3a3a3a;
|
|
color:#ffffff;
|
|
}
|