date: smaller font and spacing

This commit is contained in:
Khalid Huseynov 2016-07-20 17:26:10 +09:00
parent f676b741c7
commit 614ed61ab1
2 changed files with 3 additions and 2 deletions

View file

@ -110,7 +110,7 @@ limitations under the License.
</button>
<ul class="dropdown-menu pull-right" aria-labelledby="revisionsDropdown">
<li ng-repeat="revision in noteRevisions | orderBy:'time':true" class="revision">
<a style="cursor:pointer"><strong>{{revision.message}}</strong> -
<a style="cursor:pointer; line-height:120%"><strong>{{revision.message}}</strong> <br/>
<span class="revisionDate">
<em>{{moment.unix(revision.time).format('MMMM Do YYYY, h:mm a')}}</em>
</span>

View file

@ -36,7 +36,8 @@
}
.revisionDate {
font-size:80%;
font-size:70%;
color: DarkGrey;
}
.revisionName:hover,