mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
(css) Fix pseudo-input label size
This commit is contained in:
@@ -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><var:string label:value="Start"/></p>
|
||||
<p class="pseudo-input-label"><var:string label:value="Start"/></p>
|
||||
<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><var:string label:value="Due Date"/></p>
|
||||
<p class="pseudo-input-label"><var:string label:value="Due Date"/></p>
|
||||
<h3>{{::editor.component.localizedDueDate}}</h3>
|
||||
<h3 ng-hide="editor.component.isAllDay">{{::editor.component.localizedDueTime}}</h3>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user