Commit c260cbfc78cc18c51e43fbe4012ba4267d318723
1 parent
79fc299adf
Exists in
master
and in
1 other branch
changes
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
pages/caricatures.html
... | ... | @@ -175,7 +175,8 @@ |
175 | 175 | <div class="pull-right"> |
176 | 176 | <label class="card-sub-title"><i class="material-icons">location_on</i> |
177 | 177 | <span style="position: relative;top: -3px;font-size: 17px;">IIT-Kanpur</span><br> |
178 | - <span id="kanpur" style="color:red;"></span>* | |
178 | + <!-- <span id="kanpur" style="color:red;"></span>* --> | |
179 | + <span style="color:red;padding-left: 17%;">Closed</span> | |
179 | 180 | </label> |
180 | 181 | </div> |
181 | 182 | <div class="clearfix"></div> |
... | ... | @@ -185,7 +186,7 @@ |
185 | 186 | <div class="clearfix"></div> |
186 | 187 | <div class="card-text2"> |
187 | 188 | <!-- <button class="btn btn-info apply-act" style="float: left;padding: 3px 10px 3px 10px;border-radius: 12px;" data-toggle="collapse" ng-click="select('')" >Highlight</button> --> |
188 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Kanpur')" >Select</button> | |
189 | + <!-- <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Kanpur')" >Select</button> --> | |
189 | 190 | </div> |
190 | 191 | </div> |
191 | 192 | </div> | ... | ... |