Commit e88be4ef0017a43331170e9ba62ce9dff596e8a7

Authored by Zambom
1 parent 499cab49

Adjusting bulletin view responsivity

bulletin/templates/bulletin/view.html
@@ -114,8 +114,8 @@ @@ -114,8 +114,8 @@
114 </div> 114 </div>
115 115
116 <div class="row"> 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 <img src="{% static 'img/warning.png' %}" class="img-responsive" /> 119 <img src="{% static 'img/warning.png' %}" class="img-responsive" />
120 </div> 120 </div>
121 <div class="col-md-10 col-sm-10"> 121 <div class="col-md-10 col-sm-10">
bulletin/templates/bulletin/window_view.html
@@ -98,8 +98,8 @@ @@ -98,8 +98,8 @@
98 </div> 98 </div>
99 99
100 <div class="row"> 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 <img src="{% static 'img/warning.png' %}" class="img-responsive" /> 103 <img src="{% static 'img/warning.png' %}" class="img-responsive" />
104 </div> 104 </div>
105 <div class="col-md-10 col-sm-10"> 105 <div class="col-md-10 col-sm-10">