mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
beautifulize helium menu
This commit is contained in:
parent
295768ed1f
commit
28fb37d788
2 changed files with 22 additions and 6 deletions
|
|
@ -12,15 +12,30 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
.heliumPackageContainer {
|
||||
padding-bottom: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.heliumPackageList {
|
||||
min-height: 25px;
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 15px;
|
||||
border-bottom: 1px solid #EFEFEF;
|
||||
padding-bottom: 13px;
|
||||
}
|
||||
|
||||
.heliumPackageList:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.heliumPackageList .heliumPackageHead {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.heliumPackageList .heliumPackageHead .btn {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.heliumPackageList .heliumPackageIcon {
|
||||
float: left;
|
||||
width: 28px;
|
||||
|
|
@ -87,5 +102,6 @@
|
|||
margin-top:5px;
|
||||
cursor:pointer;
|
||||
text-decoration:
|
||||
underline;color:#3071a9
|
||||
underline;color:#3071a9;
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,17 +33,17 @@ limitations under the License.
|
|||
as-sortable-item-handle>
|
||||
</div>
|
||||
</div>
|
||||
<a class="saveLink"
|
||||
<span class="saveLink"
|
||||
ng-show="visualizationOrderChanged"
|
||||
ng-click="saveVisualizationOrder()">
|
||||
save
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="box width-full">
|
||||
<div class="box width-full heliumPackageContainer">
|
||||
<div class="row heliumPackageList"
|
||||
ng-repeat="(pkgName, pkgInfo) in defaultVersions">
|
||||
<div class="col-md-12">
|
||||
|
|
@ -64,7 +64,7 @@ limitations under the License.
|
|||
{{pkgInfo.pkg.artifact}}
|
||||
<span ng-show="packageInfos[pkgName].length > 0"
|
||||
ng-click="toggleVersions(pkgName)">
|
||||
Versions
|
||||
versions
|
||||
</span>
|
||||
</div>
|
||||
<ul class="heliumPackageVersions"
|
||||
|
|
|
|||
Loading…
Reference in a new issue