mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 11:38:53 +00:00
(css) Improve input labels in event/task views
This commit is contained in:
@@ -102,12 +102,12 @@
|
||||
<md-list-item ng-class="{ 'md-2-line': editor.component.isAllDay, 'md-3-line': !editor.component.isAllDay }">
|
||||
<md-icon>access_time</md-icon>
|
||||
<div class="md-list-item-text" ng-show="editor.component.startDate">
|
||||
<p class="pseudo-input-label"><var:string label:value="Start"/></p>
|
||||
<label class="pseudo-input-label"><var:string label:value="Start"/></label>
|
||||
<h3>{{::editor.component.localizedStartDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay">{{::editor.component.localizedStartTime}}</h3>
|
||||
</div>
|
||||
<div class="md-list-item-text" ng-show="editor.component.endDate">
|
||||
<p class="pseudo-input-label"><var:string label:value="End"/></p>
|
||||
<label class="pseudo-input-label"><var:string label:value="End"/></label>
|
||||
<h3>{{::editor.component.localizedEndDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay">{{::editor.component.localizedEndTime}}</h3>
|
||||
</div>
|
||||
|
||||
@@ -63,12 +63,12 @@
|
||||
ng-show="editor.component.startDate || editor.component.dueDate">
|
||||
<md-icon>access_time</md-icon>
|
||||
<div class="md-list-item-text" ng-show="editor.component.startDate">
|
||||
<p class="pseudo-input-label"><var:string label:value="Start"/></p>
|
||||
<label class="pseudo-input-label"><var:string label:value="Start"/></label>
|
||||
<h3>{{::editor.component.localizedStartDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay"> {{::editor.component.localizedStartTime}}</h3>
|
||||
</div>
|
||||
<div class="md-list-item-text" ng-show="editor.component.dueDate">
|
||||
<p class="pseudo-input-label"><var:string label:value="Due Date"/></p>
|
||||
<label class="pseudo-input-label"><var:string label:value="Due Date"/></label>
|
||||
<h3>{{::editor.component.localizedDueDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay">{{::editor.component.localizedDueTime}}</h3>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user