mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Mobile theme W.I.P.:
- Margin the due date to the left
This commit is contained in:
parent
08c1b16779
commit
75af27f44d
@ -455,9 +455,10 @@ button#infolog-edit_timestamp {
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_enddate]'] {
|
||||
font-size: 8pt;
|
||||
float: right;
|
||||
float: left;
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_enddate]'] time {
|
||||
float: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_startdate]'] {
|
||||
|
@ -428,8 +428,9 @@ button#infolog-edit_timestamp {
|
||||
}
|
||||
label[id^='infolog-index_'][id$='info_enddate]'] {
|
||||
.mob-fontsize-xs;
|
||||
float:right;
|
||||
float:left;
|
||||
time {
|
||||
float: left;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user