Commit 80e87c99496be4807d871aee3270503eae16fa04
1 parent
26bab4072c
Exists in
master
and in
1 other branch
closed registration calcutta
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
css/custom.css
pages/caricatures.html
... | ... | @@ -66,7 +66,7 @@ |
66 | 66 | <div class="pull-right"> |
67 | 67 | <label class="card-sub-title"><i class="material-icons">location_on</i> |
68 | 68 | <span style="position: relative;top: -3px;font-size: 17px;">IIT-Bombay</span><br> |
69 | - <span style="color:red;padding-left: 15%;">Closed</span> | |
69 | + <span style="color:red;padding-left: 16%;">Closed</span> | |
70 | 70 | </label> |
71 | 71 | </div> |
72 | 72 | <div class="clearfix"></div> |
... | ... | @@ -92,7 +92,7 @@ |
92 | 92 | <div class="pull-right"> |
93 | 93 | <label class="card-sub-title"><i class="material-icons">location_on</i> |
94 | 94 | <span style="position: relative;top: -3px;font-size: 17px;">IIM-Calcutta</span><br> |
95 | - <span id="kolkata" style="color:red;"></span>* | |
95 | + <span style="color:red;padding-left: 16%">Closed</span> | |
96 | 96 | </label> |
97 | 97 | </div> |
98 | 98 | <div class="clearfix"></div> |
... | ... | @@ -102,7 +102,7 @@ |
102 | 102 | <div class="clearfix"></div> |
103 | 103 | <div class="card-text2"> |
104 | 104 | <!-- <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> --> |
105 | - <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('Kolkata')" >Select</button> | |
105 | + <!-- <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('Kolkata')" >Select</button> --> | |
106 | 106 | </div> |
107 | 107 | </div> |
108 | 108 | </div> | ... | ... |