beautifulize helium menu

This commit is contained in:
Lee moon soo 2017-01-12 02:05:34 -08:00
parent 295768ed1f
commit 28fb37d788
2 changed files with 22 additions and 6 deletions

View file

@ -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;
}

View file

@ -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"