* Adjust index page of api.
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
.detail .list-group-item {list-style: none; font-size: 14px; margin-bottom: 10px; line-height: 30px}
|
||||
.detail .list-group-item span {line-height: 30px; width: 50px;}
|
||||
.detail .list-group-item span {line-height: 30px; width: 65px;}
|
||||
.detail .list-group-item .label+.label {margin-left: -4px;}
|
||||
.detail .list-group-item .label {border-radius: 0;}
|
||||
|
||||
|
||||
@@ -81,7 +81,6 @@
|
||||
<div class="heading <?php echo $api->method;?>">
|
||||
<a href="<?php echo helper::createLink('api', 'index', "libID={$api->lib}&moduleID=0&apiID={$api->id}&version=0&release=$release");?>">
|
||||
<span class="label label-primary"><?php echo $api->method;?></span>
|
||||
<span class="label label-warning" style="width: 60px"><?php echo apiModel::getApiStatusText($api->status);?></span>
|
||||
<span class="path"><?php echo $api->path;?></span>
|
||||
<span class="desc"><?php echo $api->title;?></span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user