Commit e88be4ef0017a43331170e9ba62ce9dff596e8a7

Authored by Zambom
1 parent 499cab49

Adjusting bulletin view responsivity

bulletin/templates/bulletin/view.html
... ... @@ -114,8 +114,8 @@
114 114 </div>
115 115  
116 116 <div class="row">
117   - <div class="col-md-8 col-md-offset-2 alert-warning bulletin-warning">
118   - <div class="col-md-2">
  117 + <div class="col-md-8 col-md-offset-2 col-sm-8 col-sm-offset-2 alert-warning bulletin-warning">
  118 + <div class="col-md-2 col-sm-2">
119 119 <img src="{% static 'img/warning.png' %}" class="img-responsive" />
120 120 </div>
121 121 <div class="col-md-10 col-sm-10">
... ...
bulletin/templates/bulletin/window_view.html
... ... @@ -98,8 +98,8 @@
98 98 </div>
99 99  
100 100 <div class="row">
101   - <div class="col-md-8 col-md-offset-2 alert-warning bulletin-warning">
102   - <div class="col-md-2">
  101 + <div class="col-md-8 col-md-offset-2 col-sm-8 col-sm-offset-2 alert-warning bulletin-warning">
  102 + <div class="col-md-2 col-sm-2">
103 103 <img src="{% static 'img/warning.png' %}" class="img-responsive" />
104 104 </div>
105 105 <div class="col-md-10 col-sm-10">
... ...