Now all modules are in core modules folder
This commit is contained in:
parent
5ba1cdfa0b
commit
05b6a91b0c
1907 changed files with 0 additions and 0 deletions
17
modules/date/date_popup/themes/timeentry.css
Normal file
17
modules/date/date_popup/themes/timeentry.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* timeEntry styles */
|
||||
.timeEntry_control {
|
||||
vertical-align: middle;
|
||||
margin-left: 2px;
|
||||
}
|
||||
* html .timeEntry_control { /* IE only */
|
||||
margin-top: -4px;
|
||||
}
|
||||
/* Make sure background colors from other styles don't obscure the current element highlight */
|
||||
.timeEntry {
|
||||
background-color:transparent !important;
|
||||
}
|
||||
/* This is to keep FF from offering a drop-down list of previous values. */
|
||||
/* For some reason hiding the div where the image belongs keeps that from happening. */
|
||||
.timeEntry_control {
|
||||
display:none;
|
||||
}
|
Reference in a new issue