mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
date: smaller font and spacing
This commit is contained in:
parent
f676b741c7
commit
614ed61ab1
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@
|
|||
}
|
||||
|
||||
.revisionDate {
|
||||
font-size:80%;
|
||||
font-size:70%;
|
||||
color: DarkGrey;
|
||||
}
|
||||
|
||||
.revisionName:hover,
|
||||
|
|
|
|||
Loading…
Reference in a new issue